summaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* ng_atmllc: deprecateBrooks Davis2023-03-061-0/+2
* NgATM: deprecateBrooks Davis2023-03-065-0/+10
* ng_hci: handle NG_HCI_M_PULLUP failure in le_advertizing_reportEd Maste2023-01-211-0/+4
* ng_bt: Remove an unused variable.John Baldwin2023-01-211-4/+3
* netgraph/ng_bridge: add missing array terminatorKristof Provost2022-11-081-0/+1
* Adjust ng_{name,ID}_rehash() definitions to avoid clang 15 warningsDimitry Andric2022-07-291-2/+2
* ng_ubt(4): Probe USB Bluetooth per USB interface and not per USB device.Hans Petter Selasky2022-06-141-26/+39
* ng_pppoe: introduce new sysctl net.graph.pppoe.lcp_pcpEugene Grosbein2022-05-161-0/+22
* netgraph: Remove the rethook parameter from NG_NODE_FOREACH_HOOK.John Baldwin2022-05-134-28/+14
* netgraph(3): Remove a double word in a source code commentGordon Bergling2022-04-141-1/+1
* netgraph(4): Fix a typo in a source code commentGordon Bergling2022-04-141-5/+5
* ng_btsocket(4): Fix a typo in an error messageGordon Bergling2022-04-111-1/+1
* ng_pppoe(4): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* netgraph(3): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* netgraph(4): Fix a typo in a source code commentGordon Bergling2022-03-301-1/+1
* ng pppoe(4): Add the required NET_EPOCH section to the hookAleksandr Fedorov2022-02-131-0/+4
* Add ETHER_ALIGN support to ng_device(4).Ian Lepore2022-01-142-1/+39
* netgraph: Remove CTLFLAG_NEEDGIANT from sysctl.Alexander Motin2022-01-101-1/+1
* ng_ubt(4): Introduce net.bluetooth.usb_isoc_enable loader tunable to disableHans Petter Selasky2022-01-071-2/+9
* ng_l2tp: improve seq structure locking.Gleb Smirnoff2021-12-191-119/+102
* ng_ubt: Avoid attaching to several newer Intel controllersMark Johnston2021-12-131-0/+7
* Implement GET_STACK_USAGE on remaining archsMitchell Horne2021-12-071-2/+1
* ng_pptpgre(4): Fix a typo in a source code commentGordon Bergling2021-11-061-1/+1
* ng_ppp(4): Fix a typo in a commentGordon Bergling2021-10-171-1/+1
* ng_ether: Create netgraph nodes for bridge interfaces.Yoshihiro Takahashi2021-10-021-3/+6
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-09-072-1/+5
* [netflow] fix gateway reporting in ng_netflowAlexander V. Chernikov2021-09-071-2/+2
* ng_bridge: Use M_NOWAIT when allocating memory in the newhook routineMark Johnston2021-08-201-31/+51
* Fix a few typos in source code commentsGordon Bergling2021-08-191-1/+1
* socket: Implement SO_RERRORRoy Marples2021-08-112-1/+2
* Consistently use the SOLISTENING() macroMark Johnston2021-06-213-5/+3
* netgraph/bridge: malloc without flagsLutz Donnerhacke2021-06-161-3/+1
* netgraph/ng_base: Renaming a node to the same name is a noopLutz Donnerhacke2021-06-101-0/+4
* Fix a use-after-free in an error case.Takanori Watanabe2021-06-091-0/+1
* ng_parse: IP address parsing in netgraph eating too many charactersMarkus Stoff2021-06-081-3/+5
* Fix packet cbs/ebs conversion.Alexander Motin2021-06-021-4/+4
* netgraph/ng_bridge: Avoid cache thrashingLutz Donnerhacke2021-05-271-1/+2
* netgraph/ng_bridge: become SMP awareLutz Donnerhacke2021-05-271-9/+0
* netgraph/ng_bridge: move MACs via control messageLutz Donnerhacke2021-05-271-63/+49
* netgraph/ng_bridge: learn MACs via control messageLutz Donnerhacke2021-05-272-9/+71
* netgraph/ng_checksum: Fix double free errorLutz Donnerhacke2021-05-231-1/+1
* netgraph/ng_bridge: Handle send errors during loop handlingLutz Donnerhacke2021-05-201-25/+30
* Add missing sockaddr length and family validation to various protocolsMark Johnston2021-05-171-4/+15
* netgraph/ng_base: Allow larger BINARY2ASCII conversionsLutz Donnerhacke2021-05-091-5/+9
* ng_ubt: Block attachment of uninitialized Intel Wireless 7265Vladimir Kondratyev2021-04-303-27/+102
* ng_ubt: Use DEFINE_CLASS_1 macro for kobj inheritance.Vladimir Kondratyev2021-04-301-9/+2
* ng_ubt: Do not clear stall before receiving of HCI command response.Vladimir Kondratyev2021-04-301-2/+2
* netgraph/ng_car: Add color marking codeLutz Donnerhacke2021-02-263-24/+150
* netgraph/ng_nat: Add RFC 6598/Carrier Grade NAT supportNeel Chauhan2021-02-252-0/+3
* netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph typeLutz Donnerhacke2021-02-252-0/+577