summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2015-03-04Make sure that rn_mpath_adj_mpflag() is called with the correct pointerClaudio Jeker
2015-03-03make sure hfsc_attach, hfsc_detach, hfsc_addqueue, hfsc_delqueue andHenning Brauer
2015-03-03Fix a regression introduced when switching from rtsold to the kernel forBrad Smith
2015-02-20fix a memory leak in the error case found by Maxime Villard's BrainyTed Unangst
2015-02-16avoid double vlan-header or vlan-header for non-vlan(4) interfacesMarkus Friedl
2015-02-15Rather than using 0xff as a placeholder for "don't check prio", use 0xff toStuart Henderson
2015-02-14Rather than using 0xff as a placeholder for "don't check prio", use 0xff toStuart Henderson
2015-02-13Include sys/stdint.h for SIZE_MAX instead of relying on the misplacedTodd C. Miller
2015-02-12When purging the routes corresponding to an ifp, skip the routing tablesMartin Pieuchot
2015-02-12change log(matches) semantics slightly to make it more useful. since itHenning Brauer
2015-02-11Do not store the key and the gateway of a route entry in the same chunkMartin Pieuchot
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-10include the "set prio" values.Henning Brauer
2015-02-10since we inherit prio (as in, the queuing priority) from outside sources,Henning Brauer
2015-02-10In rt_if_track skip rtables that are not in the rdomain of the ifp.Claudio Jeker
2015-02-10make bpf(4) able to filter based on a pf(4) queue ID for tcpdump -Q qnameMartin Pelikan
2015-02-09correctly reset max_win if the SYN-ACK lacks a wscale option. pfMarkus Friedl
2015-02-09tweak the new if_input function so it takes an mbuf_list insteadDavid Gwynne
2015-02-09move the init of the if_input from ether_ifattach to if_attach.David Gwynne
2015-02-08Introduce if_input() a function to pass packets dequeued from aMartin Pieuchot
2015-02-08remove the dead code inside #if(def) RED_NOTYETHenning Brauer
2015-02-08pf normalization code was in dire need of style normalization.Henning Brauer
2015-02-07pf synproxy will do the 3WHS on behalf of the target machine, and onceHenning Brauer
2015-02-07make RB_PROTOTYPE usage ISO C compliant by removing useless semicolonsMartin Pelikan
2015-02-06earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1pSebastian Benoit
2015-02-06earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1pSebastian Benoit
2015-02-06IEEE sez that 0 is bigger than 1, and IEEE is always right.Henning Brauer
2015-02-06since I just touched this file and thus cause an almost full recompile ofHenning Brauer
2015-02-06g/c unused IFQ_INC_LEN, IFQ_DEC_LEN and IFQ_INC_DROPS, ok claudioHenning Brauer
2015-02-06using IFQ_INC_LEN and IFQ_DEC_LEN for len++/len-- is a bit excessive,Henning Brauer
2015-02-06style(9) nitBret Lambert
2015-02-06Change rt_mpath_conflict() to not rely on an initialized rtentry whenMartin Pieuchot
2015-02-05implement SIOCIFAFATTACH and SIOCIFAFDETACH for AF_INETHenning Brauer
2015-02-05Make sure pf(4) does not see embedded scopes.Martin Pieuchot
2015-01-29back bpf.c down to 1.113, from before most recent timeout changes.Ted Unangst
2015-01-28Revert rtdeletemsg conversion. It was not ok'd, I misunderstood bluhm@'sMartin Pieuchot
2015-01-28when doing a blocking read with a timeout, after the sleep resetDavid Gwynne
2015-01-27Ensure that link-local addresses are correctly configured on loopbackMartin Pieuchot
2015-01-27Do not overwrite user-specified MTU.Martin Pieuchot
2015-01-27remove the second void * argument on tasks.David Gwynne
2015-01-26Do not always try to rtfree(9) route entries inside rtdeletemsg(9).Martin Pieuchot
2015-01-24Userland (base & ports) was adapted to always include <netinet/in.h>Theo de Raadt
2015-01-21if_media.c needs net/if_var.h. This fixes the build with IFMEDIA_DEBUG.Theo de Raadt
2015-01-21Remove the useless variable ifa in rt_getifa().Alexander Bluhm
2015-01-21Delete option COMPAT_43: support for pre-sa_len binaries has been obsoletePhilip Guenther
2015-01-20Prevent tables referenced by rules in anchors from getting disabled.Mike Belopuhov
2015-01-18Do not even try to dereference a NULL pointer.Martin Pieuchot
2015-01-15Stop including <sys/param.h> and other stuff. Assume this will be includedTheo de Raadt
2015-01-14It is sufficient to protect in6_ifattach() with splsoftnet().Alexander Bluhm
2015-01-13Restore sending RTM_ADD and RTM_DELETE messages to userland for everyMartin Pieuchot