summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Remove the rt argument from nd6_storelladdr() becauseqingli2008-12-175-5/+5
* Keep stats in drbr_enqueuekmacy2008-12-171-3/+16
* avoid trying to acquire a shared lock while holding an exclusive lockkmacy2008-12-171-4/+4
* merge in 2 buf_ring helper routines for enqueueing and freeing buf_ringskmacy2008-12-171-0/+27
* convert ifnet and afdata locks from mutexes to rwlockskmacy2008-12-172-18/+24
* Also propagate the if_hwassist value to the parent so that cksum offload works.thompsa2008-12-161-1/+6
* A few locking fixes and cleanups to pfil hook registration,rwatson2008-12-161-32/+10
* remove assertion checks for now - ipfw uses its own lock for protecting its r...kmacy2008-12-161-6/+0
* style and spelling fixkmacy2008-12-162-2/+2
* assert that the radix node head is locked when manipulating the treekmacy2008-12-161-0/+7
* add macro for destroying an llentry's rwlockkmacy2008-12-161-1/+2
* Add arpv2 management codekmacy2008-12-152-0/+502
* This main goals of this project are:qingli2008-12-1512-616/+134
* Dont leak the rnh lock on error.thompsa2008-12-131-3/+3
* Second round of putting global variables, which were virtualizedbz2008-12-131-1/+3
* Line wrap very long line in struct packet_filter_hook definition.rwatson2008-12-131-1/+2
* Consider processes attaching/detaching from tun(4) devices as being linkcsjp2008-12-121-0/+2
* Put a global variables, which were virtualized but formerlybz2008-12-111-0/+2
* Whitespace changes only - tabs must have been converted to spacesbz2008-12-111-5/+5
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-106-5/+47
* fix a reported panic when adding a route and one hit here when deleting a routekmacy2008-12-102-4/+12
* It does not make much sense to include net/route.h twice.bz2008-12-091-2/+0
* Add rwlock.h (and lock.h for that) to keep no-INET kernels compilingbz2008-12-091-0/+2
* Fix a bug introduced in r185747: rather than dereferencing an uninitializedbz2008-12-091-1/+1
* - avoid recursively locking the radix node head lockkmacy2008-12-081-2/+4
* Add missing include to sys/lock.h before sys/rwlock.himp2008-12-081-0/+1
* - convert radix node head lock from mutex to rwlockkmacy2008-12-075-71/+127
* Rather than using hidden includes (with cicular dependencies),bz2008-12-0217-2/+19
* MFp4:bz2008-11-292-13/+149
* Unhide declarations of network stack virtualization structs fromzec2008-11-281-3/+2
* Merge more of currently non-functional (i.e. resolving tozec2008-11-264-1/+12
* use consistent stylesam2008-11-241-10/+8
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-226-11/+7
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-222-21/+56
* Change the initialization methodology for global variables scheduledzec2008-11-196-21/+45
* - Use RTFREE_LOCKED macrokmacy2008-11-111-3/+3
* Include if_arp.h for IFP2AC so that the netgraph parts in if.cbz2008-11-061-0/+1
* Check for INET not AF_INET in #ifdef. Makes it compile without INET.bz2008-11-061-1/+1
* Hide an unused variable in case we compile without INET.bz2008-11-061-0/+4
* Hide an unused variable in case we compile without INET.bz2008-11-061-0/+3
* Make compile without INET.bz2008-11-051-2/+89
* Hide the IPv4 init function if the kernel is compiled without INET.bz2008-11-051-0/+3
* Make compile without INET.bz2008-11-051-0/+2
* Make tun(4) compile without INET.bz2008-11-051-0/+2
* Do only define the variable if either INET or INET6 is defined.bz2008-11-051-0/+2
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-2313-34/+33
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-0221-35/+260
* Do not mangle if_oerrors of the underlying interface. This counterglebius2008-09-301-2/+0
* Replace all calls to minor() with dev2unit().ed2008-09-273-25/+25
OpenPOWER on IntegriCloud