summaryrefslogtreecommitdiffstats
path: root/sys/net/if_spppsubr.c
Commit message (Expand)AuthorAgeFilesLines
* sys/net*: minor spelling fixes.pfg2016-05-031-2/+2
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-151-3/+3
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-291-0/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-8/+8
* Replace some calls to fuword() by fueword() with proper error checking.kib2014-10-281-1/+2
* Mechanically convert to if_inc_counter().glebius2014-09-191-24/+24
* Deprecate m_act. Use m_nextpkt always.kevlo2014-07-171-1/+1
* Remove IPX support.glebius2014-03-141-26/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isglebius2013-09-111-1/+0
* Correct a few sizeof()seadler2013-05-011-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-3/+3
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-5/+5
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-53/+8
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-2/+0
* Use if_addr_rlock/if_addr_runlock for if_spp when iterating if_addrhead,rwatson2009-06-261-8/+8
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-0/+2
* Lock if_addrhead when iterating, and where necessary acquire and releaserwatson2009-06-241-21/+27
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* Add parentheses to under-parenthesized macro.ed2009-04-071-1/+1
* IFF_NEEDSGIANT will no longer be supported, so remove compatibility coderwatson2009-02-161-35/+12
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Make compile without INET.bz2008-11-051-2/+89
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+1
* MFp4:imp2008-08-241-106/+2
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-0/+1
* Cast the ioctl define to the type of the variable being switched on.mjacob2007-06-101-2/+2
* MFp4: 92972, 98913 + one more changebz2006-12-121-6/+10
* Correct buffer overflow in the handling of LCP options in ppp(4)cperciva2006-08-231-12/+24
* Use TAILQ_FOREACH instead of poking around in the guts of the listbrooks2006-07-151-8/+5
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-1/+1
* Use monotonic time_uptime instead of 'time_second' as timebaseandre2005-09-191-3/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-16/+18
* scope cleanup. with this changeume2005-07-251-2/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-44/+71
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+2
* Add FR support to sppp (MFCronyx).rik2004-12-281-12/+38
* Kill double inclusion for <netinet/in.h> and <netinet/in_systm.h>.rik2004-12-141-2/+0
* Make sppp MPSAFE.rik2004-12-121-110/+229
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-2/+1
* Do not m_free packet since IF_HANDOFF (called from netisr_queue) willrik2004-06-281-1/+1
* Do not count loobacks as other fuilures.rik2004-06-251-1/+2
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onmlaier2004-06-151-5/+10
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-2/+2
OpenPOWER on IntegriCloud