summaryrefslogtreecommitdiffstats
path: root/sys/netinet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Init a variable in the recently added carp_vhe_match() function clangjsg2015-10-141-2/+2
* Make use of rtisvalid(9) to check if local route entries match existingmpi2015-10-131-8/+4
* Simplify arptfree() to no longer look at the route entry's refcounter.mpi2015-10-131-17/+8
* Use rtisivalid(9) to check if the given (cached) route can be used.mpi2015-10-131-3/+3
* Rename tame() to pledge(). This fairly interface has evolved to be morederaadt2015-10-091-4/+4
* easy size for free(); ok mpideraadt2015-10-071-2/+4
* Initialize the routing table before domains.mpi2015-10-072-6/+6
* Move route entry debug helpers where they belong.mpi2015-10-071-107/+1
* Revert if_oqdrops accounting changes done in kernel, per request from mpi@.uebayasi2015-10-051-1/+2
* Don't count IF_DROP()'ed packets as if_oerrors too.uebayasi2015-10-051-2/+1
* add a comment above the rfc1948 code that mentions the rfc so it's easy to findtedu2015-10-021-1/+4
* Factors ou the route hashing code to implement Equal-Cost Multi-Pathmpi2015-09-281-14/+13
* Merge gif(4)'s tentacles in a single file.mpi2015-09-283-246/+2
* Do not manually decrement rt's refcounter in arplookup() and let thempi2015-09-281-25/+35
* Welcome etheranyaddr, cousin of etherbroadcastaddr.stsp2015-09-271-1/+2
* make carp_input mpsafe.dlg2015-09-271-78/+234
* Ensure that RTF_LOCAL route entries always stay UP.mpi2015-09-251-2/+2
* Always increment rt_use inside rtalloc(9) instead of doing it in somempi2015-09-232-4/+2
* Remove inpt_lastport from struct inpcbtable, use local variablesvgross2015-09-222-17/+15
* Fix uninitalized use of variable.claudio2015-09-161-2/+3
* There's no point in abstracting ifp->if_output() as long as pf_test()mpi2015-09-132-8/+8
* if_put() after if_get().mpi2015-09-131-1/+2
* Get the default loopback interface pointer just after doing a routempi2015-09-131-2/+5
* queue revarps to softnet so we can defer processing to a context withdlg2015-09-132-4/+9
* consistently name the ifnet * that refers to the parent interfacedlg2015-09-121-50/+50
* Now that rtrequest1(9) properly sets RTF_UP for newly added route,mpi2015-09-121-5/+4
* Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp.mpi2015-09-122-19/+9
* Introduce if_input_local() a function to feed local traffic back tompi2015-09-122-4/+4
* Fix two cases where it was possible to call if_put with an uninitialized ifpclaudio2015-09-121-3/+3
* vhif_ifp in struct carp_ifs is set but never used. it can be trimmed.dlg2015-09-121-4/+1
* vhif_nvrs in carp_if is used to count the number of entries indlg2015-09-121-4/+2
* if_put after if_get in ip_savecontroldlg2015-09-111-1/+2
* if_put after if_get in igmp_joingroupdlg2015-09-111-5/+7
* if_put() after if_get for ip_output. This became suddenly super trivial.claudio2015-09-111-2/+6
* There is no need to do the route lookups twice just because of IPSec.claudio2015-09-111-114/+50
* Convert _TM_ flags to TAME_ flags, collapsing the entire mappingderaadt2015-09-111-2/+2
* When pf modifies a TCP packet, it sets the M_TCP_CSUM_OUT flag inbluhm2015-09-111-2/+2
* Stricter checks on sockaddr content when binding PF_INET sockets.vgross2015-09-111-7/+3
* if_put after if_get.dlg2015-09-111-10/+13
* Only include <sys/tame.h> in the .c files that need itguenther2015-09-111-1/+2
* Kill yet another argument to functions in IPv6. This time ip6_output'sclaudio2015-09-115-10/+10
* in6_embedscope() needs to lose some weight. Remove the last argument.claudio2015-09-113-11/+11
* It is time to put inet6 on a diet. Use the flensing knife and cut outclaudio2015-09-103-8/+8
* pass a cookie argument to interface input handlers that can be usedmikeb2015-09-101-5/+5
* if_put after if_get.dlg2015-09-101-29/+51
* Only half of the IPv6 source address was used as input for the synbluhm2015-09-101-11/+11
* move the if input handler list to an SRP list.dlg2015-09-101-22/+5
* correctly hold and put a reference to the revarp ifp while tryingdlg2015-09-101-14/+13
* move the guts of igmp_input into a igmp_input_if function and calldlg2015-09-101-13/+23
* if_put after if_get in icmp input.dlg2015-09-101-10/+22