| Commit message (Expand) | Author | Age | Files | Lines |
* | The mbuf_frag_size always was and is file local and not queried from base | bz | 2011-04-14 | 1 | -1/+1 |
* | Try to catch a possible divide-by-zero as early as possible if "mtu" is 0 | bz | 2010-12-31 | 1 | -0/+3 |
* | IP_BINDANY is not correctly handled in getsockopt() case. | attilio | 2010-09-24 | 1 | -0/+4 |
* | This patch fixes the problem where proxy ARP entries cannot be added | qingli | 2010-05-25 | 1 | -1/+1 |
* | The proper fix for the delayed SCTP checksum is to | rrs | 2010-03-12 | 1 | -2/+2 |
* | - restructure flowtable to support ipv6 | kmacy | 2010-03-12 | 1 | -8/+14 |
* | One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is to | qingli | 2010-03-09 | 1 | -1/+5 |
* | Make the compiler happy after r201125: | bz | 2009-12-28 | 1 | -1/+1 |
* | introduce a local variable rte acting as a cache of ro->ro_rt | luigi | 2009-12-28 | 1 | -18/+22 |
* | + remove an unused #define print_ip; | luigi | 2009-12-28 | 1 | -19/+13 |
* | Remove ifdefed out part of code, which seems to have originated a decade ago | trasz | 2009-11-09 | 1 | -1/+1 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 1 | -2/+2 |
* | Do not try to free the rt_lle entry of the cached route in | qingli | 2009-08-28 | 1 | -3/+1 |
* | - change the interface to flowtable_lookup so that we don't rely on | kmacy | 2009-08-18 | 1 | -1/+1 |
* | In function ip_output(), the cached route is flushed when there is a | qingli | 2009-08-14 | 1 | -1/+5 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -7/+1 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -0/+3 |
* | V_irtualize flowtable state. | zec | 2009-06-22 | 1 | -1/+1 |
* | Move the kernel option FLOWTABLE chacking from the header file to the | bz | 2009-06-12 | 1 | -0/+2 |
* | Only four out of nine arguments for ip_ipsec_output() are actually used. | pjd | 2009-06-05 | 1 | -1/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | pjd | 2009-06-01 | 1 | -17/+8 |
* | Consolidate and clean up the first section of ip_output.c in light of the | rwatson | 2009-05-21 | 1 | -7/+12 |
* | Don't require packet to match a route (any route; this information wasn't | trasz | 2009-04-28 | 1 | -0/+20 |
* | - Allocate a small flowtable in ip_input.c (changeable by tuneable) | kmacy | 2009-04-19 | 1 | -2/+9 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -2/+2 |
* | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | rwatson | 2009-04-11 | 1 | -13/+13 |
* | Import "flowid" support for serializing flows across transmit queues | kmacy | 2009-04-10 | 1 | -0/+4 |
* | In ip_output(), do not acquire the IN_MULTI_LOCK(), | bms | 2009-03-04 | 1 | -17/+14 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | Try to remove/assimilate as much of formerly IPv4/6 specific | bz | 2009-02-08 | 1 | -2/+2 |
* | Adds support for SCTP checksum offload. This means | rrs | 2009-02-03 | 1 | -2/+26 |
* | Fix indentation; add FALLTHROUGH. | adrian | 2009-01-09 | 1 | -3/+4 |
* | Implement a new IP option (not compiled/enabled by default) to allow | adrian | 2009-01-09 | 1 | -0/+19 |
* | Allow the IP_MINTTL socket option to be set to 0 so that it can be | rwatson | 2009-01-03 | 1 | -1/+1 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -1/+0 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -1/+0 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -0/+1 |
* | Fix a scope problem in the multiple routing table code that stopped the | julian | 2008-11-19 | 1 | -1/+8 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -0/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+3 |
* | Fix a bug whereby multicast packets that are looped back locally | gnn | 2008-08-29 | 1 | -1/+5 |
* | Remove comments and #ifdef notyet'd code relating to directly dispatching | rwatson | 2008-08-21 | 1 | -17/+0 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -17/+18 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -3/+5 |
* | In ip_output(), allow a read lock as well as a write lock when asserting | rwatson | 2008-04-19 | 1 | -1/+1 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -7/+7 |
* | This patch provides the back end support for equal-cost multi-path | qingli | 2008-04-13 | 1 | -0/+9 |