aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* ng_bridge: count item allocation failures as memory failuresGleb Smirnoff2021-11-231-0/+2
* Add ETHER_ALIGN support to ng_device(4).Ian Lepore2021-11-142-1/+39
* ng_pptpgre(4): Fix a typo in a source code commentGordon Bergling2021-11-031-1/+1
* Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff2021-10-222-450/+0
* ng_ppp(4): Fix a typo in a commentGordon Bergling2021-10-141-1/+1
* bluetooth: complete removal of ng_h4Warner Losh2021-09-305-1376/+0
* ng_ether: Create netgraph nodes for bridge interfaces.Yoshihiro Takahashi2021-09-251-3/+6
* ng_l2tp: improve callout locking.Gleb Smirnoff2021-09-101-18/+11
* ng_l2tp: improve seq structure locking.Gleb Smirnoff2021-09-101-86/+61
* netgraph: add ng_uncallout_drain().Gleb Smirnoff2021-09-102-10/+41
* netgraph: pass return value from callout_stop() unmodified to callers ofGleb Smirnoff2021-09-103-10/+6
* socket: Properly interlock when transitioning to a listening socketMark Johnston2021-09-072-1/+7
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-08-222-1/+5
* Fix a few typos in source code commentsGordon Bergling2021-08-141-1/+1
* ng_bridge: Use M_NOWAIT when allocating memory in the newhook routineMark Johnston2021-08-131-32/+52
* socket: Implement SO_RERRORRoy Marples2021-07-282-1/+2
* Consistently use the SOLISTENING() macroMark Johnston2021-06-143-5/+3
* netgraph/bridge: malloc without flagsLutz Donnerhacke2021-06-141-3/+1
* Make LINT NOINET and NOIP kernel builds warning free.Bjoern A. Zeeb2021-06-061-0/+2
* netgraph/ng_base: Renaming a node to the same name is a noopLutz Donnerhacke2021-06-041-0/+4
* [netflow] fix gateway reporting in ng_netflowAlexander V. Chernikov2021-05-301-2/+2
* Fix a use-after-free in an error case.Takanori Watanabe2021-05-261-0/+1
* Fix packet cbs/ebs conversion.Alexander Motin2021-05-191-4/+4
* ng_parse: IP address parsing in netgraph eating too many charactersMarkus Stoff2021-05-181-3/+5
* netgraph/ng_checksum: Fix double free errorLutz Donnerhacke2021-05-161-1/+1
* netgraph/ng_bridge: Handle send errors during loop handlingLutz Donnerhacke2021-05-131-25/+30
* netgraph/ng_bridge: Avoid cache thrashingLutz Donnerhacke2021-05-131-1/+2
* netgraph/ng_bridge: become SMP awareLutz Donnerhacke2021-05-131-9/+0
* netgraph/ng_bridge: move MACs via control messageLutz Donnerhacke2021-05-131-63/+49
* netgraph/ng_bridge: learn MACs via control messageLutz Donnerhacke2021-05-042-9/+71
* Add missing sockaddr length and family validation to various protocolsMark Johnston2021-05-031-4/+15
* ng_ubt: Block attachment of uninitialized Intel Wireless 7265Vladimir Kondratyev2021-04-153-28/+103
* ng_ubt: Use DEFINE_CLASS_1 macro for kobj inheritance.Vladimir Kondratyev2021-04-151-9/+2
* ng_ubt: Do not clear stall before receiving of HCI command response.Vladimir Kondratyev2021-04-151-2/+2
* netgraph/ng_bridge: Add counters for the first link, tooLutz Donnerhacke2021-02-101-21/+38
* netgraph/ng_bridge: Document staleness in multithreaded operationLutz Donnerhacke2021-02-091-1/+4
* netgraph/ng_bridge: Merge internal structuresLutz Donnerhacke2021-02-092-48/+44
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-082-2/+1
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-082-1/+2
* netgraph/ng_base: Allow larger BINARY2ASCII conversionsLutz Donnerhacke2021-02-081-5/+9
* netgraph/ng_bridge: Make simple internal functions read-onlyLutz Donnerhacke2021-02-073-6/+15
* Revert "netgraph/ng_bridge: Make simple internal functions read-only"Lutz Donnerhacke2021-02-073-11/+6
* netgraph/ng_bridge: Make simple internal functions read-onlyLutz Donnerhacke2021-02-073-6/+11
* netgraph/ng_bridge: Remove old table ABILutz Donnerhacke2021-02-072-112/+0
* netgraph/ng_bridge: switch stats to counter frameworkLutz Donnerhacke2021-02-061-25/+108
* netgraph/ng_bridge: Derive forwarding mode from first attached hookLutz Donnerhacke2021-02-061-2/+6
* netgraph/ng_bridge: Introduce "uplink" ports without MAC learningLutz Donnerhacke2021-02-062-35/+62
* netgraph/ng_source: Switch queuing frameworkLutz Donnerhacke2021-01-291-13/+19
* netgraph/ng_car: Add color marking codeLutz Donnerhacke2021-01-273-24/+150
* netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph typeLutz Donnerhacke2021-01-262-0/+577