| Commit message (Expand) | Author | Age | Files | Lines |
| * | Consolidate and clean up the first section of ip_output.c in light of the | Robert Watson | 2009-05-21 | 1 | -7/+12 |
| * | Don't require packet to match a route (any route; this information wasn't | Edward Tomasz Napierala | 2009-04-28 | 1 | -0/+20 |
| * | - Allocate a small flowtable in ip_input.c (changeable by tuneable) | Kip Macy | 2009-04-19 | 1 | -2/+9 |
| * | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 1 | -2/+2 |
| * | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | Robert Watson | 2009-04-11 | 1 | -13/+13 |
| * | Import "flowid" support for serializing flows across transmit queues | Kip Macy | 2009-04-10 | 1 | -0/+4 |
| * | In ip_output(), do not acquire the IN_MULTI_LOCK(), | Bruce M Simpson | 2009-03-04 | 1 | -17/+14 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+1 |
| * | Try to remove/assimilate as much of formerly IPv4/6 specific | Bjoern A. Zeeb | 2009-02-08 | 1 | -2/+2 |
| * | Adds support for SCTP checksum offload. This means | Randall Stewart | 2009-02-03 | 1 | -2/+26 |
| * | Fix indentation; add FALLTHROUGH. | Adrian Chadd | 2009-01-09 | 1 | -3/+4 |
| * | Implement a new IP option (not compiled/enabled by default) to allow | Adrian Chadd | 2009-01-09 | 1 | -0/+19 |
| * | Allow the IP_MINTTL socket option to be set to 0 so that it can be | Robert Watson | 2009-01-03 | 1 | -1/+1 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -1/+0 |
| * | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -1/+0 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+2 |
| * | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -0/+1 |
| * | Fix a scope problem in the multiple routing table code that stopped the | Julian Elischer | 2008-11-19 | 1 | -1/+8 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -0/+2 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+3 |
| * | Fix a bug whereby multicast packets that are looped back locally | George V. Neville-Neil | 2008-08-29 | 1 | -1/+5 |
| * | Remove comments and #ifdef notyet'd code relating to directly dispatching | Robert Watson | 2008-08-21 | 1 | -17/+0 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -17/+18 |
| * | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -3/+5 |
| * | In ip_output(), allow a read lock as well as a write lock when asserting | Robert Watson | 2008-04-19 | 1 | -1/+1 |
| * | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -7/+7 |
| * | This patch provides the back end support for equal-cost multi-path | Qing Li | 2008-04-13 | 1 | -0/+9 |
| * | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | Ruslan Ermilov | 2008-03-25 | 1 | -1/+1 |
| * | Rather than passing around a cached 'priv', pass in an ucred to | Bjoern A. Zeeb | 2008-02-02 | 1 | -20/+5 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -1/+1 |
| * | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -1/+3 |
| * | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | George V. Neville-Neil | 2007-07-03 | 1 | -8/+8 |
| * | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 1 | -21/+8 |
| * | Import rewrite of IPv4 socket multicast layer to support source-specific | Bruce M Simpson | 2007-06-12 | 1 | -478/+22 |
| * | Move universally to ANSI C function declarations, with relatively | Robert Watson | 2007-05-10 | 1 | -16/+8 |
| * | Purge two redundant case labels. | Bruce M Simpson | 2007-03-23 | 1 | -2/+0 |
| * | Fix undirected broadcast sends for the case where SO_DONTROUTE has also | Bruce M Simpson | 2007-03-01 | 1 | -11/+14 |
| * | Back out revision 1.264. | Bruce M Simpson | 2006-12-10 | 1 | -12/+5 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -2/+15 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
| * | Remove stone-aged and irrelevant "#ifndef notdef". | Andre Oppermann | 2006-09-29 | 1 | -2/+2 |
| * | Account for output IP datagrams on the ifaddr where they originated from, | Bruce M Simpson | 2006-09-25 | 1 | -5/+12 |
| * | Fix a NULL pointer dereference of ro->ro_rt->rt_flags by checking for the | Andre Oppermann | 2006-09-11 | 1 | -1/+1 |
| * | make use of the host route's mtu for processing. This means we can now | John-Mark Gurney | 2006-09-10 | 1 | -18/+25 |
| * | First step of TSO (TCP segmentation offload) support in our network stack. | Andre Oppermann | 2006-09-06 | 1 | -6/+17 |
| * | Fix the socket option IP_ONESBCAST by giving it its own case in ip_output() | Andre Oppermann | 2006-09-06 | 1 | -2/+11 |
| * | Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it... | Julian Elischer | 2006-08-17 | 1 | -14/+5 |
| * | Fix URL to Bellovin's paper. | Gleb Smirnoff | 2006-06-29 | 1 | -1/+1 |
| * | o Add missed error check: in ip_ctloutput() sooptcopyin() returns a | Maxim Konovalov | 2006-05-21 | 1 | -0/+4 |
| * | Fix a long-standing limitation in IPv4 multicast group membership. | Bruce M Simpson | 2006-05-14 | 1 | -1/+29 |