summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* add missing #include <sys/module.h>phk2004-05-307-0/+7
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Make the comment for DLT_NULL slightly more accurate.dwmalone2004-05-301-1/+1
* if_printf() won't emit a newline unless told to.yar2004-05-261-2/+3
* Keepalive timer should be added if we does not have any sppp consumers beforerik2004-05-251-2/+2
* After all the relevant drivers have been fixed, fix vlan(4) itselfyar2004-05-251-27/+27
* Remove another redundant if_output initialization.mux2004-05-241-1/+0
* Consult parent's if_capenable for active VLAN-related capabilities.yar2004-05-231-1/+8
* Added dependency on the miibus module.ru2004-05-211-0/+1
* Zero the un-used portions of the struct sockaddr data before sendingcsjp2004-05-101-0/+1
* Add route.h to pick up the rt_ifmsg() declaration.scottl2004-05-041-0/+1
* o Fix misindentation in the previous commit.maxim2004-05-031-4/+4
* Link state change notification of ethernet media to the routing socket.andre2004-05-033-0/+34
* Give jail(8) the feature to allow raw sockets from within abmilekic2004-04-261-2/+13
* This commit does two things:luigi2004-04-255-61/+43
* fix one typo and remove one wrong lineluigi2004-04-251-2/+1
* Correct and extend the description of the behaviour of rt_check().luigi2004-04-241-7/+27
* document the locking behaviour of the functions that accessluigi2004-04-241-3/+15
* arpcom untangling:luigi2004-04-242-3/+3
OpenPOWER on IntegriCloud