.. |
agr
|
Introduce softint-based if_input
|
2016-02-09 08:32:07 +00:00 |
npf
|
make DDB print ipv6 addresses too
|
2015-12-17 12:17:13 +00:00 |
bpf_filter.c
|
|
|
bpf_stub.c
|
|
|
bpf.c
|
Introduce softint-based if_input
|
2016-02-09 08:32:07 +00:00 |
bpf.h
|
Uses _IOR/_IOW/etc. and thus needs sys/ioccom.h. PR 41200
|
2015-09-05 20:01:21 +00:00 |
bpfdesc.h
|
|
|
bpfjit.c
|
Replace the nsaveds() function with #define NSAVEDS 3. No functional change.
|
2015-12-29 21:49:58 +00:00 |
bpfjit.h
|
|
|
bridgestp.c
|
Simplify bridge(4)
|
2016-02-15 01:11:41 +00:00 |
bsd-comp.c
|
|
|
dl_print.c
|
|
|
dlt.h
|
update with new entries from libpcap-1.7.2
|
2015-03-31 21:42:16 +00:00 |
ethertypes.h
|
|
|
files.net
|
Fix build dependency of if_llatbl.c
|
2015-11-26 01:41:20 +00:00 |
files.pf
|
|
|
if_arc.h
|
|
|
if_arcsubr.c
|
Fix build
|
2016-02-09 14:43:16 +00:00 |
if_arp.h
|
Replace ARP cache (llinfo) with lltable/llentry
|
2015-08-31 08:05:20 +00:00 |
if_atm.h
|
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-06 06:00:59 +00:00 |
if_atmsubr.c
|
Introduce softint-based if_input
|
2016-02-09 08:32:07 +00:00 |
if_bridge.c
|
Simplify bridge(4)
|
2016-02-15 01:11:41 +00:00 |
if_bridgevar.h
|
Simplify bridge(4)
|
2016-02-15 01:11:41 +00:00 |
if_dl.h
|
|
|
if_eco.h
|
|
|
if_ecosubr.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
if_ether.h
|
Add handling of VLAN packets in if_bridge where the parent interface supports
|
2015-11-19 16:23:54 +00:00 |
if_etherip.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
if_etherip.h
|
|
|
if_ethersubr.c
|
Introduce softint-based if_input
|
2016-02-09 08:32:07 +00:00 |
if_faith.c
|
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
|
2015-08-20 14:40:16 +00:00 |
if_faith.h
|
|
|
if_fddi.h
|
|
|
if_fddisubr.c
|
Introduce softint-based if_input
|
2016-02-09 08:32:07 +00:00 |
if_gif.c
|
To eliminate gif_softc_list linear search, add extra argument to encapsw.pr_ctlinput().
|
2016-02-26 07:35:17 +00:00 |
if_gif.h
|
Revert extra wating codes.
|
2016-01-04 07:50:08 +00:00 |
if_gre.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
if_gre.h
|
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-06 06:00:59 +00:00 |
if_hippi.h
|
|
|
if_hippisubr.c
|
Introduce softint-based if_input
|
2016-02-09 08:32:07 +00:00 |
if_ieee1394.h
|
|
|
if_ieee1394subr.c
|
arpresolve() now returns 0 on success otherwise an error code.
|
2015-10-13 12:33:07 +00:00 |
if_llatbl.c
|
Remove workaround for GATEWAY
|
2016-02-16 01:31:26 +00:00 |
if_llatbl.h
|
Remove workaround for GATEWAY
|
2016-02-16 01:31:26 +00:00 |
if_llc.h
|
|
|
if_loop.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
if_media.c
|
|
|
if_media.h
|
|
|
if_mpls.c
|
Introduce softint-based if_input
|
2016-02-09 08:32:07 +00:00 |
if_mpls.h
|
|
|
if_ppp.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
if_ppp.h
|
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-06 06:00:59 +00:00 |
if_pppoe.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
if_pppoe.h
|
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-06 06:00:59 +00:00 |
if_pppvar.h
|
|
|
if_sl.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
if_slvar.h
|
|
|
if_sppp.h
|
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-06 06:00:59 +00:00 |
if_spppsubr.c
|
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
|
2015-08-20 14:40:16 +00:00 |
if_spppvar.h
|
|
|
if_srt.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
if_srt.h
|
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-06 06:00:59 +00:00 |
if_stf.c
|
fix my wrong modification
|
2016-01-28 00:28:11 +00:00 |
if_stf.h
|
fix my wrong modification
|
2016-01-28 00:28:11 +00:00 |
if_strip.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
if_stripvar.h
|
|
|
if_tap.c
|
Introduce softint-based if_input
|
2016-02-09 08:32:07 +00:00 |
if_tap.h
|
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-06 06:00:59 +00:00 |
if_token.h
|
Fix token_rif extractions from llentry
|
2015-12-16 05:44:59 +00:00 |
if_tokensubr.c
|
Introduce softint-based if_input
|
2016-02-09 08:32:07 +00:00 |
if_tun.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
if_tun.h
|
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-06 06:00:59 +00:00 |
if_types.h
|
|
|
if_vlan.c
|
Introduce softint-based if_input
|
2016-02-09 08:32:07 +00:00 |
if_vlanvar.h
|
|
|
if.c
|
Add missing percpu_putref to error path
|
2016-03-07 01:41:55 +00:00 |
if.h
|
Implement a queue for if_link_state_change() calls to fix a race condition
|
2016-02-19 20:05:43 +00:00 |
link_proto.c
|
Revert previous: ran cvs commit when I meant cvs diff. Sorry!
|
2016-01-21 15:41:29 +00:00 |
Makefile
|
|
|
net_osdep.h
|
|
|
net_stats.c
|
|
|
net_stats.h
|
|
|
netisr_dispatch.h
|
|
|
netisr.h
|
Remove leftover IPX-related stuffs
|
2015-05-25 08:29:01 +00:00 |
pfil.c
|
|
|
pfil.h
|
|
|
pfkeyv2.h
|
|
|
pktqueue.c
|
|
|
pktqueue.h
|
|
|
ppp_defs.h
|
|
|
ppp_tty.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
ppp-comp.h
|
|
|
ppp-deflate.c
|
|
|
radix.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
radix.h
|
|
|
raw_cb.c
|
|
|
raw_cb.h
|
Eliminate struct protosw::pr_output.
|
2016-01-20 21:43:59 +00:00 |
raw_usrreq.c
|
Eliminate struct protosw::pr_output.
|
2016-01-20 21:43:59 +00:00 |
route.c
|
Tweak return value handling
|
2015-12-22 01:59:21 +00:00 |
route.h
|
Do rt_refcnt++ when set a rtentry to another rtentry's rt_gwroute
|
2015-09-02 11:35:11 +00:00 |
rtbl.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
rtsock.c
|
Revert previous: ran cvs commit when I meant cvs diff. Sorry!
|
2016-01-21 15:41:29 +00:00 |
slcompress.c
|
sprinkle _KERNEL_OPT
|
2015-08-24 22:21:26 +00:00 |
slcompress.h
|
|
|
slip.h
|
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-06 06:00:59 +00:00 |
zlib.c
|
|
|
zlib.h
|
|
|