NetBSD/sys/net
ozaki-r cf96c34d79 Remove unnecessary argument
No functional change.
2016-10-25 02:45:09 +00:00
..
agr modularize some more drivers and merge the module glue 2016-08-07 17:38:33 +00:00
npf Use if_get_byindex instead of if_byindex for MP-safe 2016-06-16 03:03:33 +00:00
bpf_filter.c Create separate modules for i2c_bitbang and bpf_filter so these files 2016-06-07 01:06:27 +00:00
bpf_stub.c
bpf.c Fix regression introduced in tests/net/bpf and tests/net/bpfilter 2016-07-19 02:47:45 +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 Don't trigger BJ_ASSERT(false) on invalid BPF_Jxxx opcode in jmp_to_op(). 2016-07-29 20:29:38 +00:00
bpfjit.h Fix copyright years. 2014-06-25 19:32:37 +00:00
bridgestp.c Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
bsd-comp.c Catch up with the renaming of module ppp --> if_ppp and avoid warning 2016-08-06 22:38:18 +00:00
dl_print.c pretty-print link addresses. 2016-04-06 18:04:58 +00:00
dlt.h update with new entries from libpcap-1.7.2 2015-03-31 21:42:16 +00:00
ethertypes.h
files.net Move kern_ctf.c into the dtrace_fbt module (the only place it is used) 2016-09-16 03:10:45 +00:00
files.pf
if_arc.h
if_arcsubr.c Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
if_arp.h Replace ARP cache (llinfo) with lltable/llentry 2015-08-31 08:05:20 +00:00
if_atm.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_atmsubr.c Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
if_bridge.c Always do the mbuf checks. The packet filters (npf) expect the mbuf to be 2016-09-15 14:40:43 +00:00
if_bridgevar.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_dl.h add DL_PRINT macro 2014-12-03 01:31:37 +00:00
if_eco.h
if_ecosubr.c Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +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 KNF. No functional change. 2016-07-11 11:31:49 +00:00
if_etherip.h
if_ethersubr.c Don't hold global locks if NET_MPSAFE is enabled 2016-10-18 07:30:30 +00:00
if_faith.c modularize some more drivers and merge the module glue 2016-08-07 17:38:33 +00:00
if_faith.h
if_fddi.h
if_fddisubr.c Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
if_gif.c kmem_alloc(size, KM_SLEEP) return value NULL check is not required any more. 2016-09-15 06:59:32 +00:00
if_gif.h eliminate gif(4) Tx softint 2016-06-24 04:38:12 +00:00
if_gre.c MFREE -> m_free 2016-10-02 14:16:02 +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 Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_ieee1394.h
if_ieee1394subr.c Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
if_llatbl.c Mark arprequest static and introduce arpannounce so that gratuitous 2016-10-11 12:32:30 +00:00
if_llatbl.h Separate nexthop caches from the routing table 2016-04-04 07:37:07 +00:00
if_llc.h Don't use class as a structure member. 2014-09-05 05:32:07 +00:00
if_loop.c Avoid init'ing lo0 twice ... which rump kernels do without this hack. 2016-08-11 13:57:02 +00:00
if_media.c
if_media.h Introduce IFM_GENERIC. 2016-09-14 11:43:08 +00:00
if_module.h modularize some more drivers and merge the module glue 2016-08-07 17:38:33 +00:00
if_mpls.c Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
if_mpls.h
if_ppp.c MFREE -> m_free 2016-10-02 14:16:02 +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 Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
if_pppoe.h Hide PPPoE variables from if_ethersubr.c 2016-04-15 01:31:29 +00:00
if_pppvar.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_sl.c MFREE -> m_free 2016-10-02 14:16:02 +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 Use uint8_t for opt as some of the values don't fit into the (positive) 2016-10-08 17:37:32 +00:00
if_spppvar.h Add interface media for sppp consumers. 2016-09-14 10:58:38 +00:00
if_srt.c modularize some more drivers and merge the module glue 2016-08-07 17:38:33 +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 eliminate stf(4)'s dependency on gif(4). 2016-08-18 11:38:58 +00:00
if_stf.h eliminate stf(4)'s dependency on gif(4). 2016-08-18 11:38:58 +00:00
if_strip.c MFREE -> m_free 2016-10-02 14:16:02 +00:00
if_stripvar.h
if_tap.c MFREE -> m_free 2016-10-02 14:16:02 +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 Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
if_tun.c MFREE -> m_free 2016-10-02 14:16:02 +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 modularize some more drivers and merge the module glue 2016-08-07 17:38:33 +00:00
if_vlanvar.h
if.c Don't hold global locks if NET_MPSAFE is enabled 2016-10-18 07:30:30 +00:00
if.h Since IFF_MULTICAST's value can't be represented without implicit cast 2016-10-08 17:40:12 +00:00
link_proto.c Switch the address list of intefaces to pslist(9) 2016-07-07 09:32:01 +00:00
Makefile
net_osdep.h
net_stats.c
net_stats.h Cast return value of _NET_STAT_GETREF 2014-09-05 06:01:24 +00:00
netisr_dispatch.h - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
netisr.h Remove leftover IPX-related stuffs 2015-05-25 08:29:01 +00:00
pfil.c
pfil.h
pfkeyv2.h
pktqueue.c Fix pktq_enqueue for rump 2014-07-04 01:50:22 +00:00
pktqueue.h Move sysctl_pktq_{maxlen,count} to pktqueue.c and make them global 2014-06-16 00:40:10 +00:00
ppp_defs.h
ppp_tty.c MFREE -> m_free 2016-10-02 14:16:02 +00:00
ppp-comp.h
ppp-deflate.c Catch up with the renaming of module ppp --> if_ppp and avoid warning 2016-08-06 22:38:18 +00:00
radix.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
radix.h
raw_cb.c raw_detach: rawpcb may be embedded, free using the real size (saved in rcb). 2014-05-21 20:43:56 +00:00
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 Remove unnecessary argument 2016-10-25 02:45:09 +00:00
route.h Remove unnecessary argument 2016-10-25 02:45:09 +00:00
rtbl.c Don't use radix tree API directly 2016-04-11 09:21:18 +00:00
rtsock.c Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
slcompress.c Actually commit the changes for making this into a loadable module. The 2016-08-05 08:56:36 +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 Modularize net/zlib so it can be used by the vnd module (and, eventually, 2013-12-29 08:09:44 +00:00
zlib.h