summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onmlaier2004-06-1511-29/+45
* Lock down rawcb_list, a global list of control blocks for raw sockets,rwatson2004-06-153-0/+10
* Fix a typeo in IFQ_HANDOFF.mlaier2004-06-151-1/+1
* Transform tbr_dequeue into a function pointer in order to build drivers withmlaier2004-06-152-5/+5
* Fix big-endian build.dfr2004-06-141-2/+2
* Unbreak non-ALTQ kernel linking. I forgot about tbr_dequeue.mlaier2004-06-141-1/+1
* Add MAC framework bits to the output path.dfr2004-06-131-0/+6
* Remove advertising clause.dfr2004-06-131-4/+0
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-135-12/+228
* Add a new driver to support IP over firewire. This driver is intended todfr2004-06-133-0/+941
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-122-1/+6
* Constify raw_sendspace and raw_recvspace, as they're not mutable.rwatson2004-06-111-2/+2
* Switch to conditionally acquiring and dropping Giant around calls intorwatson2004-06-111-2/+2
* Un-staticize 'dst' sockaddr in the stack of bpfwrite() to preventrwatson2004-06-111-1/+2
* Introduce a netisr to deliver kernel-generated routing, avoidingrwatson2004-06-092-4/+53
* Use ldisc_[de]register() instead of frobbing linesw[] directly.phk2004-06-071-1/+2
* Add helper functions to calculate the standard ethernet CRC innaddy2004-06-022-0/+75
OpenPOWER on IntegriCloud