aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_spppsubr.c
Commit message (Expand)AuthorAgeFilesLines
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-2/+0
* Use if_addr_rlock/if_addr_runlock for if_spp when iterating if_addrhead,Robert Watson2009-06-261-8/+8
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of theRobert Watson2009-06-251-0/+2
* Lock if_addrhead when iterating, and where necessary acquire and releaseRobert Watson2009-06-241-21/+27
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+2
* Add parentheses to under-parenthesized macro.Ed Schouten2009-04-071-1/+1
* IFF_NEEDSGIANT will no longer be supported, so remove compatibility codeRobert Watson2009-02-161-35/+12
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Make compile without INET.Bjoern A. Zeeb2008-11-051-2/+89
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+1
* MFp4:Warner Losh2008-08-241-106/+2
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-0/+1
* Cast the ioctl define to the type of the variable being switched on.Matt Jacob2007-06-101-2/+2
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-6/+10
* Correct buffer overflow in the handling of LCP options in ppp(4)Colin Percival2006-08-231-12/+24
* Use TAILQ_FOREACH instead of poking around in the guts of the listBrooks Davis2006-07-151-8/+5
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-1/+1
* Use monotonic time_uptime instead of 'time_second' as timebaseAndre Oppermann2005-09-191-3/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-16/+18
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-2/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-44/+71
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+2
* Add FR support to sppp (MFCronyx).Roman Kurakin2004-12-281-12/+38
* Kill double inclusion for <netinet/in.h> and <netinet/in_systm.h>.Roman Kurakin2004-12-141-2/+0
* Make sppp MPSAFE.Roman Kurakin2004-12-121-110/+229
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-2/+1
* Do not m_free packet since IF_HANDOFF (called from netisr_queue) willRoman Kurakin2004-06-281-1/+1
* Do not count loobacks as other fuilures.Roman Kurakin2004-06-251-1/+2
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onMax Laier2004-06-151-5/+10
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompileMax Laier2004-06-131-2/+2
* Keepalive timer should be added if we does not have any sppp consumers beforeRoman Kurakin2004-05-251-2/+2
* Compare spppq to NULL instead of using spppq as a boolean.Robert Watson2004-03-141-2/+2
* Constify interactive_ports, as its value is static, and therefore doesn'tRobert Watson2004-03-131-1/+1
* Remove #ifdef for ancient source FreeBSD compat.Poul-Henning Kamp2004-01-211-11/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+1
* Use M_WAITOK instead of M_WAIT in sppp_attach().Gary Jennejohn2003-07-261-1/+1
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-25/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-30/+16
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-6/+6
* o Restore an interrupt priority level before return.Maxim Konovalov2003-02-171-0/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-6/+6
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-2/+2
* s/__attribute__((__packed__))/__packed/gAlfred Perlstein2002-09-231-3/+3
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-7/+7
* Fix a misplaced break statement within a switch that accidentally madeJoerg Wunsch2002-05-101-1/+1
* "pointers are not permitted as case values", so force the macros to ints.David E. O'Brien2002-05-011-2/+2