summaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* ng_nat: Pass IPv6 packets through.Mark Johnston2020-01-231-1/+0
* Generate MAC address from the FreeBSD OUI range.Kirill Ponomarev2020-01-161-2/+3
* Netgraph queue processing thread must process all its itemsGleb Smirnoff2020-01-151-0/+4
* netgraph/ng_bridge: Reestablish old ABIBjoern A. Zeeb2020-01-052-0/+109
* Remove the deprecated timeout(9) interface.John Baldwin2019-12-131-1/+1
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-1/+1
* Fix regression from r353026. Pointer was increased instead of valueGleb Smirnoff2019-11-021-1/+1
* Don't use if_maddr_rlock() in ng_eiface(4), use epoch(9) directly instead.Gleb Smirnoff2019-10-101-3/+4
* Don't use if_maddr_rlock() in ng_ether(4), use epoch(9) directly instead.Gleb Smirnoff2019-10-101-2/+3
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-073-1/+12
* Fix build failure from r353026. Somehow module build allowed this.Gleb Smirnoff2019-10-031-5/+9
* Protect access to seq->xwin[] with the seq mutex.Gleb Smirnoff2019-10-031-1/+4
* - Remove the compile time limit for number of links a ng_bridge nodeGleb Smirnoff2019-10-032-233/+221
* avoid holding PCB mutex during copyin/copyout()Maksim Yevmenkin2019-08-302-89/+154
* Convert ng_deflate to use new zlib.Xin LI2019-08-231-39/+58