summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* First pass at separating per-vnet initializer functionszec2009-04-065-32/+74
* Remove if_ppp(4) and if_sl(4).ed2009-04-0510-6262/+0
* Sync DLTs with latest libpcap version.rpaulo2009-04-021-0/+88
* enable setting the mac address of 802.11 devicessam2009-03-281-0/+1
* Call the interface's if_ioctl from ifioctl(), if the protocol didn'tjamie2009-03-201-0/+5
* Remove the splimp()/splx() calls around the setting of the MTU. They arescf2009-03-171-2/+0
* Define and use two macros for loopback checksum offload:rwatson2009-03-161-6/+9
* if_hwassist should be initialized with CSUM, rather than IFCAP, flags.rwatson2009-03-161-2/+2
* Add the SIOCSIFMTU ioctl handling directly to tap(4) permitting it toscf2009-03-161-0/+7
* Teach the loopback interface about checksum generation and validationrwatson2009-03-151-1/+22
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-153-75/+4
* remove stray ;sam2009-03-141-1/+1
* Disable zerocopy by default for now. It's causing some problems in pcapcsjp2009-03-101-1/+1
* When resetting a BPF descriptor, properly check that zero-copy buffersrwatson2009-03-071-5/+11
* On architectures with strict alignment requirements compensatemarius2009-03-071-0/+2
* Mark the bpf stats sysctl as being mpsafe. We do not requirecsjp2009-03-071-1/+1
* Clarify some comments, fix some types, and rename ZBUF_FLAG_IMMUTABLE torwatson2009-03-071-18/+18
* Reserve a netisr slot for the IGMPv3 output queue.bms2009-03-041-0/+1
* Switch the default buffer mode in bpf(4) to zero-copy buffers.csjp2009-03-021-1/+1
* Do a bit of struct ifnet cleanup in preparation for 8.0: group functionrwatson2009-03-011-7/+12
* Add size-guards evaluated at compile-time to the main struct vnet_*bz2009-03-011-0/+3
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-2710-3/+18
* 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
OpenPOWER on IntegriCloud