summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* we need if_var.h not if.hluigi2009-02-161-1/+1
* remove unnecessary forward declarationluigi2009-02-161-2/+0
* IFF_NEEDSGIANT will no longer be supported, so remove compatibility coderwatson2009-02-161-35/+12
* remove unnecessary #include from vnet.h and vinet.hluigi2009-02-151-6/+0
* bridge_delete_member is called via the event handler from if_detachthompsa2009-02-131-5/+9
* o In case of the error do not forget to deallocate a cloned device unit.maxim2009-02-131-0/+1
* Remove unused ifaddr local variable in ioctl routine.rwatson2009-02-131-2/+0
* Call prison_if from rtm_get_jailed, instead of splitting it out intojamie2009-02-051-90/+63
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-052-16/+16
* Adds support for SCTP checksum offload. This meansrrs2009-02-031-0/+4
* 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
OpenPOWER on IntegriCloud