aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-28/+103
* 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
* netgraph/ng_bridge: Add counters for the first link, tooLutz Donnerhacke2021-02-221-21/+38
* netgraph/ng_bridge: Document staleness in multithreaded operationLutz Donnerhacke2021-02-221-1/+4
* netgraph/ng_bridge: Merge internal structuresLutz Donnerhacke2021-02-222-48/+44
* netgraph/ng_bridge: Make simple internal functions read-onlyLutz Donnerhacke2021-02-223-6/+15
* netgraph/ng_bridge: switch stats to counter frameworkLutz Donnerhacke2021-02-221-25/+108
* netgraph/ng_bridge: Derive forwarding mode from first attached hookLutz Donnerhacke2021-02-221-2/+6
* netgraph/ng_bridge: Introduce "uplink" ports without MAC learningLutz Donnerhacke2021-02-222-35/+62
* netgraph/ng_source: Switch queuing frameworkLutz Donnerhacke2021-02-121-13/+22
* netgraph/ng_bridge: Deactivate old table ABILutz Donnerhacke2021-02-121-1/+1
* netgraph/ng_one2main: Clarification in comments about copy modeLutz Donnerhacke2021-01-181-3/+3
* netgraph/ng_tag: permit variable length dataLutz Donnerhacke2021-01-181-6/+4
* netgraph/ng_source: Allow ng_source to inject into any netgraph networkLutz Donnerhacke2021-01-171-2/+2
* pccard: Remove bt3c(4) driverWarner Losh2021-01-083-1447/+0
* Use light-weight versions of routing lookup functions in ng_netflow.Alexander V. Chernikov2020-12-262-103/+78
* netgraph: Fix ng_ether's shutdown handingMark Johnston2020-12-232-10/+7