..
Makefile
Work in progress: use a raw socket for GRE in IP encapsulation
2007-10-05 03:28:12 +00:00
files.ipfilter
…
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
Use struct initializers. No functional change.
2007-12-07 19:46:18 +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
…
if_ether.h
…
if_inarp.h
…
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
Use ifa_insert(), ifa_remove().
2007-12-06 00:28:36 +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
…
in_cksum.c
…
in_gif.c
Poison struct route->ro_rt uses in the kernel by changing the name
2007-12-20 19:53:29 +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
Poison struct route->ro_rt uses in the kernel by changing the name
2007-12-20 19:53:29 +00:00
in_pcb.h
Oops. Remove kauth.h inclusion.
2007-12-16 18:39:57 +00:00
in_pcb_hdr.h
…
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
Use IFADDR_FOREACH().
2007-12-04 10:31:14 +00:00
in_selsrc.h
…
in_systm.h
…
in_var.h
Extract common code, creating a subroutine if_purgeaddrs(ifp,
2007-12-05 23:47:17 +00:00
ip.h
…
ip6.h
…
ip_carp.c
Constify struct ifnet->if_sadl and every use throughout the tree.
2007-12-20 21:08:17 +00:00
ip_carp.h
…
ip_ecn.c
…
ip_ecn.h
…
ip_encap.c
Use LIST_FOREACH().
2007-06-13 04:55:25 +00:00
ip_encap.h
…
ip_etherip.c
Poison struct route->ro_rt uses in the kernel by changing the name
2007-12-20 19:53:29 +00:00
ip_etherip.h
…
ip_flow.c
Poison struct route->ro_rt uses in the kernel by changing the name
2007-12-20 19:53:29 +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
…
ip_id.c
…
ip_input.c
Poison struct route->ro_rt uses in the kernel by changing the name
2007-12-20 19:53:29 +00:00
ip_mroute.c
require that the options argument is the right size, not that it is greater
2007-11-27 22:45:29 +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
Poison struct route->ro_rt uses in the kernel by changing the name
2007-12-20 19:53:29 +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
require that the options argument is the right size, not that it is greater
2007-11-27 22:45:29 +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
…
tcp_debug.c
…
tcp_debug.h
…
tcp_fsm.h
…
tcp_input.c
A few missing ifdefs to make non-INET6 kernels build again.
2007-12-20 20:24:49 +00:00
tcp_output.c
Poison struct route->ro_rt uses in the kernel by changing the name
2007-12-20 19:53:29 +00:00
tcp_sack.c
…
tcp_seq.h
…
tcp_subr.c
A few missing ifdefs to make non-INET6 kernels build again.
2007-12-20 20:24:49 +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
Really fix low port allocation, by always passing a valid lwp to
2007-12-16 14:12:34 +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
require that the options argument is the right size, not that it is greater
2007-11-27 22:45:29 +00:00
udp_var.h
…