History log of /netbsd-src/sys/net/Makefile (Results 1 – 25 of 46)
Revision Date Author Comments
# 6ffff4f2 03-Sep-2022 thorpej <thorpej@NetBSD.org>

Garbage-collect the remaining vestiges of netisr.


# f0101d0e 17-May-2021 yamaguchi <yamaguchi@NetBSD.org>

Add a new link-aggregation pseudo interface named lagg(4)

- FreeBSD's lagg(4) based implementation
- MP-safe and MP-scalable


# 9d417b36 11-Sep-2020 roy <roy@NetBSD.org>

Implement address agnostic Neighbor Detection.

This is heavily based on IPv6 Neighbor Detection and allows per protocol
timers which also facilitate Neighor Unreachability Detection.


# a14187ec 20-Aug-2020 riastradh <riastradh@NetBSD.org>

[ozaki-r] Changes to the kernel core for wireguard


# 72416f91 29-Jan-2020 thorpej <thorpej@NetBSD.org>

Add support for MP-safe network interface statistics by maintaining them
in per-cpu storage, and collecting them for export in an if_data structure
when user-space wants them.

The new if_stat API is

Add support for MP-safe network interface statistics by maintaining them
in per-cpu storage, and collecting them for export in an if_data structure
when user-space wants them.

The new if_stat API is structured to make a gradual transition to the
new way in network drivers possible, and per-cpu stats are currently
disabled (thus there is no kernel ABI change). Once all drivers have
been converted, the old ABI will be removed, and per-cpu stats will be
enabled universally.

show more ...


# 4541d682 20-Jan-2020 thorpej <thorpej@NetBSD.org>

Remove FDDI support.


# ed469c22 19-Jan-2020 thorpej <thorpej@NetBSD.org>

Remove Token Ring support.


# 85654ec7 19-Jan-2020 thorpej <thorpej@NetBSD.org>

Remove HIPPI support and the esh(4) driver that uses it. There have not
been any users of HIPPI for some time, and it is unlikely to be resurrected.


# f922b0f6 06-Sep-2018 maxv <maxv@NetBSD.org>

Remove the network ATM code.


# 735ddbc5 14-Aug-2018 maxv <maxv@NetBSD.org>

Retire EtherIP, we have L2TP instead.


# 42c1bbb9 16-Feb-2018 knakahara <knakahara@NetBSD.org>

Currently, it is not necessary to install rss_config.h. Pointed out by msaitoh@n.o.


# 4a6a088a 16-Feb-2018 knakahara <knakahara@NetBSD.org>

Introduce very simple Receive Side Scaling (RSS) utility.

ok by msaitoh@n.o.


# 4ab3af3e 10-Jan-2018 knakahara <knakahara@NetBSD.org>

add ipsec(4) interface, which is used for route-based VPN.

man and ATF are added later, please see man for details.

reviewed by christos@n.o, joerg@n.o and ozaki-r@n.o, thanks.
https://mail-index.n

add ipsec(4) interface, which is used for route-based VPN.

man and ATF are added later, please see man for details.

reviewed by christos@n.o, joerg@n.o and ozaki-r@n.o, thanks.
https://mail-index.netbsd.org/tech-net/2017/12/18/msg006557.html

show more ...


# 939a415a 16-Feb-2017 knakahara <knakahara@NetBSD.org>

add l2tp(4) L2TPv3 interface.

originally implemented by IIJ SEIL team.


# e8c0d6c6 27-Oct-2012 alnsn <alnsn@NetBSD.org>

Add bpfjit and enable it for amd64.


# 5c5a76d5 27-Sep-2012 alnsn <alnsn@NetBSD.org>

Remove bpf_jit which was ported from FreeBSD recently.

It will soon be replaced with the new bpfjit kernel module.


# cfc228ab 02-Aug-2012 matt <matt@NetBSD.org>

Export <net/bpf_jit.h> and add to the set lists.


# 2e6f2099 22-Aug-2010 rmind <rmind@NetBSD.org>

Import NPF - a packet filter. Some features:

- Designed to be fully MP-safe and highly efficient.

- Tables/IP sets (hash or red-black tree) for high performance lookups.

- Stateful filtering and

Import NPF - a packet filter. Some features:

- Designed to be fully MP-safe and highly efficient.

- Tables/IP sets (hash or red-black tree) for high performance lookups.

- Stateful filtering and Network Address Port Translation (NAPT).
Framework for application level gateways (ALGs).

- Packet inspection engine called n-code processor - inspired by BPF -
supporting generic RISC-like and specific CISC-like instructions for
common patterns (e.g. IPv4 address matching). See npf_ncode(9) manual.

- Convenient userland utility npfctl(8) with npf.conf(8).

NOTE: This is not yet a fully capable alternative to PF or IPFilter.
Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,
state saving/restoring, logging, etc) is in progress.

Thanks a lot to Matt Thomas for various useful comments and code review.
Aye by: board@

show more ...


# 826653c1 26-Jun-2010 kefren <kefren@NetBSD.org>

Add MPLS support, proposed on tech-net@ a couple of days ago

Welcome to 5.99.33


# ae5722da 30-May-2009 hannken <hannken@NetBSD.org>

No need to include bsd.subdir.mk as bsd.kinc.mk already includes it.


# 355dcf3a 26-May-2009 pooka <pooka@NetBSD.org>

Install agr ioctl header and stop putting our hand under the sys skirt
in ifconfig.


# 2bbb14ea 05-May-2008 ad <ad@NetBSD.org>

Back out previous. It broke the build.


# 9f4cef7b 04-May-2008 ad <ad@NetBSD.org>

Don't install sys/net/zlib.h.


# 34908fe5 23-Apr-2008 thorpej <thorpej@NetBSD.org>

Add subroutines to support collating per-cpu-gathered network statistics.


# 7525ed1e 13-Jan-2007 isaki <isaki@NetBSD.org>

Install <net/if_pflog.h>.


12