NetBSD/sys/net
rin 1cfdd1e3e5 PR kern/53562
Add ether_sw_offload_[tr]x: handle TX/RX offload options in software.
Since this violates separation b/w L2 and L3/L4, new files are added
rather than having the routines in sys/net/if_ethersubr.c.

OK msaitoh thorpej
2018-12-12 01:40:20 +00:00
..
agr Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
npf Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
Makefile Remove the network ATM code. 2018-09-06 06:41:59 +00:00
bpf.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
bpf.h Add definitions from libpcap-1.9.0 2018-09-03 15:16:11 +00:00
bpf_filter.c
bpf_stub.c Removal of bpf_tap(). 2018-06-25 03:22:14 +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
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 PR kern/53562 2018-12-12 01:40:20 +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.c Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
if.h fix panic when do ifconfig -vlanif and ifconfig vlanif again. advised by ozaki-r@. 2018-10-18 11:34:54 +00:00
if_arc.h
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 Fix that brconfig <bridge> (addr) can't show a large number of MAC addresses 2018-11-09 06:44:31 +00:00
if_bridgevar.h bridge: use pslist(9) for rtlist and rthash 2018-04-18 04:01:58 +00:00
if_dl.h
if_ether.h Remove ETHER_LOOKUP_MULTI() 2018-06-14 08:00:24 +00:00
if_ethersubr.c Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +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 Replace 2018-05-09 06:35:10 +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
if_hippi.h
if_hippisubr.c
if_ieee1394.h
if_ieee1394subr.c Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
if_ipsec.c ipsecif(4) support input drop packet counter. 2018-12-07 05:09:39 +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 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.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 add prototypes, validate ifm_change and ifm_status vectors. NFC. 2018-03-30 13:21:24 +00:00
if_media.h
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 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +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
if_pppvar.h
if_sl.c SIOCSIFDSTADDR uses struct ifreq instead of struct ifaddr or struct in_aliasreq. 2018-04-20 09:56:22 +00:00
if_slvar.h
if_sppp.h
if_spppsubr.c Reset fail counter when link goes down so that next session starts 2018-03-30 13:29:19 +00:00
if_spppvar.h
if_srt.c
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
if_strip.c Remove duplicate ; 2018-06-06 01:49:07 +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 Replace 2018-05-09 06:35:10 +00:00
if_tun.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
if_tun.h
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
link_proto.c
net_stats.c
net_stats.h
netisr.h Remove the network ATM code. 2018-09-06 06:41:59 +00:00
netisr_dispatch.h Remove the network ATM code. 2018-09-06 06:41:59 +00:00
pfil.c
pfil.h
pfkeyv2.h
pktqueue.c - Fix a bug that drop counter shows incorrect vaule like 2018-08-10 07:24:09 +00:00
pktqueue.h
ppp-comp.h
ppp-deflate.c
ppp_defs.h
ppp_tty.c ppprcvframe() has indentation issues. 2018-02-07 06:19:43 +00:00
radix.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
radix.h
raw_cb.c
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
rtsock.c Fix kernel info leak. There are 2 bytes of padding in struct if_msghdr. 2018-11-13 07:45:43 +00:00
slcompress.c
slcompress.h
slip.h
zlib.c
zlib.h