.. |
Makefile
|
Work in progress: use a raw socket for GRE in IP encapsulation
|
2007-10-05 03:28:12 +00:00 |
files.ipfilter
|
defflag IPFILTER_LOOKUP.
|
2006-09-17 13:43:15 +00:00 |
files.netinet
|
Remove obsolete files netinet/in_route.[ch].
|
2007-05-02 22:39:03 +00:00 |
icmp6.h
|
…
|
|
icmp_var.h
|
…
|
|
if_arp.c
|
We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(...,
|
2007-09-02 19:42:21 +00:00 |
if_atm.c
|
We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(...,
|
2007-09-05 05:29:35 +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
|
typo.
|
2006-09-25 12:24:47 +00:00 |
if_inarp.h
|
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
2007-03-04 05:59:00 +00:00 |
igmp.c
|
Get rid of some gratuitous casts and join some lines.
|
2007-04-25 00:11:18 +00:00 |
igmp.h
|
…
|
|
igmp_var.h
|
…
|
|
in.c
|
KNF. Remove superfluous casts and parentheses.
|
2007-11-09 23:53:13 +00:00 |
in.h
|
1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that
|
2007-09-19 04:33:42 +00:00 |
in4_cksum.c
|
Pass (char *) to mtod(9) on address calculation.
|
2007-03-04 10:53:32 +00:00 |
in_cksum.c
|
…
|
|
in_gif.c
|
Eliminate address family-specific route caches (struct route, struct
|
2007-05-02 20:40:22 +00:00 |
in_gif.h
|
New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld.
|
2006-11-23 04:07:07 +00:00 |
in_ifattach.h
|
Add a source-address selection policy mechanism to the kernel.
|
2006-11-13 05:13:38 +00:00 |
in_offload.c
|
Constify.
|
2007-04-24 23:43:50 +00:00 |
in_offload.h
|
Constify.
|
2007-04-24 23:43:50 +00:00 |
in_pcb.c
|
Use sockaddr_in_init().
|
2007-08-21 08:34:33 +00:00 |
in_pcb.h
|
1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that
|
2007-09-19 04:33:42 +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
|
Work in progress: use a raw socket for GRE in IP encapsulation
|
2007-10-05 03:28:12 +00:00 |
in_proto.h
|
…
|
|
in_selsrc.c
|
Reverse sense of preference numbers: prefer source addresses with
|
2007-02-22 08:08:40 +00:00 |
in_selsrc.h
|
Add a source-address selection policy mechanism to the kernel.
|
2006-11-13 05:13:38 +00:00 |
in_systm.h
|
…
|
|
in_var.h
|
Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and
|
2007-09-01 04:32:50 +00:00 |
ip.h
|
According to ANSI c the only portably defined bitfields are unsigned int ones.
|
2006-12-17 20:07:36 +00:00 |
ip6.h
|
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
2007-03-04 05:59:00 +00:00 |
ip_carp.c
|
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
2007-10-19 11:59:34 +00:00 |
ip_carp.h
|
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
|
2007-02-17 22:34:07 +00:00 |
ip_ecn.c
|
Import of TCP ECN algorithm for congestion control.
|
2006-09-05 00:29:35 +00:00 |
ip_ecn.h
|
…
|
|
ip_encap.c
|
Use LIST_FOREACH().
|
2007-06-13 04:55:25 +00:00 |
ip_encap.h
|
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
|
2007-02-17 22:34:07 +00:00 |
ip_etherip.c
|
Eliminate address family-specific route caches (struct route, struct
|
2007-05-02 20:40:22 +00:00 |
ip_etherip.h
|
New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld.
|
2006-11-23 04:07:07 +00:00 |
ip_flow.c
|
Don't call rtcache_check() from the fast-forward code, which runs
|
2007-08-20 19:42:34 +00:00 |
ip_icmp.c
|
Use sockaddr_in_init(). KNF. No functional change intended.
|
2007-11-09 23:42:56 +00:00 |
ip_icmp.h
|
Comment out attribute packed. Gcc4 warns us that the field is too narrow
|
2006-05-14 02:34:41 +00:00 |
ip_id.c
|
static comes first
|
2006-08-30 18:54:19 +00:00 |
ip_input.c
|
Don't MCLAIM in ipintr() because we do it anyway in ip_input()
|
2007-11-09 06:59:33 +00:00 |
ip_mroute.c
|
m_copym(..., 0, M_COPYALL, ...) -> m_copypacket(..., ...).
|
2007-09-02 07:18:55 +00:00 |
ip_mroute.h
|
Merge some of the less invasive changes from the vmlocking branch:
|
2007-07-09 20:51:58 +00:00 |
ip_output.c
|
1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that
|
2007-09-19 04:33:42 +00:00 |
ip_var.h
|
Delete the unused second argument to ip_stripoptions(), move it
|
2007-10-02 20:35:04 +00:00 |
pim.h
|
…
|
|
pim_var.h
|
…
|
|
raw_ip.c
|
1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that
|
2007-09-19 04:33:42 +00:00 |
tcp.h
|
TCP socket buffers automatic sizing - ported from FreeBSD.
|
2007-08-02 02:42:40 +00:00 |
tcp_congctl.c
|
Replace a simple lock with a mutex and make it static.
|
2007-07-11 21:34:16 +00:00 |
tcp_congctl.h
|
constify.
|
2006-10-21 10:24:47 +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
|
Change macros SYN_CACHE_PUT() and SYN_CACHE_RM() into inline
|
2007-11-09 23:55:58 +00:00 |
tcp_output.c
|
m_copy() was deprecated, apparently, long ago. m_copy(...) ->
|
2007-09-02 03:12:23 +00:00 |
tcp_sack.c
|
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
|
2007-03-12 18:18:22 +00:00 |
tcp_seq.h
|
…
|
|
tcp_subr.c
|
TCP socket buffers automatic sizing - ported from FreeBSD.
|
2007-08-02 02:42:40 +00:00 |
tcp_timer.c
|
- per socket keepalive settings
|
2007-06-20 15:29:17 +00:00 |
tcp_timer.h
|
- per socket keepalive settings
|
2007-06-20 15:29:17 +00:00 |
tcp_usrreq.c
|
Pick the smallest possible TCP window scaling factor that will still allow
|
2007-11-04 11:04:26 +00:00 |
tcp_var.h
|
TCP socket buffers automatic sizing - ported from FreeBSD.
|
2007-08-02 02:42:40 +00:00 |
tcpip.h
|
…
|
|
udp.h
|
…
|
|
udp_usrreq.c
|
m_copym(..., 0, M_COPYALL, ...) -> m_copypacket(..., ...).
|
2007-09-02 07:18:55 +00:00 |
udp_var.h
|
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
|
2007-02-17 22:34:07 +00:00 |