summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2017-11-02Move PRU_DETACH out of pr_usrreq into per proto pr_detachFlorian Obser
2017-10-31- add one more softnet taskqAlexandr Nedvedicky
2017-10-30- fine tuning PF_LOCK in pfioctl()Alexandr Nedvedicky
2017-10-30Kill <net/slip.h>.Martin Pieuchot
2017-10-29Kill unused members using forward declaration only types.Martin Pieuchot
2017-10-27Dump IPsec flows by iterating over the rafdix-tree.Martin Pieuchot
2017-10-26Stop grabbing the KERNEL_LOCK() in network tasks when `ipsec_in_use'Martin Pieuchot
2017-10-25Remove Multicast and Broadcast flags from the encapsulated packet inMartin Pieuchot
2017-10-24remove defines for ioctls the kernel doesn't recogniseJonathan Gray
2017-10-20Kill dead ioctl handlers.Martin Pieuchot
2017-10-19There was a possible stack overrun in the network since we hadAlexander Bluhm
2017-10-16Remove kernel support for the following ioctl(2)s, deprecated since 2001:Martin Pieuchot
2017-10-16Multiple tweaks:Martin Pieuchot
2017-10-16Last changes before running IPsec w/o KERNEL_LOCK().Martin Pieuchot
2017-10-16Change most of the returns into breaks. This will let us release a lock.Martin Pieuchot
2017-10-12Move sysctl_mq() where it can safely mess with mbuf queue internals.Martin Pieuchot
2017-10-12Fix a singed vs unsigned comparison resulting in an overflow of theMartin Pieuchot
2017-10-11ifioctl() cleanups.Martin Pieuchot
2017-10-09Reduces the scope of the NET_LOCK() in sysctl(2) path.Martin Pieuchot
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-09-05- split pf_find_or_create_ruleset() to smaller chunks.Alexandr Nedvedicky
2017-09-05Simplify rtable_mpath_insert().Martin Pieuchot
2017-09-05Restart the iteration when a multipath list is re-ordered to make sureMartin Pieuchot
2017-09-05Replace NET_ASSERT_LOCKED() by soassertlocked() in *_usrreq().Martin Pieuchot
2017-09-01Change sosetopt() to no longer free the mbuf it receives and changeMartin Pieuchot
2017-08-22Prevent a race against ipsec_in_use.Martin Pieuchot
2017-08-17Remove a class from parent's active list when queue is emptyMike Belopuhov
2017-08-17Resolve races with the hfsc_deferred timeoutMike Belopuhov
2017-08-17Skip SPD lookups for short packets on IPsec-enabled bridgeMike Belopuhov
2017-08-16Validate pfra_type after copyin before using it to index an arrayMike Belopuhov
2017-08-15After we stopped processing router advertisements in the kernelFlorian Obser
2017-08-14Remove unneeded null pointer check in mpe_input*: ifp cannot be NULL.Reyk Floeter
2017-08-14move pf_get_wscale + pf_get_mss prototypes to pfvar.h (diff shrinkage)Henning Brauer
2017-08-14add half-open tcp states accounting, road paved by sashanHenning Brauer
2017-08-14Use the rv variable in sppp_output() as it was intended.Reyk Floeter
2017-08-14The "ret" return value is reused and overwritten, potentiallyReyk Floeter
2017-08-13to change a state's state (that term is overloaded in pf, protocol stateHenning Brauer
2017-08-12Use the NET_LOCK() macro instead of handrolling it.Martin Pieuchot
2017-08-11Remove NET_LOCK()'s argument.Martin Pieuchot
2017-08-11During MPPE key reduction on the 40 bits case the first 3 octets need to beRicardo Mestre
2017-08-11space after if.Reyk Floeter
2017-08-11Revision 1.139 accidentally removed an ip = mtod(), resulting in aReyk Floeter
2017-08-11Fix out-of-bounds read when looking up the flow-mod handler.Reyk Floeter
2017-08-11Set free'd tables to NULL in swofp_flow_entry_instruction_free().Reyk Floeter
2017-08-11Priority is stored in the vlan_pcp field not in the vlan_vid field.Reyk Floeter
2017-08-11Fix copy-paste error: first check is on "target", second check is on "key".Reyk Floeter
2017-08-11Instead of repeating the same return statement in both cases of aReyk Floeter
2017-08-11Fix out-of-bounds read when looking up the multipart message handler.Reyk Floeter
2017-08-11Fix out-of-bounds read when looking up the message handler.Reyk Floeter
2017-08-11The timeval in sppp_input() is also used when the interface is not IFF_UP.Reyk Floeter