aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* vlan: allow net.link.vlan.mtag_pcp to be set per vnetKristof Provost2022-02-141-4/+5
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-08-221-5/+6
* lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov2021-08-211-2/+2
* ether: Add a KMSAN check for transmitted framesMark Johnston2021-08-111-3/+8
* [lltable] Unify datapath feedback mechamism.Alexander V. Chernikov2021-08-041-1/+1
* kern: ether_gen_addr: randomize on default hostuuid, tooKyle Evans2021-06-021-3/+14
* bridge: Remove members when assigned to a new vnetKristof Provost2021-02-231-3/+0
* Remove not needed variable initialization.Hans Petter Selasky2020-12-231-2/+2
* Add support for IP over infiniband, IPoIB, to lagg(4). Currently onlyHans Petter Selasky2020-10-221-3/+3
* Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q).Alexander V. Chernikov2020-10-211-11/+19
* Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow.Richard Scheffenegger2020-10-091-0/+7
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+1
* Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh2020-08-211-1/+1
* ether_ifattach: set mtu before calling if_attach()Kyle Evans2020-07-161-1/+1
* ethersubr: Make the mac address generation more robustKristof Provost2020-04-181-7/+19
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+5
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-2/+5
* Stop entering the network epoch in ether_input(), unless driverGleb Smirnoff2020-01-231-2/+4
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-4/+8
* style(9): remove extraneous empty linesGleb Smirnoff2019-09-251-1/+0
* Restructure mbuf send tags to provide stronger guarantees.John Baldwin2019-05-241-0/+1
* net: adjust randomized address bitsKyle Evans2019-04-171-11/+34
* ether_fakeaddr: Use 'b' 's' 'd' for the prefixKyle Evans2019-03-141-5/+6
* ether: centralize fake hwaddr generationKyle Evans2019-03-141-0/+14
* Update for IETF draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2019-03-061-2/+22
* New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff2019-01-311-24/+17
* Initial implementation of draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-10-301-0/+20
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-1/+1
* Unbreak VLANs after r337943.Navdeep Parhar2018-08-241-1/+2
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-1/+1
* Reduce overhead of entropy collectionMatt Macy2018-05-311-1/+1
* Allow different bridge types to coexistMatt Macy2018-05-111-3/+0
* Add network device event for priority code point, PCP, changes.Hans Petter Selasky2018-04-261-2/+5
* Improve copy-and-pasted versions of SIOCGIFADDR.Brooks Davis2018-03-271-7/+2
* Allow to specify PCP on packets not belonging to any VLAN.Konstantin Belousov2018-03-271-5/+120
* netpfil: Introduce PFIL_FWD flagKristof Provost2018-03-231-2/+4
* Fix outgoing TCP/UDP packet drop on arp/ndp entry expiration.Alexander V. Chernikov2018-03-171-1/+7
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* ethernet: Add ethernet interface attached event and devctl notification.Sepherosa Ziehau2017-07-241-0/+7
* Persistently store NIC's hardware MAC address, and add a way to retrive itRavi Pokala2017-05-111-1/+2
* Persistently store NIC's hardware MAC address, and add a way to retrive itRavi Pokala2017-05-101-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Extract out the various local definitions of ETHER_IS_BROADCAST() andAdrian Chadd2016-08-071-2/+0
* Make the KASSERT message more helpful by also printing the ifp informationBjoern A. Zeeb2016-06-061-1/+2
* Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.Bjoern A. Zeeb2016-06-031-1/+17
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306George V. Neville-Neil2016-06-021-7/+40
* Remove the most useful INET || INET6 check leftover from whenever,Bjoern A. Zeeb2016-05-031-3/+0
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-2/+2
* Finish r275196: do not dereference rtentry in if_output() routines.Alexander V. Chernikov2016-01-091-3/+1