| Commit message (Expand) | Author | Age | Files | Lines |
* | ip_mroute: fix the viftable export sysctl | Bjoern A. Zeeb | 2020-10-11 | 1 | -7/+24 |
* | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -3/+0 |
* | Rather than zeroing MAXVIFS times size of pointer [r362289] (still better than | Bjoern A. Zeeb | 2020-06-21 | 1 | -1/+1 |
* | When converting the static arrays to mallocarray() in r356621 I missed | Bjoern A. Zeeb | 2020-06-17 | 1 | -1/+1 |
* | The call into ifa_ifwithaddr() needs to be epoch protected; ortherwise | Bjoern A. Zeeb | 2020-06-17 | 1 | -0/+6 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -3/+5 |
* | White space cleanup -- remove trailing tab's or spaces | Randall Stewart | 2020-02-12 | 1 | -5/+5 |
* | Reduce the vnet_set module size of ip_mroute to allow loading as a module. | Bjoern A. Zeeb | 2019-11-19 | 1 | -6/+20 |
* | Widen NET_EPOCH coverage. | Gleb Smirnoff | 2019-10-07 | 1 | -5/+0 |
* | Convert all IPv4 and IPv6 multicast memberships into using a STAILQ | Hans Petter Selasky | 2019-06-25 | 1 | -4/+1 |
* | Mechanical cleanup of epoch(9) usage in network stack. | Gleb Smirnoff | 2019-01-09 | 1 | -3/+5 |
* | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner | 2018-07-24 | 1 | -18/+18 |
* | Rework IP encapsulation handling code. | Andrey V. Elsukov | 2018-06-05 | 1 | -32/+18 |
* | UDP: further performance improvements on tx | Matt Macy | 2018-05-23 | 1 | -1/+3 |
* | netinet silence warnings | Matt Macy | 2018-05-19 | 1 | -1/+1 |
* | style: Remove remaining deprecated MALLOC/FREE macros | Conrad Meyer | 2018-01-25 | 1 | -2/+2 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Add some ntohl() love to r315277 | Eric van Gyzen | 2017-03-14 | 1 | -4/+4 |
* | KTR: log IPv4 addresses in hex rather than dotted-quad | Eric van Gyzen | 2017-03-14 | 1 | -34/+18 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Use inet_ntoa_r() instead of inet_ntoa() throughout the kernel | Eric van Gyzen | 2017-02-16 | 1 | -10/+27 |
* | Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. | Kevin Lo | 2016-09-15 | 1 | -4/+4 |
* | Get closer to a VIMAGE network stack teardown from top to bottom rather | Bjoern A. Zeeb | 2016-06-21 | 1 | -3/+3 |
* | netinet: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -1/+1 |
* | Remove now-unused wrappers for various routing functions. | Alexander V. Chernikov | 2016-01-14 | 1 | -1/+1 |
* | Remove sys/eventhandler.h from net/route.h | Alexander V. Chernikov | 2016-01-09 | 1 | -0/+1 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim | 2015-05-22 | 1 | -3/+3 |
* | o Use new function ip_fillid() in all places throughout the kernel, | Gleb Smirnoff | 2015-04-01 | 1 | -1/+1 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | Gleb Smirnoff | 2014-11-07 | 1 | -1/+1 |
* | When deciding whether to call m_pullup() even though there is adequate | Robert Watson | 2014-10-12 | 1 | -4/+3 |
* | Change pr_output's prototype to avoid the need for explicit casts. | Kevin Lo | 2014-08-15 | 1 | -1/+1 |
* | Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have | Kevin Lo | 2014-08-08 | 1 | -16/+25 |
* | Fix fallout from r241923. Calculate length of payload in | Gleb Smirnoff | 2014-01-22 | 1 | -5/+3 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | Use LIST_FOREACH_SAFE() instead of doing it by hand. | John Baldwin | 2013-09-05 | 1 | -7/+5 |
* | Use an unsigned long when indexing into mfchashtbl[] and mf6ctable[]. This | John Baldwin | 2013-09-05 | 1 | -4/+4 |
* | Remove unused code and sort variables declarations. | Andrey V. Elsukov | 2013-09-05 | 1 | -8/+2 |
* | Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU | Andrey V. Elsukov | 2013-07-09 | 1 | -10/+11 |
* | Fix incomplete printf. | Xin LI | 2013-04-16 | 1 | -1/+2 |
* | Don't leak lock when returning. | Xin LI | 2013-04-16 | 1 | -0/+1 |
* | Use m_get/m_gethdr instead of compat macros. | Gleb Smirnoff | 2013-03-15 | 1 | -4/+3 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -6/+6 |
* | o Remove last argument to ip_fragment(), and obtain all needed information | Gleb Smirnoff | 2012-10-26 | 1 | -1/+2 |
* | Switch the entire IPv4 stack to keep the IP packet header | Gleb Smirnoff | 2012-10-22 | 1 | -11/+7 |
* | Revert previous commit... | Kevin Lo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 1 | -1/+1 |
* | After r241245 it appeared that in_delayed_cksum(), which still expects | Gleb Smirnoff | 2012-10-08 | 1 | -0/+3 |
* | Remove route caching from IP multicast routing code. There is no | Gleb Smirnoff | 2012-07-02 | 1 | -2/+1 |
* | Change SYSINIT priorities so that ip_mroute_modevent() is executed | Marko Zec | 2012-03-04 | 1 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -3/+3 |