summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Try to catch a possible divide-by-zero as early as possible if "mtu" is 0bz2010-12-311-0/+3
* IP_BINDANY is not correctly handled in getsockopt() case.attilio2010-09-241-0/+4
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-251-1/+1
* The proper fix for the delayed SCTP checksum is torrs2010-03-121-2/+2
* - restructure flowtable to support ipv6kmacy2010-03-121-8/+14
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toqingli2010-03-091-1/+5
* Make the compiler happy after r201125:bz2009-12-281-1/+1
* introduce a local variable rte acting as a cache of ro->ro_rtluigi2009-12-281-18/+22
* + remove an unused #define print_ip;luigi2009-12-281-19/+13
* Remove ifdefed out part of code, which seems to have originated a decade agotrasz2009-11-091-1/+1
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-2/+2
* Do not try to free the rt_lle entry of the cached route inqingli2009-08-281-3/+1
* - change the interface to flowtable_lookup so that we don't rely onkmacy2009-08-181-1/+1
* In function ip_output(), the cached route is flushed when there is aqingli2009-08-141-1/+5
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-7/+1
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-0/+3
* V_irtualize flowtable state.zec2009-06-221-1/+1
* Move the kernel option FLOWTABLE chacking from the header file to thebz2009-06-121-0/+2
* Only four out of nine arguments for ip_ipsec_output() are actually used.pjd2009-06-051-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-011-17/+8
* Consolidate and clean up the first section of ip_output.c in light of therwatson2009-05-211-7/+12
* Don't require packet to match a route (any route; this information wasn'ttrasz2009-04-281-0/+20
* - Allocate a small flowtable in ip_input.c (changeable by tuneable)kmacy2009-04-191-2/+9
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-13/+13
* Import "flowid" support for serializing flows across transmit queueskmacy2009-04-101-0/+4
* In ip_output(), do not acquire the IN_MULTI_LOCK(),bms2009-03-041-17/+14
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-081-2/+2
* Adds support for SCTP checksum offload. This meansrrs2009-02-031-2/+26
* Fix indentation; add FALLTHROUGH.adrian2009-01-091-3/+4
* Implement a new IP option (not compiled/enabled by default) to allowadrian2009-01-091-0/+19
* Allow the IP_MINTTL socket option to be set to 0 so that it can berwatson2009-01-031-1/+1
* This main goals of this project are:qingli2008-12-151-1/+0
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-1/+0
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-0/+1
* Fix a scope problem in the multiple routing table code that stopped thejulian2008-11-191-1/+8
* Change the initialization methodology for global variables scheduledzec2008-11-191-0/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+3
* Fix a bug whereby multicast packets that are looped back locallygnn2008-08-291-1/+5
* Remove comments and #ifdef notyet'd code relating to directly dispatchingrwatson2008-08-211-17/+0
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-17/+18
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-3/+5
* In ip_output(), allow a read lock as well as a write lock when assertingrwatson2008-04-191-1/+1
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-7/+7
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-131-0/+9
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-1/+1
OpenPOWER on IntegriCloud