freebsd-dev/sys/netinet
Luigi Rizzo cc277540ab Partial fix for when ipfw is used with bridging. Bridged packets
have all fields in network order, whereas ipfw expects some to be
in host order. This resulted in some incorrect matching, e.g. some
packets being identified as fragments, or bandwidth not being
correctly enforced.
NOTE: this only affects bridge+ipfw, normal ipfw usage was already
correct).

Reported-By: Dave Alden and others.
1998-12-31 07:43:29 +00:00
..
libalias Reviewed by: freebsd-current 1998-12-14 02:25:32 +00:00
fil.c Staticize some more. 1998-11-26 18:54:52 +00:00
icmp_var.h Cleanup icmp_var.h, make icmp bandlim sysctl permanent but if ICMP_BANDLIM 1998-12-04 04:21:25 +00:00
if_atm.c
if_atm.h
if_ether.c Last bits (i think) of dummynet for -current. 1998-12-14 18:09:13 +00:00
if_ether.h
if_fddi.h
igmp_var.h
igmp.c PR: kern/8990 1998-12-12 21:45:49 +00:00
igmp.h
in_cksum.c
in_hostcache.c
in_hostcache.h
in_pcb.c The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
in_pcb.h
in_proto.c
in_rmx.c
in_systm.h
in_var.h
in.c Clean up some pointer usage. 1998-12-07 05:41:10 +00:00
in.h Last bits (i think) of dummynet for -current. 1998-12-14 18:09:13 +00:00
ip_auth.c Staticize some more. 1998-11-26 18:54:52 +00:00
ip_auth.h
ip_compat.h
ip_divert.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
ip_dummynet.c Remove some unused variables. 1998-12-31 07:35:49 +00:00
ip_dummynet.h Last bits (i think) of dummynet for -current. 1998-12-14 18:09:13 +00:00
ip_fil.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
ip_fil.h
ip_flow.c The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
ip_flow.h
ip_frag.c Staticize some more. 1998-11-26 18:54:52 +00:00
ip_frag.h
ip_ftp_pxy.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
ip_fw.c Partial fix for when ipfw is used with bridging. Bridged packets 1998-12-31 07:43:29 +00:00
ip_fw.h Last bits (i think) of dummynet for -current. 1998-12-14 18:09:13 +00:00
ip_icmp.c Cleanup icmp_var.h, make icmp bandlim sysctl permanent but if ICMP_BANDLIM 1998-12-04 04:21:25 +00:00
ip_icmp.h
ip_input.c Recover from previous dummynet screwup 1998-12-21 22:40:54 +00:00
ip_log.c The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
ip_mroute.c Add missing "break"s to allow multicast routing to work. 1998-12-16 18:07:11 +00:00
ip_mroute.h
ip_nat.c Staticize some more. 1998-11-26 18:54:52 +00:00
ip_nat.h
ip_output.c Restore 1.82->1.83 change deleted by mistake< per Bruce suggestion 1998-12-21 21:36:40 +00:00
ip_proxy.c
ip_proxy.h
ip_state.c Staticize some more. 1998-11-26 18:54:52 +00:00
ip_state.h
ip_var.h
ip.h
ipl.h
mlf_ipl.c The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
raw_ip.c Last bits (i think) of dummynet for -current. 1998-12-14 18:09:13 +00:00
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c Reviewed by: freebsd-current 1998-12-03 20:23:21 +00:00
tcp_output.c
tcp_reass.c Reviewed by: freebsd-current 1998-12-03 20:23:21 +00:00
tcp_seq.h
tcp_subr.c The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
tcp_timer.c
tcp_timer.h
tcp_timewait.c The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
tcp_usrreq.c The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
tcp_var.h
tcp.h
tcpip.h Dike out some obsolete defines which referenced ih_next and ih_prev from 1998-09-26 14:26:59 +00:00
udp_usrreq.c Reviewed by: freebsd-current 1998-12-03 20:23:21 +00:00
udp_var.h Remove stale references to ih_next and ih_prev. 1998-11-17 10:53:37 +00:00
udp.h