aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* netgraph/ng_nat: Add RFC 6598/Carrier Grade NAT supportNeel Chauhan2021-01-242-0/+3
* netgraph/ng_source: If queue is full, don't enqueueLutz Donnerhacke2021-01-231-3/+6
* 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
* [ng_socket] Don't take the SOCKBUF_LOCK() twice in the RX data path.Aleksandr Fedorov2020-12-171-2/+9
* netgraph: macfilter: small fixesKyle Evans2020-12-091-19/+19
* New Netgraph module ng_macfilter:Nick Hibma2020-12-082-0/+1010
* ng_nat: unbreak ABIEugene Grosbein2020-11-101-2/+2
* ng_l2tp: Fix callout synchronization in the rexmit timeout handlerMark Johnston2020-09-251-5/+7
* ng_ether: Enter NET_EPOCH where requiredKristof Provost2020-09-022-3/+8
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-01119-327/+115
* ng_ubt: Add a device ID.Mark Johnston2020-08-231-0/+1
* Tag pccard drivers with gone in 13.Warner Losh2020-08-201-0/+2
* Increase BER to PER lookup table size in an attempt to mitigate panicsMarko Zec2020-08-181-1/+1
* ng_iface(4): Remove unsupported protocols.Mark Johnston2020-07-312-4/+0
* ng_iface(4): Set the current VNET before calling netisr_dispatch().Mark Johnston2020-07-311-0/+2
* Fix L2CAP ACL packet PB(Packet Boundary) flag for LE PDU.Takanori Watanabe2020-07-172-4/+5
* Add support for [read|write] supported data length commands.Takanori Watanabe2020-07-081-1/+16
* Allow some Bluetooth LE related HCI request to non-root user.Takanori Watanabe2020-07-011-0/+6
* Update event masks constant to Bluetooth core spec V5.2Takanori Watanabe2020-06-151-2/+66
* Add LE events:Takanori Watanabe2020-06-101-3/+57
* Fix check for wMaxPacketSize in USB bluetooth driver,Hans Petter Selasky2020-05-281-3/+4
* Fix Typo in ng_hci_le_connection_complete_ep struct.Takanori Watanabe2020-05-191-1/+1
* Add space for RSSI in data member.Takanori Watanabe2020-05-091-1/+2
* Add le_read_buffer_size command and manpage.Takanori Watanabe2020-04-281-0/+9
* ng_eiface: fix kernel panic due to the racecondition in ng_eiface shutdown.Aleksandr Fedorov2020-04-271-1/+1
* Substitute le_read_supported_status with le_read_supported_states.Hans Petter Selasky2020-04-202-5/+5
* Bring HCI error messages up-to-date.Hans Petter Selasky2020-04-191-1/+29
* tty: convert tty_lock_assert to tty_assert_locked to hide lock typeKyle Evans2020-04-171-2/+2
* Don't initialize m->m_data to m->m_pktdat, this is already done by theGleb Smirnoff2020-04-171-2/+0
* Fix mbuf handling in le advertize packet processing.Takanori Watanabe2020-04-021-3/+6
* Fix spelling of "dropped".Gleb Smirnoff2020-03-042-4/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-2612-40/+57
* Rework second part of r357558. Unroll the macro and allocate memory inGleb Smirnoff2020-02-211-1/+4