.. |
Makefile
|
Work in progress: use a raw socket for GRE in IP encapsulation
|
2007-10-05 03:28:12 +00:00 |
cpu_in_cksum.c
|
Refactor in_cksum/in4_cksum/in6_cksum implementations:
|
2008-01-25 21:12:10 +00:00 |
files.ipfilter
|
…
|
|
files.netinet
|
Refactor in_cksum/in4_cksum/in6_cksum implementations:
|
2008-01-25 21:12:10 +00:00 |
icmp6.h
|
Make ip6 and icmp6 stats per-cpu.
|
2008-04-15 03:57:04 +00:00 |
icmp_private.h
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
icmp_var.h
|
Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated
|
2008-04-12 05:58:22 +00:00 |
if_arp.c
|
bzero -> memset, bcopy -> memcpy.
|
2008-05-13 18:24:01 +00:00 |
if_atm.c
|
Don't cast to void * unnecessarily.
|
2008-05-22 01:06:39 +00:00 |
if_atm.h
|
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
|
2007-02-17 22:34:07 +00:00 |
if_ether.h
|
Convert many of the uses of __attribute__ to equivalent
|
2007-12-25 18:33:32 +00:00 |
if_inarp.h
|
Make ARP stats per-cpu.
|
2008-04-15 15:17:54 +00:00 |
igmp.c
|
Simplify the interface to netstat_sysctl() and allocate space for
|
2008-05-04 07:22:14 +00:00 |
igmp.h
|
Convert many of the uses of __attribute__ to equivalent
|
2007-12-25 18:33:32 +00:00 |
igmp_var.h
|
Make IGMP stats per-cpu.
|
2008-04-15 16:02:03 +00:00 |
in.c
|
Cosmetic: compare sa_family with AF_UNSPEC instead of testing truth.
|
2008-05-11 20:17:59 +00:00 |
in.h
|
Refactor in_cksum/in4_cksum/in6_cksum implementations:
|
2008-01-25 21:12:10 +00:00 |
in4_cksum.c
|
Explicitly predict panic conditions as false.
|
2008-02-12 13:05:55 +00:00 |
in_cksum.c
|
Refactor in_cksum/in4_cksum/in6_cksum implementations:
|
2008-01-25 21:12:10 +00:00 |
in_gif.c
|
Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated
|
2008-04-12 05:58:22 +00:00 |
in_gif.h
|
…
|
|
in_ifattach.h
|
…
|
|
in_offload.c
|
Constify.
|
2007-04-24 23:43:50 +00:00 |
in_offload.h
|
Move IN_NEED_CHECKSUM() to in_offload.h for re-use.
|
2007-11-28 04:14:11 +00:00 |
in_pcb.c
|
- Convert hashinit() to use kmem_alloc(). The hash tables can be large
|
2008-05-05 17:11:16 +00:00 |
in_pcb.h
|
Oops. Remove kauth.h inclusion.
|
2007-12-16 18:39:57 +00:00 |
in_pcb_hdr.h
|
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
2007-03-04 05:59:00 +00:00 |
in_proto.c
|
Merge the socket locking patch:
|
2008-04-24 11:38:36 +00:00 |
in_proto.h
|
…
|
|
in_selsrc.c
|
Use IFADDR_FOREACH().
|
2007-12-04 10:31:14 +00:00 |
in_selsrc.h
|
…
|
|
in_systm.h
|
…
|
|
in_var.h
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
ip.h
|
Convert many of the uses of __attribute__ to equivalent
|
2007-12-25 18:33:32 +00:00 |
ip6.h
|
Convert many of the uses of __attribute__ to equivalent
|
2007-12-25 18:33:32 +00:00 |
ip_carp.c
|
Simplify the interface to netstat_sysctl() and allocate space for
|
2008-05-04 07:22:14 +00:00 |
ip_carp.h
|
C99 does not allow u_int8_t bitfields, so use unsigned int, instead.
|
2008-04-16 20:58:35 +00:00 |
ip_ecn.c
|
…
|
|
ip_ecn.h
|
…
|
|
ip_encap.c
|
Merge the socket locking patch:
|
2008-04-24 11:38:36 +00:00 |
ip_encap.h
|
Merge the socket locking patch:
|
2008-04-24 11:38:36 +00:00 |
ip_etherip.c
|
Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated
|
2008-04-12 05:58:22 +00:00 |
ip_etherip.h
|
…
|
|
ip_flow.c
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
ip_icmp.c
|
merge yamt-pf42 branch.
|
2008-06-18 09:06:25 +00:00 |
ip_icmp.h
|
Convert many of the uses of __attribute__ to equivalent
|
2007-12-25 18:33:32 +00:00 |
ip_id.c
|
Add a new ip_id generation scheme based on a Fisher-Yates shuffle over a
|
2008-02-06 03:20:50 +00:00 |
ip_input.c
|
- Convert hashinit() to use kmem_alloc(). The hash tables can be large
|
2008-05-05 17:11:16 +00:00 |
ip_mroute.c
|
Don't cast to void * unnecessarily.
|
2008-05-22 01:06:39 +00:00 |
ip_mroute.h
|
Convert many of the uses of __attribute__ to equivalent
|
2007-12-25 18:33:32 +00:00 |
ip_output.c
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
ip_private.h
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
ip_var.h
|
Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated
|
2008-04-12 05:58:22 +00:00 |
pim.h
|
…
|
|
pim_var.h
|
…
|
|
raw_ip.c
|
Merge the socket locking patch:
|
2008-04-24 11:38:36 +00:00 |
tcp.h
|
Convert many of the uses of __attribute__ to equivalent
|
2007-12-25 18:33:32 +00:00 |
tcp_congctl.c
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
tcp_congctl.h
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
tcp_debug.c
|
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
2007-03-04 05:59:00 +00:00 |
tcp_debug.h
|
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
2007-03-04 05:59:00 +00:00 |
tcp_fsm.h
|
…
|
|
tcp_input.c
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
tcp_output.c
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
tcp_private.h
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
tcp_sack.c
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
tcp_seq.h
|
…
|
|
tcp_subr.c
|
PR kern/38497 Out of memory allocating ksiginfo
|
2008-05-02 13:40:32 +00:00 |
tcp_timer.c
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
tcp_timer.h
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
tcp_usrreq.c
|
Simplify the interface to netstat_sysctl() and allocate space for
|
2008-05-04 07:22:14 +00:00 |
tcp_var.h
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
tcpip.h
|
Convert many of the uses of __attribute__ to equivalent
|
2007-12-25 18:33:32 +00:00 |
udp.h
|
Convert many of the uses of __attribute__ to equivalent
|
2007-12-25 18:33:32 +00:00 |
udp_private.h
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
udp_usrreq.c
|
Simplify the interface to netstat_sysctl() and allocate space for
|
2008-05-04 07:22:14 +00:00 |
udp_var.h
|
Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated
|
2008-04-12 05:58:22 +00:00 |