aboutsummaryrefslogtreecommitdiff
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 theRobert Watson2009-05-211-7/+12
* Don't require packet to match a route (any route; this information wasn'tEdward Tomasz Napierala2009-04-281-0/+20
* - Allocate a small flowtable in ip_input.c (changeable by tuneable)Kip Macy2009-04-191-2/+9
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+2
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),Robert Watson2009-04-111-13/+13
* Import "flowid" support for serializing flows across transmit queuesKip Macy2009-04-101-0/+4
* In ip_output(), do not acquire the IN_MULTI_LOCK(),Bruce M Simpson2009-03-041-17/+14
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Try to remove/assimilate as much of formerly IPv4/6 specificBjoern A. Zeeb2009-02-081-2/+2
* Adds support for SCTP checksum offload. This meansRandall Stewart2009-02-031-2/+26
* Fix indentation; add FALLTHROUGH.Adrian Chadd2009-01-091-3/+4
* Implement a new IP option (not compiled/enabled by default) to allowAdrian Chadd2009-01-091-0/+19
* Allow the IP_MINTTL socket option to be set to 0 so that it can beRobert Watson2009-01-031-1/+1
* This main goals of this project are:Qing Li2008-12-151-1/+0
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-1/+0
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+2
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-0/+1
* Fix a scope problem in the multiple routing table code that stopped theJulian Elischer2008-11-191-1/+8
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+2
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+3
* Fix a bug whereby multicast packets that are looped back locallyGeorge V. Neville-Neil2008-08-291-1/+5
* Remove comments and #ifdef notyet'd code relating to directly dispatchingRobert Watson2008-08-211-17/+0
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-17/+18
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-3/+5
* In ip_output(), allow a read lock as well as a write lock when assertingRobert Watson2008-04-191-1/+1
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-171-7/+7
* This patch provides the back end support for equal-cost multi-pathQing Li2008-04-131-0/+9
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-1/+1
* Rather than passing around a cached 'priv', pass in an ucred toBjoern A. Zeeb2008-02-021-20/+5
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-1/+1
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-1/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-8/+8
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-21/+8
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-121-478/+22
* Move universally to ANSI C function declarations, with relativelyRobert Watson2007-05-101-16/+8
* Purge two redundant case labels.Bruce M Simpson2007-03-231-2/+0
* Fix undirected broadcast sends for the case where SO_DONTROUTE has alsoBruce M Simpson2007-03-011-11/+14
* Back out revision 1.264.Bruce M Simpson2006-12-101-12/+5
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+15
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Remove stone-aged and irrelevant "#ifndef notdef".Andre Oppermann2006-09-291-2/+2
* Account for output IP datagrams on the ifaddr where they originated from,Bruce M Simpson2006-09-251-5/+12
* Fix a NULL pointer dereference of ro->ro_rt->rt_flags by checking for theAndre Oppermann2006-09-111-1/+1
* make use of the host route's mtu for processing. This means we can nowJohn-Mark Gurney2006-09-101-18/+25
* First step of TSO (TCP segmentation offload) support in our network stack.Andre Oppermann2006-09-061-6/+17
* Fix the socket option IP_ONESBCAST by giving it its own case in ip_output()Andre Oppermann2006-09-061-2/+11
* Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...Julian Elischer2006-08-171-14/+5
* Fix URL to Bellovin's paper.Gleb Smirnoff2006-06-291-1/+1
* o Add missed error check: in ip_ctloutput() sooptcopyin() returns aMaxim Konovalov2006-05-211-0/+4
* Fix a long-standing limitation in IPv4 multicast group membership.Bruce M Simpson2006-05-141-1/+29