summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-121-17/+8
* Use monotonic time_uptime instead of 'time_second' as timebaseandre2005-09-191-7/+7
* Axe ppp_for_tty(). Use tty->t_lsc pointer to store sc. Thisglebius2005-08-121-16/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-3/+4
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-051-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-34/+41
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
* Don't abuse tp->t_sc, as it is now used by tty drivers.cognet2004-11-071-0/+16
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-2/+2
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-221-2/+2
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-2/+4
* First pass at softc list locking for if_ppp.c. Many parts ofrwatson2004-04-191-10/+43
* If IF_HANDOFF() or netisr_queue() fail, they will free the mbuf. Whenrwatson2004-04-151-0/+1
* Don't leak softc's when destroying interfaces.brooks2004-01-211-0/+3
* Introduce ip_fastforward and remove ip_flow.andre2003-11-141-1/+1
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-1/+3
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-6/+5
* o netisr_queue() returns 1 on success and 0 on failure,maxim2003-03-271-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-15/+12
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* A minor stylistic change to make it more clear to lint-like tools.phk2003-02-021-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* network interface and link layer changes:sam2002-11-151-4/+2
* Convert most printf()s to if_printf()s.brooks2002-09-241-15/+10
* Use m_length() instead of home-rolled versions.phk2002-09-181-13/+4
* Fix a couple of bogus return values in previous commit.brooks2002-08-191-3/+2
* Move mac.h include to match the MAC tree location. Both locationsrwatson2002-08-151-1/+1
* Make ppp(4) devices clonable and unloadable.brooks2002-08-091-34/+78
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+17
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-3/+3
* Replace (deprecated ?) FREE() macro with direct calls to free()luigi2002-04-041-6/+6
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-8/+8
* Remove __P.alfred2002-03-191-8/+8
* Remove duplicated and wrong sc->sc_last_recv setting. It unbreaksmaxim2002-03-051-4/+1
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-051-2/+3
* Staticise private interface lists.msmith2002-01-081-1/+1
* KSE Milestone 2julian2001-09-121-2/+3
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-1/+2
* Quieten gcc.peter2001-01-311-0/+1
* Exterminate the use of PSEUDO_SET() with extreme prejudice.peter2001-01-311-6/+25
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-52/+47
* Remove some #if NFOO > 0 that are always true because of config rules.peter2000-01-291-3/+0
* Minor tidy up of PPP_FILTER and NBPF stuff. Don't generate bpf.h in thepeter1999-09-261-7/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-8/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Back out redundant checksbrian1999-08-061-7/+3
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withbrian1999-08-061-3/+7
* Rename bpfilter to bpf.des1999-07-061-7/+7
* Suser() simplification:phk1999-04-271-8/+8
OpenPOWER on IntegriCloud