| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove not needed variable initialization. | Hans Petter Selasky | 2020-12-23 | 1 | -2/+2 |
| * | Add support for IP over infiniband, IPoIB, to lagg(4). Currently only | Hans Petter Selasky | 2020-10-22 | 1 | -3/+3 |
| * | Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q). | Alexander V. Chernikov | 2020-10-21 | 1 | -11/+19 |
| * | Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow. | Richard Scheffenegger | 2020-10-09 | 1 | -0/+7 |
| * | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -6/+1 |
| * | Use devctl.h instead of bus.h to reduce newbus pollution. | Warner Losh | 2020-08-21 | 1 | -1/+1 |
| * | ether_ifattach: set mtu before calling if_attach() | Kyle Evans | 2020-07-16 | 1 | -1/+1 |
| * | ethersubr: Make the mac address generation more robust | Kristof Provost | 2020-04-18 | 1 | -7/+19 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -3/+5 |
| * | Although most of the NIC drivers are epoch ready, due to peer pressure | Gleb Smirnoff | 2020-02-24 | 1 | -2/+5 |
| * | Stop entering the network epoch in ether_input(), unless driver | Gleb Smirnoff | 2020-01-23 | 1 | -2/+4 |
| * | Widen NET_EPOCH coverage. | Gleb Smirnoff | 2019-10-07 | 1 | -4/+8 |
| * | style(9): remove extraneous empty lines | Gleb Smirnoff | 2019-09-25 | 1 | -1/+0 |
| * | Restructure mbuf send tags to provide stronger guarantees. | John Baldwin | 2019-05-24 | 1 | -0/+1 |
| * | net: adjust randomized address bits | Kyle Evans | 2019-04-17 | 1 | -10/+33 |
| * | ether_fakeaddr: Use 'b' 's' 'd' for the prefix | Kyle Evans | 2019-03-14 | 1 | -5/+6 |
| * | ether: centralize fake hwaddr generation | Kyle Evans | 2019-03-14 | 1 | -0/+14 |
| * | Update for IETF draft-ietf-6man-ipv6only-flag. | Bjoern A. Zeeb | 2019-03-06 | 1 | -2/+22 |
| * | New pfil(9) KPI together with newborn pfil API and control utility. | Gleb Smirnoff | 2019-01-31 | 1 | -24/+17 |
| * | Initial implementation of draft-ietf-6man-ipv6only-flag. | Bjoern A. Zeeb | 2018-10-30 | 1 | -0/+20 |
| * | Remove the Yarrow PRNG algorithm option in accordance with due notice | Mark Murray | 2018-08-26 | 1 | -1/+1 |
| * | Unbreak VLANs after r337943. | Navdeep Parhar | 2018-08-24 | 1 | -1/+2 |
| * | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner | 2018-07-24 | 1 | -1/+1 |
| * | Reduce overhead of entropy collection | Matt Macy | 2018-05-31 | 1 | -1/+1 |
| * | Allow different bridge types to coexist | Matt Macy | 2018-05-11 | 1 | -3/+0 |
| * | Add network device event for priority code point, PCP, changes. | Hans Petter Selasky | 2018-04-26 | 1 | -2/+5 |
| * | Improve copy-and-pasted versions of SIOCGIFADDR. | Brooks Davis | 2018-03-27 | 1 | -7/+2 |
| * | Allow to specify PCP on packets not belonging to any VLAN. | Konstantin Belousov | 2018-03-27 | 1 | -5/+120 |
| * | netpfil: Introduce PFIL_FWD flag | Kristof Provost | 2018-03-23 | 1 | -2/+4 |
| * | Fix outgoing TCP/UDP packet drop on arp/ndp entry expiration. | Alexander V. Chernikov | 2018-03-17 | 1 | -1/+7 |
| * | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 1 | -2/+0 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | ethernet: Add ethernet interface attached event and devctl notification. | Sepherosa Ziehau | 2017-07-24 | 1 | -0/+7 |
| * | Persistently store NIC's hardware MAC address, and add a way to retrive it | Ravi Pokala | 2017-05-11 | 1 | -1/+2 |
| * | Persistently store NIC's hardware MAC address, and add a way to retrive it | Ravi Pokala | 2017-05-10 | 1 | -0/+2 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | Extract out the various local definitions of ETHER_IS_BROADCAST() and | Adrian Chadd | 2016-08-07 | 1 | -2/+0 |
| * | Make the KASSERT message more helpful by also printing the ifp information | Bjoern A. Zeeb | 2016-06-06 | 1 | -1/+2 |
| * | Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET. | Bjoern A. Zeeb | 2016-06-03 | 1 | -1/+17 |
| * | This change re-adds L2 caching for TCP and UDP, as originally added in D4306 | George V. Neville-Neil | 2016-06-02 | 1 | -7/+40 |
| * | Remove the most useful INET || INET6 check leftover from whenever, | Bjoern A. Zeeb | 2016-05-03 | 1 | -3/+0 |
| * | sys/net* : for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -2/+2 |
| * | Finish r275196: do not dereference rtentry in if_output() routines. | Alexander V. Chernikov | 2016-01-09 | 1 | -3/+1 |
| * | Remove second EVENTHANDLER_REGISTER slipped in r292978. | Alexander V. Chernikov | 2016-01-01 | 1 | -0/+4 |
| * | Implement interface link header precomputation API. | Alexander V. Chernikov | 2015-12-31 | 1 | -116/+173 |
| * | Replace the fastforward path with tryforward which does not require a | George V. Neville-Neil | 2015-11-05 | 1 | -2/+0 |
| * | Simplify the way of attaching IPv6 link-layer header. | Alexander V. Chernikov | 2015-09-16 | 1 | -2/+2 |
| * | Use KASSERT for some checks, that are late to do. | Andrey V. Elsukov | 2015-09-16 | 1 | -23/+3 |
| * | Remove superfluous m_freem(). | Oleg Bulyzhin | 2015-09-16 | 1 | -1/+0 |
| * | Huge cleanup of random(4) code. | Mark Murray | 2015-06-30 | 1 | -2/+2 |