summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2016-01-18Pass the address length to art_alloc() and remove the hack abusing theMartin Pieuchot
2016-01-18Stop storing a backpointer to the corresponding ART node in each routeMartin Pieuchot
2016-01-15rs_malloc() does not need to be castmmcc
2016-01-14Increase buffer sizes and watermarks for tty and pppStefan Fritsch
2016-01-14No need for a splnet() dance around IFQ_DEQUEUE() anymore.Martin Pieuchot
2016-01-13dont propagate any of the parent interfaces offload features on svlanDavid Gwynne
2016-01-12Remove wireless turbo mode support. It is a non-standard extensionStefan Sperling
2016-01-12Compare if the prefix lengths are equal rather than checking if theMartin Pieuchot
2016-01-08Get rid of the arp and revarp input queues.Martin Pieuchot
2016-01-07- retrying to commit earlier change, which got backed outAlexandr Nedvedicky
2016-01-07Make open(O_NONBLOCK) of tun, tap, and bpf behave like open+ioctl(FIONBIO)Philip Guenther
2015-12-31Move tr_port_destroy down; fixes 'lacp_compose_key protection fault trap'Stuart Henderson
2015-12-29store curcpu() in ifq_serializer so we can check it.David Gwynne
2015-12-23revert previous:Jasper Lievisse Adriaanse
2015-12-22- yet another tiny step towards MP PF. This time we need to make sureAlexandr Nedvedicky
2015-12-21Move ppp, nmea, endrun, and msts prototypes to tty.hStefan Fritsch
2015-12-21Pass the destination and mask to rtable_mpath_reprio() in order to notMartin Pieuchot
2015-12-18Remove leftover prototype.Visa Hankala
2015-12-16Merge rtable_mpath_select() into rtable_match().Martin Pieuchot
2015-12-15Do not panic when trying to delete an non-existing route with ART.Martin Pieuchot
2015-12-11Do not pass a NULL ifp pointer to rtdeletemsg().Martin Pieuchot
2015-12-10write down some stuff before it falls out of my head.David Gwynne
2015-12-09Remove plain DES encryption from IPsec.Christian Weisgerber
2015-12-09Keep all ether prototypes in one place.Martin Pieuchot
2015-12-09rework ifq_serialise to avoid some atomic ops.David Gwynne
2015-12-09Do not trigger a KASSERT() if the route we're trying to remove does notMartin Pieuchot
2015-12-09Do not trigger a KASSERT() when destroying/detaching an interface withMartin Pieuchot
2015-12-09rework the if_start mpsafe serialisation so it can serialise arbitrary workDavid Gwynne
2015-12-08vlan doenst have to handle SIOCGIFADDR cos the stack does it.David Gwynne
2015-12-08Kill unused iftxlist.Martin Pieuchot
2015-12-08if_stop is unused, so kill it.David Gwynne
2015-12-08split the interface send queue (struct ifqueue) implementation out.David Gwynne
2015-12-06g/c pf_change_a6(). it's exactly the same thing as pf_change_ap() with p =Henning Brauer
2015-12-05Multiple cleanups.Martin Pieuchot
2015-12-05g/c unneeded af (address family) params to pf_change_ap and _icmpHenning Brauer
2015-12-05avoid an ugly wrap in a commentTheo de Raadt
2015-12-05Keep kernel definitions under _KERNEL to unbreak ports that includeMartin Pieuchot
2015-12-05Make pppx pass packets with npppd through the device. This makes pppx workYASUOKA Masahiko
2015-12-05pass a pointer to pf_test()'s reason to pf_test_rule instead of using aHenning Brauer
2015-12-05remove old lint annotationsTed Unangst
2015-12-04Reduce the stride length of the tables by two and use a single pageMartin Pieuchot
2015-12-04Move the KERNEL_LOCK from rt_match() to rtable_match().Martin Pieuchot
2015-12-04Reject input when either the version is wrong or the pad is non-zero;Reyk Floeter
2015-12-04Grab the KERNEL_LOCK() around bridge_output().Martin Pieuchot
2015-12-04bridge(4) never outputs packets so set its if_output and if_start to NULL.Martin Pieuchot
2015-12-03Get rid of rt_mask() and stop allocating a "struct sockaddr" for everyMartin Pieuchot
2015-12-03ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task.Alexandr Nedvedicky
2015-12-03When enqueuing a mbuf chain, take the top instead of the lastAlexander Bluhm
2015-12-03Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow toMartin Pieuchot
2015-12-03Remove broadcast matching from ifa_ifwithaddr(), use in_broadcast() whereVincent Gross