NetBSD/sys/net
2019-03-05 08:25:01 +00:00
..
agr Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
npf work around a GCC 7 vs sparc (32 bit) issue i haven't figured out 2019-02-27 21:37:24 +00:00
bpf_filter.c
bpf_stub.c Removal of bpf_tap(). 2018-06-25 03:22:14 +00:00
bpf.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
bpf.h Whitespace change. 2019-02-26 10:30:28 +00:00
bpfdesc.h Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
bpfjit.c Add missing include. 2019-01-20 23:36:57 +00:00
bpfjit.h
bridgestp.c Remove an obsolete assertion too (fix build) 2018-02-28 13:12:53 +00:00
bsd-comp.c
dl_print.c
dlt.h sync with libpcap-1.9.0 2018-09-03 14:58:04 +00:00
ether_sw_offload.c Improve wording in comments: replace "chain" with "queue" for 2018-12-15 07:38:58 +00:00
ether_sw_offload.h PR kern/53562 2018-12-12 01:40:20 +00:00
ethertypes.h
files.net PR kern/53562 2018-12-12 01:40:20 +00:00
files.pf
if_arc.h If if_attach() failed in the attach function, return. 2017-10-23 09:22:24 +00:00
if_arcsubr.c Replace 2018-05-09 06:35:10 +00:00
if_arp.h Provide an inline to return the data part of the arp packet instead of 2018-06-30 15:08:04 +00:00
if_bridge.c Take the interface out of promiscuous mode in bridge_delete_member() 2018-12-22 04:28:30 +00:00
if_bridgevar.h PR kern/53562 2018-12-12 01:46:47 +00:00
if_dl.h
if_ether.h Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes 2019-03-05 08:25:01 +00:00
if_ethersubr.c add or adjust fallthru comments. 2019-02-04 10:09:31 +00:00
if_faith.c Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
if_faith.h
if_fddi.h
if_fddisubr.c Remove very old IFF_NOTRAILERS flag. 2019-02-05 06:17:00 +00:00
if_gif.c Fix ALTQ on gif(4). Reported and tested by Anthony Mallet, advised by Greg Troxel, thanks. 2018-11-12 03:37:33 +00:00
if_gif.h Fix panic when doing ioctl to multiple pseudo interfaces. Pointed out by k-goda@IIJ. 2018-10-19 00:12:56 +00:00
if_gre.c Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
if_gre.h No functional change: 2019-02-26 09:43:37 +00:00
if_hippi.h
if_hippisubr.c Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
if_ieee1394.h
if_ieee1394subr.c Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
if_ipsec.c Remove unnecessary addresses in PF_KEY message. 2018-12-26 08:55:14 +00:00
if_ipsec.h Fix panic when doing ioctl to multiple pseudo interfaces. Pointed out by k-goda@IIJ. 2018-10-19 00:12:56 +00:00
if_l2tp.c l2tp(4): fix output bytes counter. Pointed by k-goda@IIJ, thanks. 2018-12-27 07:56:11 +00:00
if_l2tp.h Fix panic when doing ioctl to multiple pseudo interfaces. Pointed out by k-goda@IIJ. 2018-10-19 00:12:56 +00:00
if_llatbl.c UPdate previous so that there is no unused (but assigned) variable 2018-07-10 19:30:37 +00:00
if_llatbl.h Don't use aprint_* functions for logging unrelated to autoconf(9) 2018-07-12 02:26:04 +00:00
if_llc.h
if_loop.c Simplify the mtag API: 2018-11-15 10:06:06 +00:00
if_media.c - Remove extra cast. 2019-02-28 05:40:58 +00:00
if_media.h Add 2.5GBASE-T and 5GBASE-T. 2017-10-04 07:08:01 +00:00
if_module.h
if_mpls.c Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
if_mpls.h
if_ppp.c Add __cacheline_aligned to ppp softc list and its mutex just in case. 2019-01-25 08:51:29 +00:00
if_ppp.h
if_pppoe.c Remove printfs that are too easily reachable, switch to M_REGION_GET, 2018-10-27 06:46:43 +00:00
if_pppoe.h Add a locking notes for if_pppoe 2017-10-12 09:50:55 +00:00
if_pppvar.h
if_sl.c Add comments about D_MPSAFE to functions called as struct linesw.l_ioctl. 2019-01-24 09:33:03 +00:00
if_slvar.h
if_sppp.h
if_spppsubr.c Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
if_spppvar.h Add a locking notes for if_spppsubr 2017-10-12 09:53:55 +00:00
if_srt.c - If if_attach() failed in the attach function, free resources and return. 2017-10-23 09:32:55 +00:00
if_srt.h
if_stf.c Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
if_stf.h Add argument to encapsw->pr_input() instead of m_tag. 2017-11-15 10:42:41 +00:00
if_strip.c - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
if_stripvar.h
if_tap.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
if_tap.h
if_token.h
if_tokensubr.c Remove very old IFF_NOTRAILERS flag. 2019-02-05 06:17:00 +00:00
if_tun.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
if_tun.h Make MP-safe and use kmem(9) 2017-01-26 21:13:19 +00:00
if_types.h Add a port of the umb(4) driver from OpenBSD 2018-07-31 16:44:28 +00:00
if_vlan.c Fix panic when doing ioctl to multiple pseudo interfaces. Pointed out by k-goda@IIJ. 2018-10-19 00:12:56 +00:00
if_vlanvar.h Mostly style, and add a bunch of KASSERTs. 2018-01-15 16:36:51 +00:00
if.c Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
if.h Remove NOTRAILERS from IFFBITS. 2019-02-05 06:43:20 +00:00
link_proto.c Fix memory leaks pointed out by Ilja Van Sprundel: all 2019-01-28 12:53:01 +00:00
Makefile Remove the network ATM code. 2018-09-06 06:41:59 +00:00
net_stats.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
net_stats.h
netisr_dispatch.h Remove the network ATM code. 2018-09-06 06:41:59 +00:00
netisr.h Remove the network ATM code. 2018-09-06 06:41:59 +00:00
pfil.c need to membar_producer() *before* switching. 2017-03-10 07:35:58 +00:00
pfil.h Make pfil(9) MP-safe (applying psref(9)) 2017-01-16 09:28:40 +00:00
pfkeyv2.h Introduce and use SADB_SASTATE_USABLE_P 2017-07-04 08:11:32 +00:00
pktqueue.c - Fix a bug that drop counter shows incorrect vaule like 2018-08-10 07:24:09 +00:00
pktqueue.h
ppp_defs.h
ppp_tty.c Add KERNEL_LOCK in ppptioctl() to protect struct ppp_softc members. 2019-01-24 09:31:09 +00:00
ppp-comp.h
ppp-deflate.c
radix.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
radix.h
raw_cb.c Fix race condition on the rawcb list shared by rtsock and keysock 2017-09-25 01:56:22 +00:00
raw_cb.h Make raw_input non-variadic. 2018-09-07 06:13:14 +00:00
raw_usrreq.c Make raw_input non-variadic. 2018-09-07 06:13:14 +00:00
route.c Use rt_update framework on updating a rtentry 2018-10-30 05:56:02 +00:00
route.h Avoid double rt_replace_ifa on rtrequest1(RTM_ADD) 2018-10-30 05:54:41 +00:00
rss_config.c Introduce very simple Receive Side Scaling (RSS) utility. 2018-02-16 04:48:32 +00:00
rss_config.h Introduce very simple Receive Side Scaling (RSS) utility. 2018-02-16 04:48:32 +00:00
rtbl.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
rtsock_shared.c Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
rtsock.c Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
slcompress.c
slcompress.h acknowleg -> acknowledg, proceedure -> procedure. 2016-12-12 15:58:44 +00:00
slip.h
zlib.c revert previous. we don't want to change upstream code. 2019-02-19 00:26:57 +00:00
zlib.h