| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bring HCI error messages up-to-date. | Hans Petter Selasky | 2020-04-19 | 1 | -1/+29 |
* | tty: convert tty_lock_assert to tty_assert_locked to hide lock type | Kyle Evans | 2020-04-17 | 1 | -2/+2 |
* | Don't initialize m->m_data to m->m_pktdat, this is already done by the | Gleb Smirnoff | 2020-04-17 | 1 | -2/+0 |
* | Fix mbuf handling in le advertize packet processing. | Takanori Watanabe | 2020-04-02 | 1 | -3/+6 |
* | Fix spelling of "dropped". | Gleb Smirnoff | 2020-03-04 | 2 | -4/+4 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 12 | -40/+57 |
* | Rework second part of r357558. Unroll the macro and allocate memory in | Gleb Smirnoff | 2020-02-21 | 1 | -1/+4 |
* | Revert one half of previous change r357558. Don't enter the epoch on | Gleb Smirnoff | 2020-02-21 | 1 | -3/+0 |
* | ng_nat: avoid panic if attached directly to ng_ether and got short packet | Eugene Grosbein | 2020-02-12 | 1 | -2/+7 |
* | I doubt anybody in the world uses ng_device, but its write method should | Gleb Smirnoff | 2020-02-05 | 1 | -0/+5 |
* | Enter the network epoch when ng_socket sends data or control from user | Gleb Smirnoff | 2020-02-05 | 1 | -0/+8 |
* | netgraph(4) callouts need to be executed in the network epoch. | Gleb Smirnoff | 2020-02-05 | 1 | -0/+3 |
* | ng_nat: Pass IPv6 packets through. | Mark Johnston | 2020-01-23 | 1 | -1/+0 |
* | Generate MAC address from the FreeBSD OUI range. | Kirill Ponomarev | 2020-01-16 | 1 | -2/+3 |
* | Netgraph queue processing thread must process all its items | Gleb Smirnoff | 2020-01-15 | 1 | -0/+4 |
* | netgraph/ng_bridge: Reestablish old ABI | Bjoern A. Zeeb | 2020-01-05 | 2 | -0/+109 |
* | Remove the deprecated timeout(9) interface. | John Baldwin | 2019-12-13 | 1 | -1/+1 |
* | Use callout_func_t instead of the deprecated timeout_t. | John Baldwin | 2019-12-10 | 1 | -1/+1 |
* | Fix regression from r353026. Pointer was increased instead of value | Gleb Smirnoff | 2019-11-02 | 1 | -1/+1 |
* | Don't use if_maddr_rlock() in ng_eiface(4), use epoch(9) directly instead. | Gleb Smirnoff | 2019-10-10 | 1 | -3/+4 |
* | Don't use if_maddr_rlock() in ng_ether(4), use epoch(9) directly instead. | Gleb Smirnoff | 2019-10-10 | 1 | -2/+3 |
* | Widen NET_EPOCH coverage. | Gleb Smirnoff | 2019-10-07 | 3 | -1/+12 |
* | Fix build failure from r353026. Somehow module build allowed this. | Gleb Smirnoff | 2019-10-03 | 1 | -5/+9 |
* | Protect access to seq->xwin[] with the seq mutex. | Gleb Smirnoff | 2019-10-03 | 1 | -1/+4 |
* | - Remove the compile time limit for number of links a ng_bridge node | Gleb Smirnoff | 2019-10-03 | 2 | -233/+221 |
* | avoid holding PCB mutex during copyin/copyout() | Maksim Yevmenkin | 2019-08-30 | 2 | -89/+154 |
* | Convert ng_deflate to use new zlib. | Xin LI | 2019-08-23 | 1 | -39/+58 |
* | Use MTX_NEW instead of bzero(). | Xin LI | 2019-08-21 | 1 | -2/+1 |
* | Fix a panic in ubt_do_hci_request. | Xin LI | 2019-08-21 | 1 | -0/+1 |
* | ng_ubt(4): do not attach Intel Wireless 8260/8265 in bootloader mode. | Vladimir Kondratyev | 2019-08-18 | 3 | -2/+322 |
* | Remove 'dir' argument in ng_ipfw_input, since ip_fw_args now has this info. | Gleb Smirnoff | 2019-03-14 | 1 | -5/+5 |
* | Remove remnants of byte order manipulation, back when FreeBSD stack | Gleb Smirnoff | 2019-02-09 | 1 | -3/+0 |
* | Allow some nesting of ng_iface(4) interfaces and add a configuration knob. | Gleb Smirnoff | 2019-02-08 | 1 | -1/+10 |
* | Allow ng_nat to be attached to a ethernet interface directly via ng_ether(4) | Maxim Sobolev | 2018-12-17 | 2 | -7/+80 |
* | ng_source(4): correction after the change r340617 | Eugene Grosbein | 2018-11-27 | 1 | -2/+5 |
* | Unbreak ng_source(4) for 64-bit platforms including amd64. | Eugene Grosbein | 2018-11-19 | 1 | -0/+5 |
* | Make ng_pptpgre(8) netgraph node be able to restore order for packets | Eugene Grosbein | 2018-11-04 | 2 | -37/+346 |
* | Remove the Yarrow PRNG algorithm option in accordance with due notice | Mark Murray | 2018-08-26 | 1 | -1/+1 |
* | Remove extra M_ZERO from NG_MKRESPONSE() argument. | Alexander Motin | 2018-08-20 | 1 | -1/+1 |
* | The interface name must be sanitized before the search to match the existing | Luiz Otavio O Souza | 2018-08-15 | 1 | -2/+2 |
* | Use if_tunnel_check_nesting() for ng_iface(4). | Gleb Smirnoff | 2018-08-03 | 2 | -18/+3 |
* | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner | 2018-07-24 | 3 | -9/+9 |
* | Catch up two more places to the V_ifnet change to a CK_STAILQ. | John Baldwin | 2018-05-24 | 2 | -2/+2 |
* | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy | 2018-05-18 | 1 | -2/+3 |
* | Correct pseudo misspelling in sys/ comments | Ed Maste | 2018-02-23 | 1 | -1/+1 |
* | ng_pppoe(8): add support for user-supplied Host-Uniq tag. | Eugene Grosbein | 2018-02-14 | 2 | -40/+303 |
* | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 3 | -4/+3 |
* | netgraph: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-15 | 3 | -3/+4 |
* | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 105 | -0/+208 |
* | Correction after r323873: #include <sys/lock.h> in addition to <sys/rmlock.h> | Eugene Grosbein | 2017-09-28 | 1 | -0/+1 |