..
agr
Use if_flags_set() and if_addr_init() instead of ifp->if_ioctl().
2011-10-19 01:49:50 +00:00
npf
- NPF connection tracking: rework synchronisation on tracking disable/enable
2013-06-02 02:20:04 +00:00
bpf_filter.c
Add bpfjit and enable it for amd64.
2012-10-27 22:36:11 +00:00
bpf_stub.c
Use proper ANSI prototypes for foo() -> foo(void)
2012-01-30 23:31:27 +00:00
bpf.c
Add bpfjit and enable it for amd64.
2012-10-27 22:36:11 +00:00
bpf.h
add {__BEGIN,__END}_DECLS
2012-03-15 00:57:56 +00:00
bpfdesc.h
Comment bd_jitcode member.
2012-10-28 21:12:44 +00:00
bpfjit.c
Add RCSID and fix -Wsign-compare warnings.
2012-11-10 22:12:31 +00:00
bpfjit.h
Add bpfjit and enable it for amd64.
2012-10-27 22:36:11 +00:00
bridgestp.c
bsd-comp.c
dlt.h
recover DLT_HIPPY and DLT_HDLC from before for if_hippisubr.c and hd64570.c
2013-04-07 14:12:05 +00:00
ethertypes.h
add entries for AOE and FCOE.
2012-09-23 01:14:19 +00:00
files.pf
build pf module with WARNS=3, and remove the need for -Wno-shadow
2011-08-29 09:50:04 +00:00
if_arc.h
if_arcsubr.c
Add missing "\n" in log(9)
2012-09-24 03:05:53 +00:00
if_arp.h
if_atm.h
udpate license clauses on my code to match the new-style BSD licenses.
2011-02-01 19:40:24 +00:00
if_atmsubr.c
PR/47058: Antti Kantee: If the ipv6 flow code modifies the mbuf, pass the
2012-10-11 20:05:50 +00:00
if_bridge.c
Fix typo in kauth name. From PR 46234 by Matthew Mondor.
2012-03-22 12:59:33 +00:00
if_bridgevar.h
the address expire counter is just a time difference; it can turn
2012-08-23 12:06:32 +00:00
if_dl.h
if_eco.h
if_ecosubr.c
Fix build failed. Include if_inarp.h.
2011-11-20 12:15:38 +00:00
if_ether.h
Add SIOCGETHERCAP ioctl.
2012-10-31 10:17:34 +00:00
if_etherip.c
Fix -fno-common found by building i386/conf/ALL
2012-07-28 00:43:22 +00:00
if_etherip.h
Fix -fno-common found by building i386/conf/ALL
2012-07-28 00:43:22 +00:00
if_ethersubr.c
Retire OSI network stack. OK core@
2013-03-01 18:25:13 +00:00
if_faith.c
if_faith.h
if_fddi.h
if_fddisubr.c
Retire OSI network stack. OK core@
2013-03-01 18:25:13 +00:00
if_gif.c
Retire OSI network stack. OK core@
2013-03-01 18:25:13 +00:00
if_gif.h
if_gre.c
cosmetic, no functional change:
2011-11-09 19:43:22 +00:00
if_gre.h
sys/pcq.h isn't installed to userland, so only include it ifdef _KERNEL,
2011-11-29 17:28:45 +00:00
if_hippi.h
if_hippisubr.c
if_ieee1394.h
if_ieee1394subr.c
if_llc.h
if_loop.c
Retire OSI network stack. OK core@
2013-03-01 18:25:13 +00:00
if_media.c
if_media.h
Add 1000baseT-FDX.
2012-10-25 10:59:43 +00:00
if_mpls.c
Avoid putting implicit null labels on the wire
2011-07-03 18:46:12 +00:00
if_mpls.h
if_ppp.c
Don't check mp for NULL twice. From Michael W. Bomardieri <mb@il.net>
2012-11-25 09:06:43 +00:00
if_ppp.h
if_pppoe.c
Add support for RFC 4638 to pppoe(4).
2011-09-05 12:19:09 +00:00
if_pppoe.h
if_pppvar.h
if_sl.c
Change obsolete CBSIZE constant (48), to a power of two constant (64) that
2011-09-23 15:29:08 +00:00
if_slvar.h
if_sppp.h
if_spppsubr.c
Retire OSI network stack. OK core@
2013-03-01 18:25:13 +00:00
if_spppvar.h
if_srt.c
For these interfaces, the implementation of SIOCSIFDSTADDR is identical
2011-10-28 22:08:14 +00:00
if_srt.h
if_stf.c
Don't kauth-orize SIOCSIFMTU in pppsioctl() and stf_ioctl(), ifioctl()
2011-10-28 20:13:32 +00:00
if_stf.h
if_strip.c
Change obsolete CBSIZE constant (48), to a power of two constant (64) that
2011-09-23 15:29:08 +00:00
if_stripvar.h
if_tap.c
use cprng_fast instead of getmicrouptime to generate "random" mac address
2013-01-28 15:05:03 +00:00
if_tap.h
if_token.h
if_tokensubr.c
Retire OSI network stack. OK core@
2013-03-01 18:25:13 +00:00
if_tun.c
Replace tun_lock with mutex(9). XXX: too far from being MP-safe yet.
2012-01-28 01:02:27 +00:00
if_tun.h
Replace tun_lock with mutex(9). XXX: too far from being MP-safe yet.
2012-01-28 01:02:27 +00:00
if_types.h
Avoid ambiguity by having only one comment close mark.
2012-08-05 21:21:41 +00:00
if_vlan.c
Use if_flags_set() and if_mcast_op().
2011-10-19 22:07:09 +00:00
if_vlanvar.h
if.c
When an interface link state changes to down, mark all attached IPv6
2013-06-11 12:08:29 +00:00
if.h
Move the prototype definition of ether_input() from if.h to if_ether.h.
2012-10-25 11:53:14 +00:00
link_proto.c
Cosmetic: remove whitespace at the end of line.
2011-10-07 16:34:31 +00:00
Makefile
Add bpfjit and enable it for amd64.
2012-10-27 22:36:11 +00:00
net_osdep.h
net_stats.c
net_stats.h
netisr_dispatch.h
Retire OSI network stack. OK core@
2013-03-01 18:25:13 +00:00
netisr.h
Retire OSI network stack. OK core@
2013-03-01 18:25:13 +00:00
pfil.c
pfil.h
u_long -> unsigned long, so this header compiles on its own like it
2012-09-30 05:02:08 +00:00
pfkeyv2.h
more "const"
2011-06-09 19:54:18 +00:00
ppp_defs.h
ppp_tty.c
ppp-comp.h
ppp-deflate.c
radix.c
Retire varargs.h support. Move machine/stdarg.h logic into MI
2011-07-17 20:54:30 +00:00
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c
Retire varargs.h support. Move machine/stdarg.h logic into MI
2011-07-17 20:54:30 +00:00
route.c
PR/44032: Proxy entries stopped working with pppd. The issue here is that
2013-06-08 02:42:56 +00:00
route.h
Retire OSI network stack. OK core@
2013-03-01 18:25:13 +00:00
rtbl.c
Hide the radix-trie implementation of the forwarding table so that we
2011-03-31 19:40:51 +00:00
rtsock.c
Retire OSI network stack. OK core@
2013-03-01 18:25:13 +00:00
slcompress.c
slcompress.h
slip.h
zlib.c
zlib.h