summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r265942:yongari2014-05-161-2/+3
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-1/+1
* Merge r263091: fix mbuf flags clash that lead to failure of operationglebius2014-03-181-0/+3
* Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823,glebius2014-03-041-29/+0
* Unregister inet/inet6 pfil hooks on vnet destroy.trociny2013-09-131-0/+5
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-0/+5
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-241-2/+2
* Move ip_reassemble()'s use of the global M_FRAG mbuf flag to a protocol layerandre2013-08-191-3/+3
* Use new macros to implement ipstat and tcpstat using PCPU counters.ae2013-07-091-64/+8
* Fix kmod_*stat_inc() after r249276. The incorrect code actuallyglebius2013-06-211-2/+2
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-061-2/+2
* Change certain heavily used network related mutexes and rwlocks toandre2013-04-091-2/+2
* Merge from projects/counters: TCP/IP stats.glebius2013-04-081-11/+71
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-1/+1
* ip_savecontrol() style fixes. No functional changes.pluknet2013-02-201-17/+17
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-12/+11
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-2/+3
* After r241923 the updated ip_len no longer needed.glebius2012-10-251-1/+0
* Fix error in r241913 that had broken fragment reassembly.glebius2012-10-251-1/+1
* Do not reduce ip_len by size of IP header in the ip_input()glebius2012-10-231-6/+0
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-37/+26
* A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-061-16/+23
* When ip_output()/ip6_output() is supplied a struct route *ro argument,glebius2012-07-041-2/+1
* Add a IP_RECVTOS socket option to receive for received UDP/IPv4tuexen2012-06-121-0/+6
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-4/+4
* Remove last remnants of classful addressing:glebius2011-10-151-5/+0
* Correct comments and debug logging in ipsec to better match reality.bz2011-06-081-1/+1
* MfP4 CH=192004:bz2011-04-271-5/+0
* MFp4 CH=191470:bz2011-04-201-15/+0
* MFp4 CH=191466:bz2011-04-201-2/+0
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-221-11/+11
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-11/+11
* MFp4 CH=183052 183053 183258:bz2010-09-021-10/+6
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-7/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-39/+33
* Avoid memory access after free. Use the (shortend) copy for thebz2010-04-211-1/+1
* - boot-time size the ipv4 flowtable and the maximum number of flowskmacy2010-03-221-2/+14
* - restructure flowtable to support ipv6kmacy2010-03-121-1/+1
* Split up ip_drain() into an outer lock and iterator part andbz2010-02-201-8/+34
* Correct spelling typo in ip_input comment.rwatson2009-10-241-1/+1
* Improve grammar in ip_input comment while attempting to maintain whatrwatson2009-10-231-2/+2
* Rewrap ip_input() comment so that it prints more nicely.rwatson2009-10-181-3/+3
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-10/+10
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-0/+21
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Back out the moving in r195782 of V_ip_id's initialization from the toprwatson2009-07-201-1/+2
* Garbage collect vnet module registrations that have neither constructorsrwatson2009-07-201-20/+1
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-191-4/+4
OpenPOWER on IntegriCloud