summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* - Use generic alloc_unr(9) allocator for if_clone, insteadglebius2011-11-282-78/+47
* Improve logging:glebius2011-11-221-2/+2
* - When feed-forward clock support is compiled in, change the BPF header tolstewart2011-11-212-12/+165
* Bring in support for netmap, a framework for very efficient packetluigi2011-11-172-0/+379
* Remove a few bits of FreeBSD 2.x compatibility code.rmh2011-11-141-3/+3
* In r191367 the need for if_free_type() was removed and a new memberbrooks2011-11-114-8/+7
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-0716-21/+26
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-078-11/+12
* Fix a use-after-free/redzone issue in the routing code.mlaier2011-11-031-12/+14
* Add macro IF_DEQUEUE_ALL(ifq, m), that takes the entire mbuf chain offglebius2011-10-271-0/+12
* The host-id/interface-id can have a specific value and is properlyqingli2011-10-251-0/+5
* Add missing #includes.ed2011-10-211-0/+2
* Get rid of D_PSEUDO.ed2011-10-182-2/+2
* Pass the fibnum where we need filtering of the message on thebz2011-09-285-6/+88
* Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.kmacy2011-09-203-2/+7
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* On the first loop for generating a bridge MAC address use the localthompsa2011-09-041-6/+21
* When adding IPv6 fwd support to ipfw in r225044 these two files werebz2011-08-272-0/+2
* Fix a deficiency in the selinfo interface:attilio2011-08-253-1/+3
* When the RADIX_MPATH kernel option is enabled, the RADIX_MPATH code triesqingli2011-08-251-4/+1
* In rtinit1(), before rtrequest1_fib() is called, info.rti_flags iskevlo2011-08-081-1/+1
* Add missing MODULE_VERSION() definition to protect against duplicatingpluknet2011-08-011-0/+1
* Add spares to the network stack for FreeBSD-9:bz2011-07-172-3/+4
* Clear the filter memory area before using it. Leaving it uninitialized maymp2011-07-141-0/+2
* Permit ARP to proceed for IPv4 host routes for which the gateway is thezec2011-07-081-3/+0
* Grab the rlock before checking if our interface is enabled, it could bethompsa2011-07-071-1/+2
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-0311-0/+13
* Remove extra white space to comply with style for the rest of the struct.bz2011-07-031-2/+2
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-034-0/+20
* Update ifc_len field of struct ifconf passed for the ioctl SIOCGIFCONF32pluknet2011-06-281-0/+2
* Garbage collect never used global, sysctl, externs.bz2011-06-212-8/+0
* Leave an extra comment about flowtable and IPv6 support rectifying abz2011-06-201-0/+1
* gre(4) was using a field in the softc to detect possible recursion.bz2011-06-182-13/+72
* Grab one of the ifcap bits for netmap, and enable printing in ifconfig.luigi2011-06-141-0/+10
* Set curvnet context in a callout-trigerred code path.zec2011-06-072-0/+6
* Properly return an ENOBUFS error if a write to a tun(4) device failsjhb2011-06-031-10/+7
* Add an optional netisr dispatch point at ether_input(), but set therwatson2011-06-011-1/+41
* On multi-core, multi-threaded PPC systems, it is important that the threadsnwhitehorn2011-05-311-1/+1
* Rework netisr policy mechanism so that per-protocol dispatch policies canrwatson2011-05-243-57/+247
* Allow for vlan(4) interfaces with MTU of 1500 bytes to be configuredzec2011-05-241-0/+4
* Let epair(4) virtual interfaces report fake link / media status,zec2011-05-241-0/+37
* The statically configured (permanent) ARP entries are removed when anqingli2011-05-202-4/+6
* - Add 10baseT as an alias for 10baseT/UTP.marius2011-05-151-0/+25
* Fix white space nits and styleyongari2011-05-061-9/+7
* Do not increment collision counter if transmit have failed.yongari2011-05-061-3/+1
* LACP frames must not be send VLAN-tagged, check for that before processing.thompsa2011-04-301-1/+1
* Make various (pseudo) interfaces compile without INET in the kernelbz2011-04-272-7/+15
* When removing ifnets, we should first remove the reference to ifnetglebius2011-04-041-9/+10
* - Merge changes to the base system to support OFED. These includejeff2011-03-217-65/+232
* Remove dead code.dchagin2011-03-201-17/+0
OpenPOWER on IntegriCloud