aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use MTX_NEW instead of bzero().Xin LI2019-08-211-2/+1
* Fix a panic in ubt_do_hci_request.Xin LI2019-08-211-0/+1
* ng_ubt(4): do not attach Intel Wireless 8260/8265 in bootloader mode.Vladimir Kondratyev2019-08-183-2/+322
* Remove 'dir' argument in ng_ipfw_input, since ip_fw_args now has this info.Gleb Smirnoff2019-03-141-5/+5
* Remove remnants of byte order manipulation, back when FreeBSD stackGleb Smirnoff2019-02-091-3/+0
* Allow some nesting of ng_iface(4) interfaces and add a configuration knob.Gleb Smirnoff2019-02-081-1/+10
* Allow ng_nat to be attached to a ethernet interface directly via ng_ether(4)Maxim Sobolev2018-12-172-7/+80
* ng_source(4): correction after the change r340617Eugene Grosbein2018-11-271-2/+5
* Unbreak ng_source(4) for 64-bit platforms including amd64.Eugene Grosbein2018-11-191-0/+5
* Make ng_pptpgre(8) netgraph node be able to restore order for packetsEugene Grosbein2018-11-042-37/+346
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-1/+1
* Remove extra M_ZERO from NG_MKRESPONSE() argument.Alexander Motin2018-08-201-1/+1
* The interface name must be sanitized before the search to match the existingLuiz Otavio O Souza2018-08-151-2/+2
* Use if_tunnel_check_nesting() for ng_iface(4).Gleb Smirnoff2018-08-032-18/+3
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-243-9/+9
* Catch up two more places to the V_ifnet change to a CK_STAILQ.John Baldwin2018-05-242-2/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-2/+3
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* ng_pppoe(8): add support for user-supplied Host-Uniq tag.Eugene Grosbein2018-02-142-40/+303
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-213-4/+3
* netgraph: make some use of mallocarray(9).Pedro F. Giffuni2018-01-153-3/+4
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-27105-0/+208
* Correction after r323873: #include <sys/lock.h> in addition to <sys/rmlock.h>Eugene Grosbein2017-09-281-0/+1
* Unprotected modification of ng_iface(4) private data leads to kernel panic.Eugene Grosbein2017-09-211-4/+33
* Check return value from soaccept().Gleb Smirnoff2017-06-141-1/+2
* Listening sockets improvements.Gleb Smirnoff2017-06-084-119/+37
* Make cached Bluetooth LE host advertise information visible from userland.Takanori Watanabe2017-04-276-15/+53
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-243-1697/+12
* mppc - Finish pluging NETGRAPH_MPPC_COMPRESSION.Pedro F. Giffuni2017-01-201-4/+3
* Changes to allow the patching of packets with an offset (and other changes.. ...Julian Elischer2016-12-022-344/+486
* Fix return value from ng_uncallout().Hans Petter Selasky2016-12-021-1/+5