| Commit message (Expand) | Author | Age | Files | Lines |
* | sppp: Fix getting wrong spppreq cmd from ioctl | Zhenlei Huang | 2025-01-14 | 1 | -6/+7 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549). | Zhenlei Huang | 2021-09-07 | 1 | -5/+6 |
* | Split rtinit() into multiple functions. | Alexander V. Chernikov | 2021-01-16 | 1 | -3/+7 |
* | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -11/+3 |
* | Don't use if_maddr_rlock() in sppp(4), use epoch(9) directly instead. | Gleb Smirnoff | 2019-10-10 | 1 | -8/+12 |
* | Callout drain does not have to be followed by a callout stop call. | Hans Petter Selasky | 2019-09-10 | 1 | -6/+4 |
* | ppp: correct echo-req magic number on big endian archs | Ed Maste | 2019-08-01 | 1 | -1/+1 |
* | Replace read_random(9) with more appropriate arc4rand(9) KPIs | Conrad Meyer | 2019-04-04 | 1 | -6/+2 |
* | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy | 2018-05-18 | 1 | -4/+4 |
* | Use an accessor function to access ifr_data. | Brooks Davis | 2018-03-30 | 1 | -5/+5 |
* | sys/net*: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -2/+2 |
* | sys/net* : for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -3/+3 |
* | Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock. | Andrey V. Elsukov | 2015-07-29 | 1 | -0/+2 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim | 2015-05-22 | 1 | -8/+8 |
* | Replace some calls to fuword() by fueword() with proper error checking. | Konstantin Belousov | 2014-10-28 | 1 | -1/+2 |
* | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -24/+24 |
* | Deprecate m_act. Use m_nextpkt always. | Kevin Lo | 2014-07-17 | 1 | -1/+1 |
* | Remove IPX support. | Gleb Smirnoff | 2014-03-14 | 1 | -26/+0 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is | Gleb Smirnoff | 2013-09-11 | 1 | -1/+0 |
* | Correct a few sizeof()s | Eitan Adler | 2013-05-01 | 1 | -1/+1 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | Gleb Smirnoff | 2013-04-26 | 1 | -3/+3 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -5/+5 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | Andre Oppermann | 2012-10-18 | 1 | -53/+8 |
* | 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 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | Tag mbufs of all incoming frames or packets with the interface's FIB | Bjoern A. Zeeb | 2011-07-03 | 1 | -0/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -2/+0 |
* | Use if_addr_rlock/if_addr_runlock for if_spp when iterating if_addrhead, | Robert Watson | 2009-06-26 | 1 | -8/+8 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | Robert Watson | 2009-06-25 | 1 | -0/+2 |
* | Lock if_addrhead when iterating, and where necessary acquire and release | Robert Watson | 2009-06-24 | 1 | -21/+27 |
* | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 1 | -2/+2 |
* | Add parentheses to under-parenthesized macro. | Ed Schouten | 2009-04-07 | 1 | -1/+1 |
* | IFF_NEEDSGIANT will no longer be supported, so remove compatibility code | Robert Watson | 2009-02-16 | 1 | -35/+12 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
* | Make compile without INET. | Bjoern A. Zeeb | 2008-11-05 | 1 | -2/+89 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+1 |
* | MFp4: | Warner Losh | 2008-08-24 | 1 | -106/+2 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -0/+1 |
* | Cast the ioctl define to the type of the variable being switched on. | Matt Jacob | 2007-06-10 | 1 | -2/+2 |
* | MFp4: 92972, 98913 + one more change | Bjoern A. Zeeb | 2006-12-12 | 1 | -6/+10 |
* | Correct buffer overflow in the handling of LCP options in ppp(4) | Colin Percival | 2006-08-23 | 1 | -12/+24 |
* | Use TAILQ_FOREACH instead of poking around in the guts of the list | Brooks Davis | 2006-07-15 | 1 | -8/+5 |
* | Fix -Wundef from compiling the amd64 LINT. | Ruslan Ermilov | 2005-12-04 | 1 | -1/+1 |
* | Use monotonic time_uptime instead of 'time_second' as timebase | Andre Oppermann | 2005-09-19 | 1 | -3/+3 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -16/+18 |
* | scope cleanup. with this change | Hajimu UMEMOTO | 2005-07-25 | 1 | -2/+6 |