summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r290383:Luiz Otavio O Souza2015-11-061-0/+13
* Revert "Replace the fastforward path with tryforward which does not require a...Luiz Otavio O Souza2015-11-061-4/+0
* Revert "If there are any IPSEC security policies skip the tryforward step."Luiz Otavio O Souza2015-11-061-9/+0
* If there are any IPSEC security policies skip the tryforward step.Luiz Otavio O Souza2015-10-261-0/+9
* Replace the fastforward path with tryforward which does not require a sysctl ...Luiz Otavio O Souza2015-10-261-0/+4
* MFC r275704:Luiz Otavio O Souza2015-10-201-4/+7
* MFC r275703:Luiz Otavio O Souza2015-10-201-1/+1
* Revert IPSEC patches.Luiz Otavio O Souza2015-10-201-10/+4
* Revert "Importing pfSense patch ipsec_fwd_check.diff"Luiz Otavio O Souza2015-08-201-1/+1
* Importing pfSense patch ipsec_fwd_check.diffRenato Botelho2015-08-171-1/+1
* Importing pfSense patch ip_dstchng_fix.diffRenato Botelho2015-08-171-2/+1
* Importing pfSense patch IPSEC_sysctl.RELENG_10.diffRenato Botelho2015-08-171-4/+10
* Importing pfSense patch pfil.RELENG_10.diffRenato Botelho2015-08-171-0/+3
* MFC 285325eri2015-07-291-1/+2
* MFC r285051eri2015-07-291-17/+18
* 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
OpenPOWER on IntegriCloud