freebsd-dev/sys/netinet
Andre Oppermann da2299c5c7 Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.
Checksumming the IP header of fragments is no different from doing
normal IP headers.

Discussed with:	yongari
MFC after:	1 week
2012-11-27 19:31:49 +00:00
..
cc
khelp
libalias Avoid potential bad pointer dereference. 2012-10-17 20:23:07 +00:00
accf_data.c
accf_dns.c
accf_http.c
cc.h
icmp6.h
icmp_var.h
if_atm.c
if_atm.h
if_ether.c Provide a sysctl switch that allows to install ARP entries 2012-09-03 14:29:28 +00:00
if_ether.h
igmp_var.h
igmp.c Do not reduce ip_len by size of IP header in the ip_input() 2012-10-23 08:33:13 +00:00
igmp.h
in_cksum.c
in_debug.c
in_gif.c Switch the entire IPv4 stack to keep the IP packet header 2012-10-22 21:09:03 +00:00
in_gif.h
in_mcast.c
in_pcb.c There is a complex race in in_pcblookup_hash() and in_pcblookup_group(). 2012-10-02 12:03:02 +00:00
in_pcb.h There is a complex race in in_pcblookup_hash() and in_pcblookup_group(). 2012-10-02 12:03:02 +00:00
in_pcbgroup.c
in_proto.c
in_rmx.c Cleanup documentation: cloning route support has been removed in r186119. 2012-10-13 09:31:01 +00:00
in_systm.h
in_var.h Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect is 2012-10-10 19:06:11 +00:00
in.c Though I disagree, I conceed to jhb & Rui. Note 2012-08-19 11:54:02 +00:00
in.h Switch the entire IPv4 stack to keep the IP packet header 2012-10-22 21:09:03 +00:00
ip6.h
ip_carp.c Switch the entire IPv4 stack to keep the IP packet header 2012-10-22 21:09:03 +00:00
ip_carp.h
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
ip_ecn.c
ip_ecn.h
ip_encap.c
ip_encap.h
ip_fastfwd.c Remove the recently added sysctl variable net.pfil.forward. 2012-11-02 01:20:55 +00:00
ip_fw.h
ip_gre.c Switch the entire IPv4 stack to keep the IP packet header 2012-10-22 21:09:03 +00:00
ip_gre.h
ip_icmp.c Use ip_stripoptions() instead of handrolled version. 2012-10-23 10:30:09 +00:00
ip_icmp.h
ip_id.c
ip_input.c Remove the recently added sysctl variable net.pfil.forward. 2012-11-02 01:20:55 +00:00
ip_ipsec.c Switch the entire IPv4 stack to keep the IP packet header 2012-10-22 21:09:03 +00:00
ip_ipsec.h
ip_mroute.c o Remove last argument to ip_fragment(), and obtain all needed information 2012-10-26 21:06:33 +00:00
ip_mroute.h
ip_options.c Simplify ip_stripoptions() reducing number of intermediate 2012-10-23 10:29:31 +00:00
ip_options.h In ip_stripoptions(): 2012-10-12 09:24:24 +00:00
ip_output.c Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability. 2012-11-27 19:31:49 +00:00
ip_var.h Remove the recently added sysctl variable net.pfil.forward. 2012-11-02 01:20:55 +00:00
ip.h
pim_var.h
pim.h
raw_ip.c Do not reduce ip_len by size of IP header in the ip_input() 2012-10-23 08:33:13 +00:00
sctp_asconf.c Whitespace cleanup. 2012-09-08 20:54:54 +00:00
sctp_asconf.h
sctp_auth.c Using %p in a format string requires a void *. 2012-09-05 18:52:01 +00:00
sctp_auth.h
sctp_bsd_addr.c
sctp_bsd_addr.h
sctp_cc_functions.c Get rid of a gcc'ism. 2012-09-06 07:03:56 +00:00
sctp_constants.h Get the accounting working. We now have counters how many 2012-11-16 19:39:10 +00:00
sctp_crc32.c
sctp_crc32.h
sctp_dtrace_declare.h
sctp_dtrace_define.h
sctp_header.h Don't include a structure containing a flexible array in another 2012-09-07 13:36:42 +00:00
sctp_indata.c Get the accounting working. We now have counters how many 2012-11-16 19:39:10 +00:00
sctp_indata.h
sctp_input.c Get the accounting working. We now have counters how many 2012-11-16 19:39:10 +00:00
sctp_input.h Don't include a structure containing a flexible array in another 2012-09-07 13:36:42 +00:00
sctp_lock_bsd.h
sctp_os_bsd.h
sctp_os.h
sctp_output.c Get the accounting working. We now have counters how many 2012-11-16 19:39:10 +00:00
sctp_output.h Small cleanups. No functional change. 2012-09-22 14:39:20 +00:00
sctp_pcb.c Find the endpoint for an incoming packet also if the endpoint 2012-11-26 16:43:32 +00:00
sctp_pcb.h Add support for SCTP/UDP/IPV6. 2012-11-17 20:04:04 +00:00
sctp_peeloff.c Add support for sctp_peeloff() also in the front states of the 2012-11-26 16:44:03 +00:00
sctp_peeloff.h Remove unused function. 2012-11-25 14:25:08 +00:00
sctp_ss_functions.c
sctp_structs.h Add per outgoing stream accounting for chunks in the send 2012-11-07 22:11:38 +00:00
sctp_sysctl.c Add support for SCTP/UDP/IPV6. 2012-11-17 20:04:04 +00:00
sctp_sysctl.h
sctp_timer.c Get the accounting working. We now have counters how many 2012-11-16 19:39:10 +00:00
sctp_timer.h
sctp_uio.h Whitespace changes due to upstream integration of SCTP changes in the 2012-10-29 20:47:32 +00:00
sctp_usrreq.c Allow shutdown() to be used on fds returned from sctp_peeloff(). 2012-11-26 08:50:00 +00:00
sctp_var.h Whitespace changes due to upstream integration of SCTP changes in the 2012-10-29 20:47:32 +00:00
sctp.h
sctputil.c Add support for SCTP/UDP/IPV6. 2012-11-17 20:04:04 +00:00
sctputil.h Add support for SCTP/UDP/IPV6. 2012-11-17 20:04:04 +00:00
siftr.c Switch the entire IPv4 stack to keep the IP packet header 2012-10-22 21:09:03 +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 - Update cachelimit after hashsize and bucketlimit were set. 2012-10-19 14:00:03 +00:00
tcp_hostcache.h
tcp_input.c Back out r242262. The simplified window change/update logic wasn't 2012-11-05 09:13:06 +00:00
tcp_lro.c
tcp_lro.h
tcp_offload.c
tcp_offload.h
tcp_output.c Fix typo; s/ouput/output 2012-11-07 07:00:59 +00:00
tcp_reass.c Simplify implementation of net.inet.tcp.reass.maxsegments and 2012-10-28 17:59:46 +00:00
tcp_sack.c
tcp_seq.h
tcp_subr.c Auto size the tcbhashsize structure based on max sockets. 2012-11-27 03:04:24 +00:00
tcp_syncache.c For retransmits of SYN|ACK from the syncache use the slightly more 2012-10-28 19:02:07 +00:00
tcp_syncache.h Change the syncache count reporting the current number of entries 2012-10-28 18:07:34 +00:00
tcp_timer.c Make sure that tcp_timer_activate() correctly sees TCP_OFFLOAD (or not). 2012-11-27 06:42:44 +00:00
tcp_timer.h Add DELACK to list of timers. 2012-11-27 19:07:28 +00:00
tcp_timewait.c Initialize hdrlen to 0 to avoid clang warning in NOINET case. 2012-11-10 10:41:00 +00:00
tcp_usrreq.c Fix bug in TCP_KEEPCNT setting, which slipped in in the last round 2012-09-27 07:13:21 +00:00
tcp_var.h Increase the initial CWND to 10 segments as defined in IETF TCPM 2012-10-28 19:47:46 +00:00
tcp.h
tcpip.h
toecore.c Revert previous commit... 2012-10-10 08:36:38 +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 Remove the recently added sysctl variable net.pfil.forward. 2012-11-02 01:20:55 +00:00
udp_var.h
udp.h