summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/10' into develLuiz Otavio O Souza2016-05-231-2/+1
|\
| * MFC r297985:loos2016-05-231-2/+1
* | Revert "Importing pfSense patch ip_dstchng_fix.diff"Luiz Otavio O Souza2016-05-231-1/+2
* | Revive the sysctl net.inet.ip.fastforward to control the tryforward use.Luiz Otavio O Souza2016-05-031-2/+7
* | Revert "Revert 295285 which was an MFC of the tryforward work (r290383,295282...Renato Botelho2016-02-221-0/+12
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-02-221-12/+0
|\ \ | |/
| * Revert 295285 which was an MFC of the tryforward work (r290383,295282,295283)gnn2016-02-221-12/+0
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-02-051-0/+12
|\ \ | |/
| * MFC: r290383,295282,295283gnn2016-02-041-0/+12
* | Revert "MFC r290383:"Renato Botelho2016-02-051-13/+0
* | 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
OpenPOWER on IntegriCloud