summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
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
2015-01-10Correct some comments and merge in6_if_up() into in6_ifattach() toMartin Pieuchot
2015-01-09correctly handle no timeouts and make timeout handling in general better.Ted Unangst
2015-01-08Include the Routing Table ID in "struct rtentry" and reorder the fieldsMartin Pieuchot
2015-01-08Factorize various duplicated chunks of (old and horrible) code, checkingMartin Pieuchot
2015-01-06Remove the NOINET6 interface flag, a left-over from the times when IPv6Stefan Sperling
2015-01-06init a potentially uninitialised var in pf_postprocess_addrJonathan Gray
2014-12-29Assert that rtrequest1(9) is always called at IPL_SOFTNET instead ofMartin Pieuchot
2014-12-28remove KPDK. not really used, and a bad choice anyway. ok naddyTed Unangst
2014-12-23unifdef some more INET. v4 4life.Ted Unangst
2014-12-22Make sure rtrequest1(9) is called under splsoftnet().Martin Pieuchot
2014-12-22convert to using siphashTed Unangst