summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsbz2009-01-311-2/+3
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-251-2/+2
* Only start the if_slowtimo timer (which drives the if_watchdog methods ofjhb2009-01-231-2/+25
* The RTF_LLINFO was revived unconditionally, but within the kernel theqingli2009-01-161-5/+1
* Revive the RTF_LLINFO flag in route.h. The kernel code is guardedqingli2009-01-122-2/+9
* Do invoke mac_ifnet_check_transmit() and mac_ifnet_create_mbuf()rwatson2009-01-101-0/+18
* Rather than using the cred from curthread, take it from the threadbz2009-01-091-5/+5
* Restrict arp, ndp and theoretically the FIB listing (if notbz2009-01-091-2/+12
* Take the cred from curthread rather than curproc as curproc would needbz2009-01-091-3/+3
* The log message should terminate with a newline insteadqingli2009-01-021-1/+1
* This checkin addresses a couple of issues:qingli2008-12-262-7/+22
* The "tun?" dev need not be opened at all. One is allowed to performqingli2008-12-251-4/+2
* - Close a race during which the open flag could be cleared but the tun_softc ...kmacy2008-12-251-2/+6
* Provide a condition variable to delay the cloned interfaceqingli2008-12-221-3/+12
* if_rtdel is always called with the RADIX_NODE_HEAD lock heldkmacy2008-12-181-1/+1
* add ifnet_byindex_locked to allow for use of IFNET_RLOCKkmacy2008-12-181-8/+17
* Add TWINAX (Twin Axial Copper for 10G networking) media types.gnn2008-12-171-0/+12
* - Protect against sc->sc_primary being nullthompsa2008-12-171-3/+4
* Update the interface baudrate taking into account the max speed for thethompsa2008-12-172-0/+21
* 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
OpenPOWER on IntegriCloud