aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* Continue pre-7.0 privilege cleanup: update suser(9) comments to be priv(9)Robert Watson2007-07-021-2/+2
* Replace a suser() check with an explicit check for PRIV_NET_SETIFMTU.Robert Watson2007-02-201-1/+2
* Use callout mechanism instead of timeout()/untimeout().Hajimu UMEMOTO2006-12-051-0/+1
* Teach an IPv6 to ppp(4).Hajimu UMEMOTO2006-11-111-0/+54
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-7/+18
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Fix error in rev. 1.68. The intention was to break out the switch(){},Gleb Smirnoff2006-10-211-1/+1
* Revise network interface cloning to take an optional opaqueSam Leffler2006-07-091-3/+3
* Add IFF_NEEDSGIANT to kernel PPP support. I have no idea why this wasn'tRobert Watson2006-03-301-1/+1
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerAndre Oppermann2006-01-181-1/+1
* Fix -Wundef.Ruslan Ermilov2005-12-041-4/+4
* Move the cloned interface list management in to if_clone. For some drivers theAndrew Thompson2005-11-081-8/+0
* Change the reference counting to count the number of cloned interfaces for eachAndrew Thompson2005-10-121-17/+8
* Use monotonic time_uptime instead of 'time_second' as timebaseAndre Oppermann2005-09-191-7/+7
* Axe ppp_for_tty(). Use tty->t_lsc pointer to store sc. ThisGleb Smirnoff2005-08-121-16/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-3/+4
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isRobert Watson2005-07-051-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-34/+41
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
* Don't abuse tp->t_sc, as it is now used by tty drivers.Olivier Houchard2004-11-071-0/+16
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-2/+2
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+2
* Major overhaul of pseudo-interface cloning. Highlights include:Brooks Davis2004-06-221-2/+2
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompileMax Laier2004-06-131-2/+4
* First pass at softc list locking for if_ppp.c. Many parts ofRobert Watson2004-04-191-10/+43
* If IF_HANDOFF() or netisr_queue() fail, they will free the mbuf. WhenRobert Watson2004-04-151-0/+1
* Don't leak softc's when destroying interfaces.Brooks Davis2004-01-211-0/+3
* Introduce ip_fastforward and remove ip_flow.Andre Oppermann2003-11-141-1/+1
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+3
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-6/+5
* o netisr_queue() returns 1 on success and 0 on failure,Maxim Konovalov2003-03-271-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-15/+12
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-6/+6
* A minor stylistic change to make it more clear to lint-like tools.Poul-Henning Kamp2003-02-021-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-6/+6
* network interface and link layer changes:Sam Leffler2002-11-151-4/+2
* Convert most printf()s to if_printf()s.Brooks Davis2002-09-241-15/+10
* Use m_length() instead of home-rolled versions.Poul-Henning Kamp2002-09-181-13/+4
* Fix a couple of bogus return values in previous commit.Brooks Davis2002-08-191-3/+2
* Move mac.h include to match the MAC tree location. Both locationsRobert Watson2002-08-151-1/+1
* Make ppp(4) devices clonable and unloadable.Brooks Davis2002-08-091-34/+78
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-0/+17
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-3/+3
* Replace (deprecated ?) FREE() macro with direct calls to free()Luigi Rizzo2002-04-041-6/+6
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-8/+8
* Remove __P.Alfred Perlstein2002-03-191-8/+8
* Remove duplicated and wrong sc->sc_last_recv setting. It unbreaksMaxim Konovalov2002-03-051-4/+1
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-051-2/+3
* Staticise private interface lists.Mike Smith2002-01-081-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-2/+3