| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC pfil API change: | Max Laier | 2004-10-03 | 1 | -1/+1 |
| * | MFC rev. 1.290: turn net.inet.ip.check_interface sysctl off by default. | Maxim Konovalov | 2004-09-24 | 1 | -1/+1 |
| * | MFC 1.289: Proper bounds checking when initializing the ip_protox[] array. | Andre Oppermann | 2004-09-23 | 1 | -4/+14 |
| * | MFC: Store IP source routing options in mtag instead of global variable. | Andre Oppermann | 2004-09-23 | 1 | -35/+44 |
| * | MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associated | Andre Oppermann | 2004-09-22 | 1 | -16/+10 |
| * | MFC balance of ipfw fixes. Revs being MFC-ed: | Ken Smith | 2004-08-20 | 1 | -0/+1 |
| * | MFC: Fix the kernel compile when not using PFIL_HOOKS and IPSEC. | Scott Long | 2004-08-18 | 1 | -1/+1 |
| * | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann | 2004-08-17 | 1 | -217/+65 |
| * | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | David Malone | 2004-08-14 | 1 | -3/+5 |
| * | Fix two cases of incorrect IPQ_UNLOCK'ing in the merged ip_reass() function. | Andre Oppermann | 2004-08-12 | 1 | -2/+2 |
| * | Consistently use NULL for pointer comparisons. | Andre Oppermann | 2004-08-11 | 1 | -11/+11 |
| * | Make a comment that IP source routing is not SMP and PREEMPTION safe. | Andre Oppermann | 2004-08-09 | 1 | -0/+1 |
| * | o Move all parts of the IP reassembly process into the function ip_reass() to | Andre Oppermann | 2004-08-03 | 1 | -116/+123 |
| * | Change the following environment variables to kernel options: | Brian Somers | 2004-07-08 | 1 | -6/+5 |
| * | Change the following kernel options to environment variables: | Brian Somers | 2004-07-08 | 1 | -5/+6 |
| * | Check that m->m_pkthdr.rcvif is not NULL before checking if a packet | Bruce M Simpson | 2004-06-18 | 1 | -1/+2 |
| * | In ip_forward(), when calculating the MTU in effect for an IPSEC transport | Bruce M Simpson | 2004-06-16 | 1 | -0/+2 |
| * | In ip_forward(), set m->m_pkthdr.len correctly such that the mbuf chain | Bruce M Simpson | 2004-06-16 | 1 | -0/+1 |
| * | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | Max Laier | 2004-06-13 | 1 | -0/+6 |
| * | Provide the sysctl net.inet.ip.process_options to control the processing | Andre Oppermann | 2004-05-06 | 1 | -0/+13 |
| * | Rename m_claim_next_hop() to m_claim_next(), as suggested by Max Laier. | Darren Reed | 2004-05-02 | 1 | -1/+1 |
| * | Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra arg | Darren Reed | 2004-05-02 | 1 | -1/+1 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it. | Robert Watson | 2004-03-28 | 1 | -2/+0 |
| * | Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT() | Robert Watson | 2004-03-01 | 1 | -2/+2 |
| * | Remove unneeded {} originally used to hold local variables for dummynet | Robert Watson | 2004-02-28 | 1 | -2/+0 |
| * | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | Max Laier | 2004-02-25 | 1 | -115/+52 |
| * | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | Max Laier | 2004-02-18 | 1 | -60/+122 |
| * | Do not check receive interface when pfil(9) hook changed address. | Max Laier | 2004-02-13 | 1 | -1/+1 |
| * | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | Max Laier | 2004-02-13 | 1 | -118/+56 |
| * | Introduce the SO_BINTIME option which takes a high-resolution timestamp | Poul-Henning Kamp | 2004-01-31 | 1 | -7/+18 |
| * | Make sure all uses of stack allocated struct route's are properly | Andre Oppermann | 2003-11-26 | 1 | -2/+2 |
| * | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -8/+8 |
| * | Remove RTF_PRCLONING from routing table and adjust users of it | Andre Oppermann | 2003-11-20 | 1 | -2/+2 |
| * | Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, but | Brian Feldman | 2003-11-17 | 1 | -0/+2 |
| * | Make ipstealth global as we need it in ip_fastforward too. | Andre Oppermann | 2003-11-15 | 1 | -1/+1 |
| * | Remove the global one-level rtcache variable and associated | Andre Oppermann | 2003-11-14 | 1 | -198/+87 |
| * | Introduce ip_fastforward and remove ip_flow. | Andre Oppermann | 2003-11-14 | 1 | -8/+29 |
| * | replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF | Sam Leffler | 2003-11-08 | 1 | -1/+1 |
| * | o add a flags parameter to netisr_register that is used to specify | Sam Leffler | 2003-11-08 | 1 | -1/+3 |
| * | Fix locking of the ip forwarding cache. We were holding a reference | Sam Leffler | 2003-11-07 | 1 | -11/+21 |
| * | - cleanup SP refcnt issue. | Hajimu UMEMOTO | 2003-11-04 | 1 | -1/+1 |
| * | Remove comment about desire for eventual explicit labeling of ICMP | Robert Watson | 2003-11-03 | 1 | -4/+0 |
| * | add ECN support in layer-3. | Hajimu UMEMOTO | 2003-10-29 | 1 | -0/+17 |
| * | pfil hooks can modify packet contents so check if the destination | Sam Leffler | 2003-10-16 | 1 | -1/+11 |
| * | purge extraneous ';'s | Sam Leffler | 2003-10-15 | 1 | -3/+3 |
| * | Lock ip forwarding route cache. While we're at it, remove the global | Sam Leffler | 2003-10-14 | 1 | -30/+91 |
| * | remove dangling ';'s` that were harmless | Sam Leffler | 2003-10-14 | 1 | -2/+2 |
| * | o update PFIL_HOOKS support to current API used by netbsd | Sam Leffler | 2003-09-23 | 1 | -23/+18 |
| * | lock ip fragment queues | Sam Leffler | 2003-09-05 | 1 | -0/+18 |