summaryrefslogtreecommitdiff
path: root/sys/net/if_sl.c
AgeCommit message (Expand)Author
2007-10-13remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-09-15malloc sweep:Henning Brauer
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-11splimp -> spltty/splnetBrad Smith
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-04-25check for input queue congestion on those as well and call if_congestion whenHenning Brauer
2003-12-16return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexerMarkus Friedl
2003-12-13initial support ifconfig destroy; ok deraadt@Markus Friedl
2003-12-12small compiler warning cleanup (#error instead of bailing out)Hans-Joerg Hoexer
2003-12-10de-register. deraadt okJun-ichiro itojun Hagino
2003-12-07support ifconfig create; ok deraadtMarkus Friedl
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-03string fixes; tedu okTheo de Raadt
2003-01-07remove the altq classifier code which is replaced by pf and no longer used.Kenjiro Cho
2002-09-11KNF - return is not a function.Jun-ichiro itojun Hagino
2002-06-30allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowJun-ichiro itojun Hagino
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-27introduce the ALTQ queue macros into sys/net files.Kenjiro Cho
2001-06-15change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.Jun-ichiro itojun Hagino
2001-06-12one less setuid program (use an ioctl like pppstats)Theo de Raadt
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
2001-03-13allow configuring number of these in ukcMichael Shalayeff
1999-04-22we don't need to include buf.hArtur Grabowski
1997-09-05Minor changes from ppp 2.3.1Todd C. Miller
1996-08-22__OpenBSD__Theo de Raadt
1996-08-09Silly unit number calculation changed to use sc_unit insteadNiklas Hallqvist
1996-06-10init sc_unit properlyTheo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-03-14From Lite2; mark terminal devices as exclusively opened before flushingThorsten Lockert
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt