aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* ng_hci: Add sockaddr validation to sendto()Mark Johnston2024-04-291-0/+11
* ng_socket: Treat EEXIST from kern_kldload() as successZhenlei Huang2024-04-161-3/+8
* netgraph: Fix two typos in source code commentsGordon Bergling2024-01-232-2/+2
* ng_ipfw: allow use of 32 bits wide cookiesEugene Grosbein2023-11-291-9/+9
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-235-5/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2312-24/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2353-53/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-23110-220/+0
* SPDX: It's spelled 'SPDX-License-Identifier'Warner Losh2023-07-251-1/+1
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-07-251-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-25102-102/+102
* 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-27/+40
* 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-32/+52
* 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