summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* Fix five years old bug in ip_reass(): if we are using 'full' (i.e. includingoleg2006-02-071-0/+7
* Somewhat re-factor the read/write locking mechanism associated with the packetcsjp2006-02-021-1/+1
* Move the IPSEC related code blocks to their own file to unclutterandre2006-02-011-165/+15
* When doing IP forwarding with [FAST_]IPSEC compiled into the kernelandre2006-01-241-8/+10
* Modify the IP fragment reassembly code so that it uses a new UMA zone,rwatson2006-01-151-21/+81
* Staticize ipqlock, since it is local to ip_input.c.rwatson2006-01-151-1/+1
* Fix -Wundef.ru2005-12-041-1/+1
* Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn'tandre2005-11-191-16/+0
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-181-452/+1
* In ip_forward() copy as much into the temporary error mbuf as weandre2005-11-181-3/+2
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-2/+1
* Use the correct mbuf type for MGET().andre2005-08-301-1/+1
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-031-0/+2
* Remove spl() calls from ip_slowtimo(), as IP fragment queue locking wasrwatson2005-07-191-2/+0
* Pass icmp_error() the MTU argument directly instead ofandre2005-05-041-18/+8
* o Nano optimize ip_reass() code path for the first fragment: do notmaxim2005-04-081-5/+3
* plug resource leaksam2005-03-161-1/+3
* fix potential invalid index into ip_protox arraysam2005-02-231-2/+2
* Bring back the full packet destination manipulation for 'ipfw fwd'andre2005-02-221-0/+12
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+11
* Prefer (NULL) spelling of (0) for pointers.rwatson2005-01-301-9/+9
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Port randomization leads to extremely fast port reuse at highsilby2005-01-021-0/+14
* Support for dynamically loadable and unloadable IP protocols in the ipmux.andre2004-10-191-1/+62
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-1/+1
* o Turn net.inet.ip.check_interface sysctl off by default.maxim2004-09-241-1/+1
* Fix an out of bounds write during the initialization of the PF_INET protocolandre2004-09-161-4/+14
* Clarify some comments for the M_FASTFWD_OURS case in ip_input().andre2004-09-151-4/+4
* Remove the last two global variables that are used to store packet state whileandre2004-09-151-35/+44
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-17/+11
* Bring back the sysctl 'net.inet.ip.fw.enable' to unbreak the startup scriptsandre2004-08-191-0/+1
* Fix build of ip_input.c with "options IPSEC" -- the "pass:" labelrwatson2004-08-181-1/+1
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-217/+65
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-3/+5
* Fix two cases of incorrect IPQ_UNLOCK'ing in the merged ip_reass() function.andre2004-08-121-2/+2
* Consistently use NULL for pointer comparisons.andre2004-08-111-11/+11
* Make a comment that IP source routing is not SMP and PREEMPTION safe.andre2004-08-091-0/+1
* o Move all parts of the IP reassembly process into the function ip_reass() toandre2004-08-031-116/+123
* Change the following environment variables to kernel options:brian2004-07-081-6/+5
* Change the following kernel options to environment variables:brian2004-07-081-5/+6
* Check that m->m_pkthdr.rcvif is not NULL before checking if a packetbms2004-06-181-1/+2
* In ip_forward(), when calculating the MTU in effect for an IPSEC transportbms2004-06-161-0/+2
* In ip_forward(), set m->m_pkthdr.len correctly such that the mbuf chainbms2004-06-161-0/+1
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+6
* Provide the sysctl net.inet.ip.process_options to control the processingandre2004-05-061-0/+13
* Rename m_claim_next_hop() to m_claim_next(), as suggested by Max Laier.darrenr2004-05-021-1/+1
* Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra argdarrenr2004-05-021-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it.rwatson2004-03-281-2/+0
* Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT()rwatson2004-03-011-2/+2
OpenPOWER on IntegriCloud