.. |
agr
|
make agr headers include lock.h and queue.h by themselves.
|
2006-10-29 22:14:14 +00:00 |
Makefile
|
Install <net/if_pflog.h>.
|
2007-01-13 14:13:53 +00:00 |
bpf.c
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
bpf.h
|
…
|
|
bpf_filter.c
|
Use be16dec() and be32dec() instead of reimplementing them.
|
2007-01-27 07:16:01 +00:00 |
bpfdesc.h
|
…
|
|
bridgestp.c
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
bsd-comp.c
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
dlt.h
|
…
|
|
ethertypes.h
|
…
|
|
files.pf
|
…
|
|
if.c
|
Fix spelling, s/straglers/stragglers/.
|
2006-12-03 19:17:41 +00:00 |
if.h
|
implement ipv6 TSO.
|
2006-11-23 19:41:58 +00:00 |
if_arc.h
|
…
|
|
if_arcsubr.c
|
merge FreeBSD timecounters from branch simonb-timecounters
|
2006-06-07 22:33:33 +00:00 |
if_arp.h
|
…
|
|
if_atm.h
|
…
|
|
if_atmsubr.c
|
…
|
|
if_bridge.c
|
Consistent usage of KAUTH_GENERIC_ISSUSER.
|
2007-01-04 19:07:03 +00:00 |
if_bridgevar.h
|
…
|
|
if_dl.h
|
…
|
|
if_eco.h
|
…
|
|
if_ecosubr.c
|
merge FreeBSD timecounters from branch simonb-timecounters
|
2006-06-07 22:33:33 +00:00 |
if_ether.h
|
The change I committed to etherip was wrong. ether_snprintf doesn't make
|
2006-11-24 01:04:30 +00:00 |
if_etherip.c
|
Introduce new helper functions to abstract the route caching.
|
2006-12-15 21:18:52 +00:00 |
if_etherip.h
|
Introduce new helper functions to abstract the route caching.
|
2006-12-15 21:18:52 +00:00 |
if_ethersubr.c
|
Drop M_PROMISC before passing the packet to a carp device, for the same
|
2007-01-29 22:13:14 +00:00 |
if_faith.c
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
if_faith.h
|
…
|
|
if_fddi.h
|
…
|
|
if_fddisubr.c
|
Explain llc XID magic constants, correcting the XID header format tag.
|
2006-12-10 14:21:32 +00:00 |
if_gif.c
|
New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld.
|
2006-11-23 04:07:07 +00:00 |
if_gif.h
|
Here are various changes designed to protect against bad IPv4
|
2006-12-09 05:33:04 +00:00 |
if_gre.c
|
Fix the check for a routing loop.
|
2007-01-26 19:32:32 +00:00 |
if_gre.h
|
Mark some shared variables as volatile.
|
2007-01-26 03:01:32 +00:00 |
if_hippi.h
|
…
|
|
if_hippisubr.c
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
if_ieee1394.h
|
…
|
|
if_ieee1394subr.c
|
merge FreeBSD timecounters from branch simonb-timecounters
|
2006-06-07 22:33:33 +00:00 |
if_llc.h
|
define some more magic LLC constants
|
2006-12-10 11:35:36 +00:00 |
if_loop.c
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
if_media.c
|
…
|
|
if_media.h
|
Add IFM_10G_SR and IFM_10G_CX4, to keep in sync with FreeBSD.
|
2006-06-03 12:43:28 +00:00 |
if_ppp.c
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
if_ppp.h
|
…
|
|
if_pppoe.c
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
if_pppoe.h
|
…
|
|
if_pppvar.h
|
Use the LWP cached credentials where sane.
|
2006-07-23 22:06:03 +00:00 |
if_sl.c
|
Consistent usage of KAUTH_GENERIC_ISSUSER.
|
2007-01-04 19:07:03 +00:00 |
if_slvar.h
|
merge FreeBSD timecounters from branch simonb-timecounters
|
2006-06-07 22:33:33 +00:00 |
if_sppp.h
|
…
|
|
if_spppsubr.c
|
Correct spelling of "immediate(ly)". From Zafer.
|
2006-11-24 21:23:07 +00:00 |
if_spppvar.h
|
…
|
|
if_srt.c
|
Add workarounds for include-file bugs exposed by this file. (Ideal, of
|
2007-01-05 06:32:48 +00:00 |
if_srt.h
|
Add RCS Id.
|
2006-12-29 10:39:59 +00:00 |
if_stf.c
|
Introduce new helper functions to abstract the route caching.
|
2006-12-15 21:18:52 +00:00 |
if_stf.h
|
…
|
|
if_strip.c
|
Consistent usage of KAUTH_GENERIC_ISSUSER.
|
2007-01-04 19:07:03 +00:00 |
if_stripvar.h
|
merge FreeBSD timecounters from branch simonb-timecounters
|
2006-06-07 22:33:33 +00:00 |
if_tap.c
|
The change I committed to etherip was wrong. ether_snprintf doesn't make
|
2006-11-24 01:04:30 +00:00 |
if_tap.h
|
…
|
|
if_token.h
|
…
|
|
if_tokensubr.c
|
Explain XID magic constants, correcting the format ID
|
2006-12-10 14:52:29 +00:00 |
if_tun.c
|
Consistent usage of KAUTH_GENERIC_ISSUSER.
|
2007-01-04 19:07:03 +00:00 |
if_tun.h
|
…
|
|
if_types.h
|
Integrate Common Address Redundancy Procotol (CARP) from OpenBSD
|
2006-05-18 09:05:49 +00:00 |
if_vlan.c
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
if_vlanvar.h
|
…
|
|
net_osdep.h
|
Consistent usage of KAUTH_GENERIC_ISSUSER.
|
2007-01-04 19:07:03 +00:00 |
netisr.h
|
remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.
|
2006-09-07 02:40:31 +00:00 |
netisr_dispatch.h
|
remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.
|
2006-09-07 02:40:31 +00:00 |
pfil.c
|
…
|
|
pfil.h
|
…
|
|
pfkeyv2.h
|
…
|
|
ppp-comp.h
|
…
|
|
ppp-deflate.c
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
ppp_defs.h
|
…
|
|
ppp_tty.c
|
Consistent usage of KAUTH_GENERIC_ISSUSER.
|
2007-01-04 19:07:03 +00:00 |
radix.c
|
Clean this code up some.
|
2007-02-17 07:46:38 +00:00 |
radix.h
|
Clean this code up some.
|
2007-02-17 07:46:38 +00:00 |
raw_cb.c
|
…
|
|
raw_cb.h
|
…
|
|
raw_usrreq.c
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
route.c
|
Cosmetic: don't open-code LIST_FOREACH(). Remove extraneous
|
2007-02-17 07:50:49 +00:00 |
route.h
|
Add a debug option for the route cache to help tracing down issues
|
2007-01-05 16:40:08 +00:00 |
rtsock.c
|
make the routing socket report the right source address in RTM_GET
|
2006-11-13 19:16:01 +00:00 |
slcompress.c
|
…
|
|
slcompress.h
|
…
|
|
slip.h
|
…
|
|
zlib.c
|
__unused removal on arguments; approved by core.
|
2006-11-16 01:32:37 +00:00 |
zlib.h
|
…
|
|