aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Remove the rt argument from nd6_storelladdr() becauseQing Li2008-12-175-5/+5
* Keep stats in drbr_enqueueKip Macy2008-12-171-3/+16
* avoid trying to acquire a shared lock while holding an exclusive lockKip Macy2008-12-171-4/+4
* merge in 2 buf_ring helper routines for enqueueing and freeing buf_ringsKip Macy2008-12-171-0/+27
* convert ifnet and afdata locks from mutexes to rwlocksKip Macy2008-12-172-18/+24
* Also propagate the if_hwassist value to the parent so that cksum offload works.Andrew Thompson2008-12-161-1/+6
* A few locking fixes and cleanups to pfil hook registration,Robert Watson2008-12-161-32/+10
* remove assertion checks for now - ipfw uses its own lock for protecting its r...Kip Macy2008-12-161-6/+0
* style and spelling fixKip Macy2008-12-162-2/+2
* assert that the radix node head is locked when manipulating the treeKip Macy2008-12-161-0/+7
* add macro for destroying an llentry's rwlockKip Macy2008-12-161-1/+2
* Add arpv2 management codeKip Macy2008-12-152-0/+502
* This main goals of this project are:Qing Li2008-12-1512-616/+134
* Dont leak the rnh lock on error.Andrew Thompson2008-12-131-3/+3
* Second round of putting global variables, which were virtualizedBjoern A. Zeeb2008-12-131-1/+3
* Line wrap very long line in struct packet_filter_hook definition.Robert Watson2008-12-131-1/+2
* Consider processes attaching/detaching from tun(4) devices as being linkChristian S.J. Peron2008-12-121-0/+2
* Put a global variables, which were virtualized but formerlyBjoern A. Zeeb2008-12-111-0/+2
* Whitespace changes only - tabs must have been converted to spacesBjoern A. Zeeb2008-12-111-5/+5
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-106-5/+47
* fix a reported panic when adding a route and one hit here when deleting a routeKip Macy2008-12-102-4/+12
* It does not make much sense to include net/route.h twice.Bjoern A. Zeeb2008-12-091-2/+0
* Add rwlock.h (and lock.h for that) to keep no-INET kernels compilingBjoern A. Zeeb2008-12-091-0/+2
* Fix a bug introduced in r185747: rather than dereferencing an uninitializedBjoern A. Zeeb2008-12-091-1/+1
* - avoid recursively locking the radix node head lockKip Macy2008-12-081-2/+4
* Add missing include to sys/lock.h before sys/rwlock.hWarner Losh2008-12-081-0/+1
* - convert radix node head lock from mutex to rwlockKip Macy2008-12-075-71/+127
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-0217-2/+19
* MFp4:Bjoern A. Zeeb2008-11-292-13/+149
* Unhide declarations of network stack virtualization structs fromMarko Zec2008-11-281-3/+2
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-264-1/+12
* use consistent styleSam Leffler2008-11-241-10/+8
* convert calls to IFQ_HANDOFF to if_transmitKip Macy2008-11-226-11/+7
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-222-21/+56
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-196-21/+45
* - Use RTFREE_LOCKED macroKip Macy2008-11-111-3/+3
* Include if_arp.h for IFP2AC so that the netgraph parts in if.cBjoern A. Zeeb2008-11-061-0/+1
* Check for INET not AF_INET in #ifdef. Makes it compile without INET.Bjoern A. Zeeb2008-11-061-1/+1
* Hide an unused variable in case we compile without INET.Bjoern A. Zeeb2008-11-061-0/+4
* Hide an unused variable in case we compile without INET.Bjoern A. Zeeb2008-11-061-0/+3
* Make compile without INET.Bjoern A. Zeeb2008-11-051-2/+89
* Hide the IPv4 init function if the kernel is compiled without INET.Bjoern A. Zeeb2008-11-051-0/+3
* Make compile without INET.Bjoern A. Zeeb2008-11-051-0/+2
* Make tun(4) compile without INET.Bjoern A. Zeeb2008-11-051-0/+2
* Do only define the variable if either INET or INET6 is defined.Bjoern A. Zeeb2008-11-051-0/+2
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-2313-34/+33
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-0221-35/+260
* Do not mangle if_oerrors of the underlying interface. This counterGleb Smirnoff2008-09-301-2/+0
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-273-25/+25