summaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
...
* 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-33/+60
* 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-97/+72
* 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-2/+56
* 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
* Revert one half of previous change r357558. Don't enter the epoch onGleb Smirnoff2020-02-211-3/+0
* ng_nat: avoid panic if attached directly to ng_ether and got short packetEugene Grosbein2020-02-121-2/+7
* I doubt anybody in the world uses ng_device, but its write method shouldGleb Smirnoff2020-02-051-0/+5
* Enter the network epoch when ng_socket sends data or control from userGleb Smirnoff2020-02-051-0/+8
* netgraph(4) callouts need to be executed in the network epoch.Gleb Smirnoff2020-02-051-0/+3