summaryrefslogtreecommitdiffstats
path: root/sys/net/if_spppsubr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the fueword(9) and casueword(9). In particular,kib2014-11-181-1/+2
* MFC r268787:kevlo2014-07-241-1/+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
* Keepalive timer should be added if we does not have any sppp consumers beforerik2004-05-251-2/+2
* Compare spppq to NULL instead of using spppq as a boolean.rwatson2004-03-141-2/+2
* Constify interactive_ports, as its value is static, and therefore doesn'trwatson2004-03-131-1/+1
* Remove #ifdef for ancient source FreeBSD compat.phk2004-01-211-11/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* Use M_WAITOK instead of M_WAIT in sppp_attach().gj2003-07-261-1/+1
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-25/+0
OpenPOWER on IntegriCloud