..
Makefile
Move ipl.h into the ipfilter block, which is the right place.
2005-07-09 14:15:11 +00:00
files.ipfilter
defopt IPFILTER_DEFAULT_BLOCK
2005-03-26 18:08:42 +00:00
files.netinet
Commit TCP SACK patches from Kentaro A. Karahone's patch at:
2005-02-28 16:20:59 +00:00
icmp6.h
remove stupid hand-rolled loop and kernel conditional.
2005-05-29 21:38:37 +00:00
icmp_var.h
Add sysctls for IP, ICMP, TCP, and UDP statistics.
2005-08-05 09:21:25 +00:00
if_arp.c
Change the rest of the sysctl subsystem to use const consistently.
2005-06-20 02:49:18 +00:00
if_atm.c
de-__P, do some ANSIfication.
2005-02-02 21:41:01 +00:00
if_atm.h
no space between function name and paren: foo (blah) -> foo(blah)
2004-04-21 17:49:46 +00:00
if_ether.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 16:26:28 +00:00
if_inarp.h
no space between function name and paren: foo (blah) -> foo(blah)
2004-04-21 17:49:46 +00:00
igmp.c
ANSIfy function prototypes. (Still have about 3/5ths of the C files in
2005-02-03 03:49:01 +00:00
igmp.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 16:26:28 +00:00
igmp_var.h
Initialise (most) pools from a link set instead of explicit calls
2004-04-25 16:42:40 +00:00
in.c
- Close NULL dereference when a GIFALIAS is performed on
2005-09-28 17:56:27 +00:00
in.h
Add sysctls for IP, ICMP, TCP, and UDP statistics.
2005-08-05 09:21:25 +00:00
in4_cksum.c
ANSIfy function prototypes. (Still have about 3/5ths of the C files in
2005-02-03 03:49:01 +00:00
in_cksum.c
ANSIfy function prototypes. (Still have about 3/5ths of the C files in
2005-02-03 03:49:01 +00:00
in_gif.c
expire cached route. Fixes PR 22792.
2005-06-26 10:39:21 +00:00
in_gif.h
Since we decided "const struct mbuf *" would not do the right thing (tm),
2005-06-06 06:06:50 +00:00
in_offload.h
move {tcp,udp}_do_loopback_cksum back to tcp/udp
2005-08-10 13:06:49 +00:00
in_pcb.c
Pass the current process structure to in_pcbconnect() so that it can
2005-11-15 18:39:46 +00:00
in_pcb.h
Pass the current process structure to in_pcbconnect() so that it can
2005-11-15 18:39:46 +00:00
in_pcb_hdr.h
Define a sotoinpcb_hdr() macro (a'la sotoinpcb()).
2004-03-02 02:11:14 +00:00
in_proto.c
Add PR_PURGEIF flag for protocols to indicate that the protocol might
2005-07-19 12:58:24 +00:00
in_proto.h
move decl of inetsw to its own header to avoid array of incomplete type.
2005-04-29 10:39:09 +00:00
in_systm.h
De __P()
2004-04-18 21:00:35 +00:00
in_var.h
Add the following nodes to the sysctl tree:
2005-03-09 05:07:19 +00:00
ip.h
Initial commit of a port of the FreeBSD implementation of RFC 2385
2004-04-25 22:25:03 +00:00
ip6.h
- add const
2005-05-29 21:41:23 +00:00
ip_ecn.c
ANSIfy function prototypes. (Still have about 3/5ths of the C files in
2005-02-03 03:49:01 +00:00
ip_ecn.h
De __P()
2004-04-18 21:00:35 +00:00
ip_encap.c
Since we decided "const struct mbuf *" would not do the right thing (tm),
2005-06-06 06:06:50 +00:00
ip_encap.h
Since we decided "const struct mbuf *" would not do the right thing (tm),
2005-06-06 06:06:50 +00:00
ip_flow.c
small list macro cleanup:
2005-10-17 19:51:24 +00:00
ip_gre.c
PR/30844: Gert Doering: Non-inet traffic is passed to bpf incorrectly (as inet)
2005-07-26 21:26:48 +00:00
ip_gre.h
no space between function name and paren: foo (blah) -> foo(blah)
2004-04-21 17:49:46 +00:00
ip_icmp.c
Remove redundant assignment (from Liam Foy)
2005-11-10 13:40:38 +00:00
ip_icmp.h
No need to pass an interface when only the mtu is needed. From OpenBSD via
2005-10-23 18:38:53 +00:00
ip_id.c
typo
2004-03-23 05:31:54 +00:00
ip_input.c
Don't decrement the ttl, until we are sure that we can forward this packet.
2005-11-01 21:21:09 +00:00
ip_mroute.c
Restore to working order; this has apparently been nonworking since
2005-08-03 18:20:11 +00:00
ip_mroute.h
nuke trailing whitespace
2005-02-26 22:45:09 +00:00
ip_output.c
People have to read this code, so I am removing the double-negative
2005-09-19 05:28:46 +00:00
ip_var.h
revert rev.1.72 as it isn't necessary.
2005-11-22 17:52:38 +00:00
pim.h
IPv4 PIM support, based on submission from Pavlin Radoslavov on tech-net@ :
2004-09-04 23:32:29 +00:00
pim_var.h
IPv4 PIM support, based on submission from Pavlin Radoslavov on tech-net@ :
2004-09-04 23:32:29 +00:00
raw_ip.c
move decl of inetsw to its own header to avoid array of incomplete type.
2005-04-29 10:39:09 +00:00
tcp.h
Add a definition for TCPOLEN_SIGLEN from OpenBSD, so a kernel with
2005-07-21 17:32:11 +00:00
tcp_debug.c
Wrap two big lines.
2005-09-06 01:05:38 +00:00
tcp_debug.h
Fix some const fallout.
2005-06-02 04:40:46 +00:00
tcp_fsm.h
export tcpstates for _KERNEL and remove tcp_usrreq.c's incorrect
2004-04-20 22:54:31 +00:00
tcp_input.c
Pass the current process structure to in_pcbconnect() so that it can
2005-11-15 18:39:46 +00:00
tcp_output.c
wrap INET-only code by #if defined(INET).
2005-08-10 13:07:21 +00:00
tcp_sack.c
tcp_sack_option: ignore sack beyond snd_max.
2005-05-08 04:46:20 +00:00
tcp_seq.h
Added sysctl tunable limits for the number of maximum SACK holes
2005-04-05 01:07:17 +00:00
tcp_subr.c
move {tcp,udp}_do_loopback_cksum back to tcp/udp
2005-08-10 13:06:49 +00:00
tcp_timer.c
Implement PMTU checks from:
2005-07-19 17:00:02 +00:00
tcp_timer.h
Fix some const fallout.
2005-06-02 04:40:46 +00:00
tcp_usrreq.c
Pass the current process structure to in_pcbconnect() so that it can
2005-11-15 18:39:46 +00:00
tcp_var.h
Implement tcp.inet{,6}.tcp{,6}.(debug|debx) when TCP_DEBUG is set. They
2005-09-06 02:41:14 +00:00
tcpip.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 16:26:28 +00:00
udp.h
Add support for IPsec Network Address Translator traversal (NAT-T), as
2005-02-12 12:31:07 +00:00
udp_usrreq.c
Fix a bug in ESP over UDP: because udp4_espinudp() called m_pullup, it
2005-12-09 15:36:34 +00:00
udp_var.h
move {tcp,udp}_do_loopback_cksum back to tcp/udp
2005-08-10 13:06:49 +00:00