summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rather than passing around a cached 'priv', pass in an ucred tobz2008-02-021-20/+5
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-8/+8
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-21/+8
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-478/+22
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-16/+8
* Purge two redundant case labels.bms2007-03-231-2/+0
* Fix undirected broadcast sends for the case where SO_DONTROUTE has alsobms2007-03-011-11/+14
* Back out revision 1.264.bms2006-12-101-12/+5
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+15
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Remove stone-aged and irrelevant "#ifndef notdef".andre2006-09-291-2/+2
* Account for output IP datagrams on the ifaddr where they originated from,bms2006-09-251-5/+12
* Fix a NULL pointer dereference of ro->ro_rt->rt_flags by checking for theandre2006-09-111-1/+1
* make use of the host route's mtu for processing. This means we can nowjmg2006-09-101-18/+25
* First step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-061-6/+17
* Fix the socket option IP_ONESBCAST by giving it its own case in ip_output()andre2006-09-061-2/+11
* Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...julian2006-08-171-14/+5
* Fix URL to Bellovin's paper.glebius2006-06-291-1/+1
* o Add missed error check: in ip_ctloutput() sooptcopyin() returns amaxim2006-05-211-0/+4
* Fix a long-standing limitation in IPv4 multicast group membership.bms2006-05-141-1/+29
OpenPOWER on IntegriCloud