| Commit message (Expand) | Author | Age | Files | Lines |
* | MFS r366395: Fix Typo in ng_hci_le_connection_complete_ep struct. | Kyle Evans | 2020-10-04 | 1 | -1/+1 |
* | MFS r366220: | Mark Johnston | 2020-09-28 | 1 | -5/+7 |
* | MFC: 364430: | Warner Losh | 2020-09-09 | 1 | -0/+2 |
* | MFC r364509: | Mark Johnston | 2020-08-30 | 1 | -0/+1 |
* | MFC r363736: | Mark Johnston | 2020-08-07 | 2 | -4/+0 |
* | MFC r363735: | Mark Johnston | 2020-08-07 | 1 | -0/+2 |
* | MFC r361582: | Hans Petter Selasky | 2020-06-08 | 1 | -3/+4 |
* | MFC r360116: | Hans Petter Selasky | 2020-05-18 | 2 | -5/+5 |
* | MFC r360092: | Hans Petter Selasky | 2020-05-18 | 1 | -1/+29 |
* | MFC r360051: tty: convert tty_lock_assert to tty_assert_locked | Kyle Evans | 2020-04-24 | 1 | -2/+2 |
* | MFC r357053 by markj: ng_nat: Pass IPv6 packets through. | Eugene Grosbein | 2020-04-07 | 1 | -1/+0 |
* | MFC r342168,357786: Allow ng_nat to be attached to a ethernet interface | Eugene Grosbein | 2020-04-07 | 2 | -8/+86 |
* | MFC r353026,353030,354244 (glebius), r356386: | Bjoern A. Zeeb | 2020-01-28 | 2 | -232/+333 |
* | Merge r353027: | Gleb Smirnoff | 2019-11-07 | 1 | -1/+4 |
* | MFC r351196, r351324, r351326: | Vladimir Kondratyev | 2019-09-09 | 3 | -2/+322 |
* | Merge r343895: | Gleb Smirnoff | 2019-02-15 | 1 | -1/+10 |
* | MFC r340617,341006: unbreak ng_source(4) for 64-bit platforms | Eugene Grosbein | 2019-01-14 | 1 | -0/+8 |
* | MFC r340135: Make ng_pptpgre(8) netgraph node be able to restore order | Eugene Grosbein | 2018-12-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 |
* | Unprotected modification of ng_iface(4) private data leads to kernel panic. | Eugene Grosbein | 2017-09-21 | 1 | -4/+33 |
* | Check return value from soaccept(). | Gleb Smirnoff | 2017-06-14 | 1 | -1/+2 |
* | Listening sockets improvements. | Gleb Smirnoff | 2017-06-08 | 4 | -119/+37 |
* | Make cached Bluetooth LE host advertise information visible from userland. | Takanori Watanabe | 2017-04-27 | 6 | -15/+53 |
* | Remove the NATM framework including the en(4), fatm(4), hatm(4), and | Brooks Davis | 2017-04-24 | 3 | -1697/+12 |
* | mppc - Finish pluging NETGRAPH_MPPC_COMPRESSION. | Pedro F. Giffuni | 2017-01-20 | 1 | -4/+3 |
* | Changes to allow the patching of packets with an offset (and other changes.. ... | Julian Elischer | 2016-12-02 | 2 | -344/+486 |
* | Fix return value from ng_uncallout(). | Hans Petter Selasky | 2016-12-02 | 1 | -1/+5 |
* | Writing out the L2TP control packet requires 12 bytes of | Bjoern A. Zeeb | 2016-11-17 | 1 | -0/+10 |
* | Fix improper use of "its". | Bryan Drewery | 2016-11-08 | 1 | -3/+3 |
* | Avoid panic from ng_uncallout when unpluggin ethernet cable with active | Sean Bruno | 2016-08-08 | 1 | -1/+1 |
* | netgraph module for reconstructing checksums | Julian Elischer | 2016-08-01 | 2 | -0/+817 |
* | slite style changes. There is an incoming patch that rewrites a | Julian Elischer | 2016-08-01 | 2 | -25/+28 |
* | Get closer to a VIMAGE network stack teardown from top to bottom rather | Bjoern A. Zeeb | 2016-06-21 | 2 | -2/+2 |
* | Disconnect LE socket when the HCI connection associated is disconnected. | Takanori Watanabe | 2016-06-07 | 3 | -3/+10 |
* | Fix style(9). | Jung-uk Kim | 2016-05-26 | 1 | -2/+4 |
* | Use bit_count(3) instead of four bitcount32() calls. | Jung-uk Kim | 2016-05-26 | 1 | -18/+17 |
* | sys/netgraph: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 38 | -73/+73 |
* | sys: extend use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 1 | -2/+2 |