summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-154-28/+30
* Use IFQ_SET_MAXLEN() to set the maximum queue depth of the routingrwatson2004-08-131-1/+1
* Added two new media types for 10GBASE-SR and 10GBASE-LRtackerman2004-08-121-0/+5
* Convert the routing table to use an UMA zone for rtentries. The zone isandre2004-08-111-4/+10
* Set IFF_RUNNING flag on the interface as soon as the control device is opened.emax2004-08-111-3/+9
* Add a "void *if_carp" placeholder to struct ifnet with prospect to bring inmlaier2004-08-071-0/+1
* As SLIP directly accesses the tty code from its if_start() routine,rwatson2004-08-061-1/+3
* Do not attempt to clean up data that has not been initialized yet.roam2004-08-061-4/+15
* Set ip_v field properly.sobomax2004-08-051-0/+1
* Do a lockless read of the BPF interface structure descriptor list headrwatson2004-08-051-0/+21
* Avoid casts as lvalues.kan2004-07-283-4/+4
* Initialize ; variable eraly to shut up GCC warning.kan2004-07-281-0/+1
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowrwatson2004-07-274-2/+58
* Stop tinkering with the parent's VLAN_MTU capability.yar2004-07-261-27/+7
* Prefer NULL to '0' when checking a pointer value.rwatson2004-07-241-37/+37
* Actually free the unit when destroying the interface.brooks2004-07-221-0/+5
* When removing the last reference to a cloner, do not try to unlock twice -mlaier2004-07-201-2/+3
* Comment clarifying debug_mpsafenet.rwatson2004-07-181-4/+5
* Gratuitous whitespace change to un-wrap a short line.rwatson2004-07-181-2/+1
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-1512-3/+22
* Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me.mlaier2004-07-141-5/+5
* Convert SLIP to using C99 structure initialization for its structrwatson2004-07-141-2/+8
* Use ETHER_IS_MULTICAST() consistently in ether_resolvemulti().bms2004-07-091-1/+1
* Use M_ZERO instead of bzero().bms2004-07-061-2/+1
* Be consistent and use bzero() instead of memset().bms2004-07-061-1/+1
* Use M_ZERO instead of memset() (!).bms2004-07-061-2/+1
* Use M_ZERO instead of bzero().bms2004-07-061-2/+1
* Replace a bzero() after malloc() with M_ZERO.bms2004-07-061-2/+1
* Style.bms2004-07-061-13/+15
* In the BPF and ethernet bridging code, don't allow callouts to executerwatson2004-07-052-2/+2
* Workaround a locking problem in vlan(4). vlan_setmulti() may be calledbms2004-07-041-2/+11
* style(9)/whitespace cleanup while I'm in this file.bms2004-07-041-54/+55
* The net.link.ether.bridge.enable sysctl MIB variable enables bridgebms2004-07-041-0/+1
* Don't announce the ethernet address when it's 00:00:00:00:00:00. It'sbrooks2004-07-021-2/+7
* Bring in the first chunk of altq driver modifications. This covers themlaier2004-07-021-7/+30
* Do not m_free packet since IF_HANDOFF (called from netisr_queue) willrik2004-06-281-1/+1
* Those are unneeded too.pjd2004-06-271-1/+0
* Add two missing includes and remove two uneeded.pjd2004-06-272-1/+2
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-261-0/+1
* Fix line discipline switching issues: If opening a new ldisc fails,phk2004-06-262-17/+4
* Do not count loobacks as other fuilures.rik2004-06-251-1/+2
* Add a couple of #ifdef DEBUG printf()s in vlan_input() I found to bejoerg2004-06-241-0/+6
* When considering an ethernet frame that is not destined for us, do notjoerg2004-06-241-3/+9
* Make dependencies on the TCP/IP stack conditional on INET / INET6. Thisdes2004-06-241-0/+21
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-2213-306/+784
* Give zlib the ability to be a module that can be depended on,markm2004-06-201-0/+24
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including thebde2004-06-191-1/+1
* Second half of the dev_t cleanup.phk2004-06-173-3/+3
* Do the dreaded s/dev_t/struct cdev */phk2004-06-168-42/+42
OpenPOWER on IntegriCloud