| Commit message (Expand) | Author | Age | Files | Lines |
* | o Remove last argument to ip_fragment(), and obtain all needed information | glebius | 2012-10-26 | 1 | -13/+16 |
* | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | ae | 2012-10-25 | 1 | -8/+3 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -21/+5 |
* | Fix a miss from r241344: in ip_mloopback() we need to go to | glebius | 2012-10-14 | 1 | -3/+3 |
* | After r241245 it appeared that in_delayed_cksum(), which still expects | glebius | 2012-10-08 | 1 | -2/+3 |
* | A step in resolving mess with byte ordering for AF_INET. After this change: | glebius | 2012-10-06 | 1 | -15/+32 |
* | Plug a reference leak: before doing 'goto again' we need to unref | glebius | 2012-07-18 | 1 | -2/+8 |
* | When ip_output()/ip6_output() is supplied a struct route *ro argument, | glebius | 2012-07-04 | 1 | -22/+22 |
* | Add a IP_RECVTOS socket option to receive for received UDP/IPv4 | tuexen | 2012-06-12 | 1 | -0/+8 |
* | Cache SO_REUSEPORT socket option in inpcb-layer in order to avoid | trociny | 2011-11-06 | 1 | -5/+36 |
* | 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 |