| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: sys/netinet/ip_input.c 1.317,1.318 | Pawel Jakub Dawidek | 2006-09-04 | 1 | -0/+1 |
| * | MFC: Remove IPFIREWALL_FORWARD_EXTENDED as an option. | Julian Elischer | 2006-08-24 | 1 | -4/+0 |
| * | MFC: Allow for nmbclusters and maxsockets to be increased via sysctl. | Paul Saab | 2006-05-16 | 1 | -0/+13 |
| * | MFC rev. 1.315 | Oleg Bulyzhin | 2006-03-04 | 1 | -0/+7 |
| * | Merge ip_input.c:1.311 from HEAD to RELENG_6: | Robert Watson | 2006-02-13 | 1 | -21/+81 |
| * | MFC ip_input.c:1.310: | Robert Watson | 2006-02-13 | 1 | -1/+1 |
| * | MFC 1.312: In ip_forward() compute MTU always if it hasn't been done before. | Andre Oppermann | 2006-01-31 | 1 | -10/+10 |
| * | MFC (by andre) | Xin LI | 2005-10-09 | 1 | -1/+1 |
| * | Merge subr_witness.c:1.196, igmp.c:1.49, in.c:1.86, in_var.h:1.55, | Robert Watson | 2005-08-24 | 1 | -0/+2 |
| * | Merge ip_input.c:1.302 from HEAD to RELENG_6: | Robert Watson | 2005-07-20 | 1 | -2/+0 |
| * | Pass icmp_error() the MTU argument directly instead of | Andre Oppermann | 2005-05-04 | 1 | -18/+8 |
| * | o Nano optimize ip_reass() code path for the first fragment: do not | Maxim Konovalov | 2005-04-08 | 1 | -5/+3 |
| * | plug resource leak | Sam Leffler | 2005-03-16 | 1 | -1/+3 |
| * | fix potential invalid index into ip_protox array | Sam Leffler | 2005-02-23 | 1 | -2/+2 |
| * | Bring back the full packet destination manipulation for 'ipfw fwd' | Andre Oppermann | 2005-02-22 | 1 | -0/+12 |
| * | Add CARP (Common Address Redundancy Protocol), which allows multiple | Gleb Smirnoff | 2005-02-22 | 1 | -0/+11 |
| * | Prefer (NULL) spelling of (0) for pointers. | Robert Watson | 2005-01-30 | 1 | -9/+9 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Port randomization leads to extremely fast port reuse at high | Mike Silbersack | 2005-01-02 | 1 | -0/+14 |
| * | Support for dynamically loadable and unloadable IP protocols in the ipmux. | Andre Oppermann | 2004-10-19 | 1 | -1/+62 |
| * | Add an additional struct inpcb * argument to pfil(9) in order to enable | Max Laier | 2004-09-29 | 1 | -1/+1 |
| * | o Turn net.inet.ip.check_interface sysctl off by default. | Maxim Konovalov | 2004-09-24 | 1 | -1/+1 |
| * | Fix an out of bounds write during the initialization of the PF_INET protocol | Andre Oppermann | 2004-09-16 | 1 | -4/+14 |
| * | Clarify some comments for the M_FASTFWD_OURS case in ip_input(). | Andre Oppermann | 2004-09-15 | 1 | -4/+4 |
| * | Remove the last two global variables that are used to store packet state while | Andre Oppermann | 2004-09-15 | 1 | -35/+44 |
| * | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | Andre Oppermann | 2004-08-27 | 1 | -17/+11 |
| * | Bring back the sysctl 'net.inet.ip.fw.enable' to unbreak the startup scripts | Andre Oppermann | 2004-08-19 | 1 | -0/+1 |
| * | Fix build of ip_input.c with "options IPSEC" -- the "pass:" label | Robert Watson | 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 |