summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kill IP_ROUTETOETHER.mpi2015-07-161-2/+1
* Remove the "multicast_" prefix from the fields a multicast-only struct.mpi2014-12-171-3/+3
* Use an interface index instead of a pointer for multicast options.mpi2014-12-171-3/+3
* Kill in_iawithaddr() and use ifa_ifwithaddr() directly.mpi2014-11-051-3/+1
* ip_output() using varargs always struck me as bizarre, esp since it's onlyhenning2014-04-211-4/+3
* Retire kernel support for SO_DONTROUTE, this time without breakingmpi2014-04-071-2/+1
* revert "Retire kernel support for SO_DONTROUTE" diff, which does bad thingssthen2014-03-281-1/+2
* Retire kernel support for SO_DONTROUTE, since the plan is to alwaysmpi2014-03-271-2/+1
* Stop dereferencing the ifp pointer present in the packet header allmpi2014-03-271-3/+1
* since the cksum rewrite the counters for hardware checksummed packetshenning2014-01-231-3/+3
* Change ip_output()'s non-optional arguments to be standard argumentsmatthew2013-12-171-2/+4
* Instead of stripping the IP options manually in icmp_reflect(),bluhm2013-11-171-2/+2
* Move obvious kernel prototypes (and structure's with kernel pointers,deraadt2013-10-241-54/+55
* There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6,deraadt2013-10-211-1/+3
* When net.inet.ip.sourceroute is enable, store the source routempi2013-08-131-2/+2
* Remove various external variable declaration from sources files andmpi2013-04-101-1/+17
* add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)markus2012-07-161-1/+2
* remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.dlg2012-03-171-2/+1
* reintroduce using the RB tree for local address lookups. this isdlg2011-04-191-2/+2
* Backout the in_iawithaddr() -> ifa_ifwithaddr() change.claudio2011-04-141-1/+3
* make in_iawithaddr a wrapper for ifa_ifwithaddr plus a hack for old ancienthenning2011-04-041-3/+1
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-4/+4
* Deal with the situation when TCP nfs mounts timeout and processesthib2008-05-231-2/+2
* allow 4095 instead of 20 multicast group memberships per socket (you needmarkus2007-09-181-2/+3
* Make savecontrol functions more generic and use them now for raw IP too.claudio2006-05-291-1/+4
* New counter for not joined IPv4 multicast groups.mpf2005-08-111-1/+2
* change the TCP reass queue from LIST to TAILQ;markus2005-08-021-16/+3
* Experimental support for opportunitic use of jumbograms where only some hostsmcbride2005-05-271-3/+4
* Pull the plug on source-based routing until remaining bugs are eradicated.cedric2004-06-221-2/+2
* extend routing table to be able to match and route packets based oncedric2004-06-061-2/+2
* make return-rst work on pure bridges. ok dhartmei@ henning@ mcbride@cedric2004-04-281-1/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Remove commons; inspired by netbsd.jason2003-02-121-2/+2
* From Andrushock, s/sucess/success/gmillert2002-12-091-2/+2
* Change all variables definitions (int foo) in sys/sys/*.h to variablemiod2002-07-031-6/+6
* whitespaceitojun2002-06-091-2/+2
* respect rmx_mtu (cached PMTUD result) on outbound. deraadt/angelos okitojun2002-05-311-2/+2
* Factor out IP fragmentation code into its own function so it can bejasoni2002-05-281-1/+2
* First round of __P removal in sysmillert2002-03-141-31/+31
* allocate tcp reassembly queue via pool; based on netbsd; okay art@ angelos@provos2002-01-241-1/+2
* Hardware checksumming stats.angelos2001-06-231-1/+3
* Inclusion protection.angelos2001-06-091-2/+6
* IP_ENCAPSULATED is deprecated.angelos2001-05-281-2/+1
* Remove varargs from ipv4_input; cmetz@ deraadt@ ok.fgsch2001-05-201-2/+2
* get rid of dtom(), okay itojun@ angelos@ mickey@ millert@provos2001-05-011-8/+4
* drop packets with 127.0.0.0/8 in header field, if the packet is from outside.itojun2001-03-031-1/+2
* Path MTU discovery based on NetBSD but with the decision to use the DFprovos2000-09-181-1/+6
* Remove the ifdef for IP_ENCAPSULATED.angelos2000-01-021-4/+1
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-1/+2
* add fragment flood protection; configureable using sysctl ip.maxqueuederaadt1999-02-171-1/+2