freebsd-skq/sys/netinet
ae fcbaea9548 MFC r275392:
Remove route chaching support from ipsec code. It isn't used for some time.
  * remove sa_route_union declaration and route_cache member from struct secashead;
  * remove key_sa_routechange() call from ICMP and ICMPv6 code;
  * simplify ip_ipsec_mtu();
  * remove #include <net/route.h>;

Sponsored by:	Yandex LLC
2015-06-02 03:14:42 +00:00
..
cc MFC r273733, r273740 and r273773: 2014-10-30 08:04:48 +00:00
khelp The TCP PAWS fix for kernels with fast tick rates (r231767) changed the TCP 2012-08-17 01:49:51 +00:00
libalias In m_megapullup() instead of reserving some space at the end of packet, 2013-03-17 07:37:10 +00:00
accf_data.c
accf_dns.c
accf_http.c
cc.h
icmp6.h MFC r261708, r261847, r268525, r274316, r274347, r275593, 2015-05-08 08:35:06 +00:00
icmp_var.h Remove most of the remaining sysctl name list macros. They were only 2013-08-26 18:16:05 +00:00
if_atm.c Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
if_atm.h Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
if_ether.c MFC r279730: 2015-03-14 14:35:07 +00:00
if_ether.h Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
igmp_var.h Remove most of the remaining sysctl name list macros. They were only 2013-08-26 18:16:05 +00:00
igmp.c Improve patch for SA-15:04.igmp to solve a potential buffer overflow. 2015-04-07 20:20:24 +00:00
igmp.h
in_cksum.c nobody uses this file except the userspace ipfw code, but the cast 2012-07-31 08:04:49 +00:00
in_debug.c
in_gif.c MFC r282965: 2015-05-31 22:58:41 +00:00
in_gif.h MFC r273087 (with modifications): 2014-12-23 16:33:44 +00:00
in_kdtrace.c MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2014-01-17 10:58:59 +00:00
in_kdtrace.h MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2014-01-17 10:58:59 +00:00
in_mcast.c MFC 260796 2014-02-03 03:31:35 +00:00
in_pcb.c MFC r264879 2014-05-26 22:54:15 +00:00
in_pcb.h MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@ 2015-04-24 23:26:44 +00:00
in_pcbgroup.c
in_proto.c MFC r264212,r264213,r264248,r265776,r265811,r265909: 2014-05-13 06:05:53 +00:00
in_rmx.c Merge r262763, r262767, r262771, r262806 from head: 2014-03-21 15:15:30 +00:00
in_systm.h
in_var.h Back out r249318, r249320 and r249327 due to a heisenbug most 2013-05-06 16:42:18 +00:00
in.c MFC of r278472 2015-02-15 13:57:44 +00:00
in.h MFC r266842: netinet/in.h: Expose htonl(), htons(), ntohl() and ntohs() in 2014-10-29 23:10:48 +00:00
ip6.h Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. 2013-04-09 07:11:22 +00:00
ip_carp.c MFC r276751: 2015-02-02 11:42:35 +00:00
ip_carp.h Migrate struct carpstats to PCPU counters. 2013-07-09 10:02:51 +00:00
ip_divert.c Switch the entire IPv4 stack to keep the IP packet header 2012-10-22 21:09:03 +00:00
ip_divert.h
ip_dummynet.h s/lenght/length/ in comments 2012-08-07 07:52:25 +00:00
ip_ecn.c
ip_ecn.h
ip_encap.c
ip_encap.h
ip_fastfwd.c MFC r271545, 271610: 2014-10-09 23:45:26 +00:00
ip_fw.h Add ipfw support for setting/matching DiffServ codepoints (DSCP). 2013-03-20 10:35:33 +00:00
ip_gre.c MFC r272770: 2014-10-30 13:53:57 +00:00
ip_gre.h
ip_icmp.c MFC r275392: 2015-06-02 03:14:42 +00:00
ip_icmp.h
ip_id.c Back out r249318, r249320 and r249327 due to a heisenbug most 2013-05-06 16:42:18 +00:00
ip_input.c MFC r265942: 2014-05-16 05:05:53 +00:00
ip_ipsec.c MFC r275392: 2015-06-02 03:14:42 +00:00
ip_ipsec.h
ip_mroute.c Merge 261024: fix PIM input regression. 2014-01-27 09:33:30 +00:00
ip_mroute.h Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU 2013-07-09 09:50:15 +00:00
ip_options.c MFC r271628: 2014-10-09 23:46:17 +00:00
ip_options.h MFC r271545, 271610: 2014-10-09 23:45:26 +00:00
ip_output.c MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@ 2015-04-24 23:26:44 +00:00
ip_var.h Merge r263091: fix mbuf flags clash that lead to failure of operation 2014-03-18 16:56:05 +00:00
ip.h
pim_var.h Remove most of the remaining sysctl name list macros. They were only 2013-08-26 18:16:05 +00:00
pim.h
raw_ip.c MFC r264879 2014-05-26 22:54:15 +00:00
sctp_asconf.c MFC r283662: 2015-05-31 12:56:22 +00:00
sctp_asconf.h
sctp_auth.c MFC r280642: 2015-05-29 13:23:16 +00:00
sctp_auth.h MFC r271643: 2014-09-18 09:49:49 +00:00
sctp_bsd_addr.c MFC r276914: 2015-05-29 12:03:02 +00:00
sctp_bsd_addr.h
sctp_cc_functions.c MFC r283650: 2015-05-31 12:46:40 +00:00
sctp_constants.h MFC r283650: 2015-05-31 12:46:40 +00:00
sctp_crc32.c
sctp_crc32.h
sctp_dtrace_declare.h
sctp_dtrace_define.h MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2014-01-17 10:58:59 +00:00
sctp_header.h MFC 273168: 2014-10-19 11:31:23 +00:00
sctp_indata.c MFC r283650: 2015-05-31 12:46:40 +00:00
sctp_indata.h Code cleanups. 2013-07-03 18:48:43 +00:00
sctp_input.c MFC r283650: 2015-05-31 12:46:40 +00:00
sctp_input.h MFC 273168: 2014-10-19 11:31:23 +00:00
sctp_lock_bsd.h
sctp_os_bsd.h MFC r271643: 2014-09-18 09:49:49 +00:00
sctp_os.h
sctp_output.c MFC r283691: 2015-05-31 13:07:22 +00:00
sctp_output.h MFC r272751: 2014-10-12 17:42:32 +00:00
sctp_pcb.c MFC r283664: 2015-05-31 12:59:22 +00:00
sctp_pcb.h MFC r279859: 2015-05-29 12:54:30 +00:00
sctp_peeloff.c MFC r279859: 2015-05-29 12:54:30 +00:00
sctp_peeloff.h Remove unused function. 2012-11-25 14:25:08 +00:00
sctp_ss_functions.c
sctp_structs.h MFC r280714: 2015-05-29 13:26:05 +00:00
sctp_sysctl.c MFC r277424: 2015-05-29 12:45:55 +00:00
sctp_sysctl.h MFC r270673: 2014-09-18 08:58:22 +00:00
sctp_timer.c MFC r283650: 2015-05-31 12:46:40 +00:00
sctp_timer.h
sctp_uio.h MFC r269945: 2014-08-22 20:26:20 +00:00
sctp_usrreq.c MFC r283666: 2015-05-31 13:04:38 +00:00
sctp_var.h MFC r268537: 2014-08-22 19:43:27 +00:00
sctp.h MFC r279859: 2015-05-29 12:54:30 +00:00
sctputil.c MFC r283654: 2015-05-31 12:50:10 +00:00
sctputil.h MFC r276914: 2015-05-29 12:03:02 +00:00
siftr.c MFC r280233, r280237, r280441 2015-04-06 22:41:13 +00:00
tcp_debug.c Switch the entire IPv4 stack to keep the IP packet header 2012-10-22 21:09:03 +00:00
tcp_debug.h
tcp_fsm.h
tcp_hostcache.c MFC 277709: 2015-02-10 21:41:56 +00:00
tcp_hostcache.h
tcp_input.c MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@ 2015-04-24 23:26:44 +00:00
tcp_lro.c Merge r254336 from user/np/cxl_tuning. 2013-08-28 23:00:34 +00:00
tcp_lro.h Merge r254336 from user/np/cxl_tuning. 2013-08-28 23:00:34 +00:00
tcp_offload.c
tcp_offload.h
tcp_output.c MFC r274376: 2014-11-19 09:03:12 +00:00
tcp_reass.c MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
tcp_sack.c
tcp_seq.h
tcp_subr.c MFC: r280904, r280990, r281599 2015-05-15 12:07:43 +00:00
tcp_syncache.c MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@ 2015-04-24 23:26:44 +00:00
tcp_syncache.h Introduce spares in the TCP syncache and timewait structures 2013-09-21 10:01:51 +00:00
tcp_timer.c MFC: r280904, r280990, r281599 2015-05-15 12:07:43 +00:00
tcp_timer.h MFC: r280904, r280990, r281599 2015-05-15 12:07:43 +00:00
tcp_timewait.c MFC: 282215 2015-05-13 00:28:36 +00:00
tcp_usrreq.c MFC r279821: 2015-05-15 12:35:18 +00:00
tcp_var.h MFC: r280904, r280990, r281599 2015-05-15 12:07:43 +00:00
tcp.h Add placeholder constants to reserve a portion of the socket option 2013-02-01 15:32:20 +00:00
tcpip.h
toecore.c Teach toe_l2_resolve to resolve IPv6 destinations too. 2013-01-26 00:57:29 +00:00
toecore.h Correctly handle the case where an inp has already been dropped by the time 2012-08-21 18:09:33 +00:00
udp_usrreq.c MFC r272886: 2015-01-27 06:19:30 +00:00
udp_var.h MFC: r266990 (missed in r265946) 2015-02-15 20:53:50 +00:00
udp.h Add placeholder constants to reserve a portion of the socket option 2013-02-01 15:32:20 +00:00
udplite.h MFC r264212,r264213,r264248,r265776,r265811,r265909: 2014-05-13 06:05:53 +00:00