summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r265942:Pyun YongHyeon2014-05-161-2/+3
* MFC r242079:Andrey V. Elsukov2012-11-271-11/+11
* Merge r238002, r238016, r238092 from head:Gleb Smirnoff2012-09-101-2/+1
* MFC r236959:Michael Tuexen2012-07-011-0/+6
* MFC 229621:John Baldwin2012-03-191-4/+4
* MFhead 226401,226402:Gleb Smirnoff2011-10-201-5/+0
* Correct comments and debug logging in ipsec to better match reality.Bjoern A. Zeeb2011-06-081-1/+1
* MfP4 CH=192004:Bjoern A. Zeeb2011-04-271-5/+0
* MFp4 CH=191470:Bjoern A. Zeeb2011-04-201-15/+0
* MFp4 CH=191466:Bjoern A. Zeeb2011-04-201-2/+0
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-11/+11
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-11/+11
* MFp4 CH=183052 183053 183258:Bjoern A. Zeeb2010-09-021-10/+6
* Allow carp(4) to be loaded as a kernel module. Follow precedent set byWill Andrews2010-08-111-7/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-39/+33
* Avoid memory access after free. Use the (shortend) copy for theBjoern A. Zeeb2010-04-211-1/+1
* - boot-time size the ipv4 flowtable and the maximum number of flowsKip Macy2010-03-221-2/+14
* - restructure flowtable to support ipv6Kip Macy2010-03-121-1/+1
* Split up ip_drain() into an outer lock and iterator part andBjoern A. Zeeb2010-02-201-8/+34
* Correct spelling typo in ip_input comment.Robert Watson2009-10-241-1/+1
* Improve grammar in ip_input comment while attempting to maintain whatRobert Watson2009-10-231-2/+2
* Rewrap ip_input() comment so that it prints more nicely.Robert Watson2009-10-181-3/+3
* Virtualize the pfil hooks so that different jails may chose differentJulian Elischer2009-10-111-10/+10
* Many network stack subsystems use a single global data structure to holdRobert Watson2009-08-021-0/+21
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Back out the moving in r195782 of V_ip_id's initialization from the topRobert Watson2009-07-201-1/+2
* Garbage collect vnet module registrations that have neither constructorsRobert Watson2009-07-201-20/+1
* Reimplement and/or implement vnet list locking by replacing a mostlyRobert Watson2009-07-191-4/+4
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-11/+11
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-110/+74
* Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(),Robert Watson2009-06-251-1/+2
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of theRobert Watson2009-06-251-0/+6
* Clear 'ia' after iterating if_addrhead for unicast address matching: sinceRobert Watson2009-06-241-6/+9
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-4/+22
* V_irtualize flowtable state.Marko Zec2009-06-221-7/+11
* Move the kernel option FLOWTABLE chacking from the header file to theBjoern A. Zeeb2009-06-121-1/+6
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* More cleanup in preparation of ipfw relocation (no actual code change):Luigi Rizzo2009-06-051-10/+0
* Reimplement the netisr framework in order to support parallel netisrRobert Watson2009-06-011-11/+45
* Don't discard packets with 'Destination Unreachable' at the beginningEdward Tomasz Napierala2009-05-271-3/+11
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-1/+1
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-0/+1
* In ip_input(), cache the received mbuf's network interface in a localRobert Watson2009-04-201-16/+23
* - Allocate a small flowtable in ip_input.c (changeable by tuneable)Kip Macy2009-04-191-0/+9
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),Robert Watson2009-04-111-39/+39
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-0/+17
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-11/+16
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-091-11/+3
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1