aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Adjust ng_{name,ID}_rehash() definitions to avoid clang 15 warningsDimitry Andric2022-07-291-2/+2
* ng_pppoe: do not #include <sys/epoch.h>Eugene Grosbein2022-05-161-1/+0
* ng_pppoe: MFC: introduce new sysctl net.graph.pppoe.lcp_pcpEugene Grosbein2022-05-161-0/+23
* netgraph(4): Fix a typo in a source code commentGordon Bergling2022-04-141-5/+5
* netgraph(3): Remove a double word in a source code commentGordon Bergling2022-04-141-1/+1
* ng_btsocket(4): Fix a typo in an error messageGordon Bergling2022-04-111-1/+1
* Unify zlib instances into one.Xin LI2022-04-101-39/+58
* 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_l2tp: improve seq structure locking.Eugene Grosbein2021-12-191-123/+96
* 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
* Fix a few typos in source code commentsGordon Bergling2021-08-191-1/+1
* socket: Implement SO_RERRORRoy Marples2021-08-112-1/+2
* Fix a use-after-free in an error case.Takanori Watanabe2021-06-281-0/+1
* 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
* 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-65/+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-26/+31
* netgraph/ng_source: Switch queuing frameworkLutz Donnerhacke2021-05-091-13/+19
* netgraph/ng_source: If queue is full, don't enqueueLutz Donnerhacke2021-05-091-3/+6
* netgraph/ng_base: Allow larger BINARY2ASCII conversionsLutz Donnerhacke2021-05-091-5/+9
* 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_bridge: Add counters for the first link, tooLutz Donnerhacke2021-02-251-22/+38
* netgraph/ng_bridge: Document staleness in multithreaded operationLutz Donnerhacke2021-02-251-2/+4
* netgraph/ng_bridge: Merge internal structuresLutz Donnerhacke2021-02-252-56/+50
* netgraph/ng_bridge: Make simple internal functions read-onlyLutz Donnerhacke2021-02-253-6/+15
* netgraph/ng_bridge: switch stats to counter frameworkLutz Donnerhacke2021-02-251-25/+108
* netgraph/ng_bridge: Derive forwarding mode from first attached hookLutz Donnerhacke2021-02-251-2/+6
* netgraph/ng_bridge: Introduce "uplink" ports without MAC learningLutz Donnerhacke2021-02-252-33/+60
* netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph typeLutz Donnerhacke2021-02-252-0/+577
* netgraph/ng_source: Allow ng_source to inject into any netgraph networkLutz Donnerhacke2021-02-161-2/+2
* netgraph/ng_tag: permit variable length dataLutz Donnerhacke2021-02-011-6/+4
* netgraph: Fix ng_ether's shutdown handingMark Johnston2021-01-062-10/+7
* MFC r367545: ng_nat: unbreak ABIEugene Grosbein2020-11-171-2/+2
* MFC r361254: Fix Typo in ng_hci_le_connection_complete_ep struct.Kyle Evans2020-10-031-1/+1
* MFC r366167:Mark Johnston2020-09-281-5/+7
* MFC: 364430:Warner Losh2020-09-091-0/+2
* MFC r364509:Mark Johnston2020-08-301-0/+1
* MFC r363736:Mark Johnston2020-08-072-4/+0