..
cc
ipfw
Add new rule actions "call" and "return" to ipfw. They make
2011-06-29 10:06:58 +00:00
khelp
libalias
- General grammar and mdoc(7) fixes. [1] [2]
2011-07-04 23:00:26 +00:00
accf_data.c
accf_dns.c
accf_http.c
cc.h
icmp6.h
- Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement
2011-06-06 03:06:43 +00:00
icmp_var.h
if_atm.c
if_atm.h
if_ether.c
Add again the checking for log_arp_permanent_modify that was by accident
2011-07-07 11:59:51 +00:00
if_ether.h
igmp_var.h
igmp.c
igmp.h
in_cksum.c
in_debug.c
in_gif.c
Update packet filter (pf) code to OpenBSD 4.5.
2011-06-28 11:57:25 +00:00
in_gif.h
in_mcast.c
in_pcb.c
Implement a CPU-affine TCP and UDP connection lookup data structure,
2011-06-06 12:55:02 +00:00
in_pcb.h
Add spares to the network stack for FreeBSD-9:
2011-07-17 21:15:20 +00:00
in_pcbgroup.c
Implement a CPU-affine TCP and UDP connection lookup data structure,
2011-06-06 12:55:02 +00:00
in_proto.c
The socket API only specifies SCTP for SOCK_SEQPACKET and
2011-07-12 19:29:29 +00:00
in_rmx.c
in_systm.h
in_var.h
The statically configured (permanent) ARP entries are removed when an
2011-05-20 19:12:20 +00:00
in.c
Permit ARP to proceed for IPv4 host routes for which the gateway is the
2011-07-08 09:38:33 +00:00
in.h
ip6.h
ip_carp.c
ip_carp.h
ip_divert.c
Add possibility to pass IPv6 packets to a divert(4) socket.
2011-06-27 12:21:11 +00:00
ip_divert.h
ip_dummynet.h
ip_ecn.c
ip_ecn.h
ip_encap.c
ip_encap.h
ip_fastfwd.c
ip_fw.h
Add new rule actions "call" and "return" to ipfw. They make
2011-06-29 10:06:58 +00:00
ip_gre.c
ip_gre.h
ip_icmp.c
Update packet filter (pf) code to OpenBSD 4.5.
2011-06-28 11:57:25 +00:00
ip_icmp.h
ip_id.c
ip_input.c
Correct comments and debug logging in ipsec to better match reality.
2011-06-08 03:02:11 +00:00
ip_ipsec.c
Correct comments and debug logging in ipsec to better match reality.
2011-06-08 03:02:11 +00:00
ip_ipsec.h
ip_mroute.c
ip_mroute.h
ip_options.c
ip_options.h
ip_output.c
ip_var.h
Add new rule actions "call" and "return" to ipfw. They make
2011-06-29 10:06:58 +00:00
ip.h
pim_var.h
pim.h
raw_ip.c
Update packet filter (pf) code to OpenBSD 4.5.
2011-06-28 11:57:25 +00:00
sctp_asconf.c
sctp_asconf.h
sctp_auth.c
Add support for the newly added SCTP API.
2011-06-15 23:50:27 +00:00
sctp_auth.h
sctp_bsd_addr.c
sctp_bsd_addr.h
sctp_cc_functions.c
sctp_constants.h
sctp_crc32.c
sctp_crc32.h
sctp_dtrace_declare.h
sctp_dtrace_define.h
sctp_header.h
sctp_indata.c
Add support for the newly added SCTP API.
2011-06-15 23:50:27 +00:00
sctp_indata.h
Get rid of unused functions.
2011-05-29 18:41:06 +00:00
sctp_input.c
sctp_input.h
sctp_lock_bsd.h
sctp_os_bsd.h
sctp_os.h
sctp_output.c
Add support for the newly added SCTP API.
2011-06-15 23:50:27 +00:00
sctp_output.h
sctp_pcb.c
Don't check for SOCK_DGRAM anymore. Also remove multicast
2011-07-12 20:14:03 +00:00
sctp_pcb.h
sctp_peeloff.c
sctp_peeloff.h
sctp_ss_functions.c
sctp_structs.h
Add support for the newly added SCTP API.
2011-06-15 23:50:27 +00:00
sctp_sysctl.c
sctp_sysctl.h
sctp_timer.c
sctp_timer.h
sctp_uio.h
Add the missing sca_keylength field to the sctp_authkey structure,
2011-06-30 16:56:55 +00:00
sctp_usrreq.c
Add the missing sca_keylength field to the sctp_authkey structure,
2011-06-30 16:56:55 +00:00
sctp_var.h
Add support for the newly added SCTP API.
2011-06-15 23:50:27 +00:00
sctp.h
Add SCTP_DEFAULT_PRINFO socket option.
2011-06-16 21:12:36 +00:00
sctputil.c
Add support for the newly added SCTP API.
2011-06-15 23:50:27 +00:00
sctputil.h
Get rid of unused functions.
2011-05-29 18:41:06 +00:00
siftr.c
Decompose the current single inpcbinfo lock into two locks:
2011-05-30 09:43:55 +00:00
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_hostcache.c
tcp_hostcache.h
tcp_input.c
Add _mbuf() variants of various inpcb-related interfaces, including lookup,
2011-06-04 16:33:06 +00:00
tcp_lro.c
Don't allow lro->len to exceed 65535, as this will result in overflow
2011-07-05 18:43:54 +00:00
tcp_lro.h
tcp_offload.c
tcp_offload.h
tcp_output.c
Remove #ifdef notyet code dating back to 4.3BSD Net/2 (and possibly earlier).
2011-07-05 18:49:55 +00:00
tcp_reass.c
tcp_sack.c
tcp_seq.h
tcp_subr.c
Unbreak no-INET kernels after r223839 adding the needed #ifdef INET.
2011-07-14 13:44:48 +00:00
tcp_syncache.c
Implement a CPU-affine TCP and UDP connection lookup data structure,
2011-06-06 12:55:02 +00:00
tcp_syncache.h
Add spares to the network stack for FreeBSD-9:
2011-07-17 21:15:20 +00:00
tcp_timer.c
Decompose the current single inpcbinfo lock into two locks:
2011-05-30 09:43:55 +00:00
tcp_timer.h
tcp_timewait.c
tcp_usrreq.c
Do not leak the pcbinfohash lock in the case where in6_pcbladdr() returns
2011-06-02 10:21:05 +00:00
tcp_var.h
Add spares to the network stack for FreeBSD-9:
2011-07-17 21:15:20 +00:00
tcp.h
tcpip.h
toedev.h
udp_usrreq.c
Implement a CPU-affine TCP and UDP connection lookup data structure,
2011-06-06 12:55:02 +00:00
udp_var.h
udp.h