aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-154-28/+30
* Use IFQ_SET_MAXLEN() to set the maximum queue depth of the routingRobert Watson2004-08-131-1/+1
* Added two new media types for 10GBASE-SR and 10GBASE-LRTony Ackerman2004-08-121-0/+5
* Convert the routing table to use an UMA zone for rtentries. The zone isAndre Oppermann2004-08-111-4/+10
* Set IFF_RUNNING flag on the interface as soon as the control device is opened.Maksim Yevmenkin2004-08-111-3/+9
* Add a "void *if_carp" placeholder to struct ifnet with prospect to bring inMax Laier2004-08-071-0/+1
* As SLIP directly accesses the tty code from its if_start() routine,Robert Watson2004-08-061-1/+3
* Do not attempt to clean up data that has not been initialized yet.Peter Pentchev2004-08-061-4/+15
* Set ip_v field properly.Maxim Sobolev2004-08-051-0/+1
* Do a lockless read of the BPF interface structure descriptor list headRobert Watson2004-08-051-0/+21
* Avoid casts as lvalues.Alexander Kabaev2004-07-283-4/+4
* Initialize ; variable eraly to shut up GCC warning.Alexander Kabaev2004-07-281-0/+1
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowRobert Watson2004-07-274-2/+58
* Stop tinkering with the parent's VLAN_MTU capability.Yaroslav Tykhiy2004-07-261-27/+7
* Prefer NULL to '0' when checking a pointer value.Robert Watson2004-07-241-37/+37
* Actually free the unit when destroying the interface.Brooks Davis2004-07-221-0/+5
* When removing the last reference to a cloner, do not try to unlock twice -Max Laier2004-07-201-2/+3
* Comment clarifying debug_mpsafenet.Robert Watson2004-07-181-4/+5
* Gratuitous whitespace change to un-wrap a short line.Robert Watson2004-07-181-2/+1
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-1512-3/+22
* Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me.Max Laier2004-07-141-5/+5
* Convert SLIP to using C99 structure initialization for its structRobert Watson2004-07-141-2/+8
* Use ETHER_IS_MULTICAST() consistently in ether_resolvemulti().Bruce M Simpson2004-07-091-1/+1
* Use M_ZERO instead of bzero().Bruce M Simpson2004-07-061-2/+1
* Be consistent and use bzero() instead of memset().Bruce M Simpson2004-07-061-1/+1
* Use M_ZERO instead of memset() (!).Bruce M Simpson2004-07-061-2/+1
* Use M_ZERO instead of bzero().Bruce M Simpson2004-07-061-2/+1
* Replace a bzero() after malloc() with M_ZERO.Bruce M Simpson2004-07-061-2/+1
* Style.Bruce M Simpson2004-07-061-13/+15
* In the BPF and ethernet bridging code, don't allow callouts to executeRobert Watson2004-07-052-2/+2
* Workaround a locking problem in vlan(4). vlan_setmulti() may be calledBruce M Simpson2004-07-041-2/+11
* style(9)/whitespace cleanup while I'm in this file.Bruce M Simpson2004-07-041-54/+55
* The net.link.ether.bridge.enable sysctl MIB variable enables bridgeBruce M Simpson2004-07-041-0/+1
* Don't announce the ethernet address when it's 00:00:00:00:00:00. It'sBrooks Davis2004-07-021-2/+7
* Bring in the first chunk of altq driver modifications. This covers theMax Laier2004-07-021-7/+30
* Do not m_free packet since IF_HANDOFF (called from netisr_queue) willRoman Kurakin2004-06-281-1/+1
* Those are unneeded too.Pawel Jakub Dawidek2004-06-271-1/+0
* Add two missing includes and remove two uneeded.Pawel Jakub Dawidek2004-06-272-1/+2
* Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp2004-06-261-0/+1
* Fix line discipline switching issues: If opening a new ldisc fails,Poul-Henning Kamp2004-06-262-17/+4
* Do not count loobacks as other fuilures.Roman Kurakin2004-06-251-1/+2
* Add a couple of #ifdef DEBUG printf()s in vlan_input() I found to beJoerg Wunsch2004-06-241-0/+6
* When considering an ethernet frame that is not destined for us, do notJoerg Wunsch2004-06-241-3/+9
* Make dependencies on the TCP/IP stack conditional on INET / INET6. ThisDag-Erling Smørgrav2004-06-241-0/+21
* Major overhaul of pseudo-interface cloning. Highlights include:Brooks Davis2004-06-2213-306/+784
* Give zlib the ability to be a module that can be depended on,Mark Murray2004-06-201-0/+24
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including theBruce Evans2004-06-191-1/+1
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-173-3/+3
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-168-42/+42