summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unbreak ENCDEBUG kernels by declaring `encdebug' in ip_ipsp.hmpi2017-11-151-2/+1
* Finish off pr_drain functions, they haven't been used since 2006.florian2017-11-051-2/+1
* Move PRU_DETACH out of pr_usrreq into per proto pr_detachflorian2017-11-021-2/+2
* Serialize access to IP reassembly queue with a mutex. This letsvisa2017-09-051-2/+1
* Change sosetopt() to no longer free the mbuf it receives and changempi2017-09-011-3/+1
* kernels don't build without MROUTING because ip_var.h only sometimestedu2017-07-141-4/+5
* Convert ip_input() to a pr_input style function. Goal is to processbluhm2017-06-261-2/+3
* Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing andmpi2017-05-311-2/+1
* Introduce ipv{4,6}_input(), two wrappers around IP queues.mpi2017-05-301-2/+2
* Rename ip_local() to ip_deliver() and give it the same parametersbluhm2017-05-281-2/+2
* Move IPsec forward and local policy check functions to ipsec_input.cbluhm2017-05-221-3/+1
* Use the IPsec policy check from IPv4 also when doing local deliverybluhm2017-05-221-1/+2
* IPsec packets were passed through ip_input() a second time afterbluhm2017-05-121-1/+2
* Use the IPsec policy check from ipv4_input() also when forwardingbluhm2017-05-121-1/+2
* Pass down the address family through the pr_input calls. Thisbluhm2017-04-141-2/+2
* Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.claudio2017-03-131-1/+2
* Convert the variable argument list of the pr_output functions tobluhm2017-03-031-2/+3
* In sogetopt, preallocate an mbuf to avoid using sleeping mallocs withdhill2017-02-011-4/+4
* Change the IPv4 pr_input function to the way IPv6 is implemented,bluhm2017-01-291-2/+2
* Since raw_input() and route_input() are gone from pr_input, we canbluhm2017-01-251-2/+2
* Extend the multicast sockets and multicast hash table support to multiplerzalamena2016-12-191-2/+2
* Path MTU discovery and traceroute did not always work with pf af-to.bluhm2016-11-281-1/+2
* turn ipstat into a set of percpu counters.dlg2016-11-141-1/+48
* Kill in_rtaddr() and use rtalloc(9) directly in ip_dooptions().mpi2016-04-151-3/+1
* ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task.sashan2015-12-031-1/+5
* 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