aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Optimize SIOCGIFMEDIA handling removing malloc(9) and doubleGleb Smirnoff2015-03-041-58/+14
* Fix group membership of cloned interfaces when one is moved byHiroki Sato2015-03-023-8/+71
* Hide struct ifmultiaddr under _KERNEL, too.Gleb Smirnoff2015-02-271-3/+0
* Handle SIOCSIFCAP by propogating the request to the parent interface. ThisXin LI2015-02-201-0/+21
* Now that all users of _WANT_IFADDR are fixed, remove this crutch andGleb Smirnoff2015-02-191-8/+2
* - Improve INET/INET6 scope.Gleb Smirnoff2015-02-161-4/+4
* Toss declarations to fix regular build and NO_INET6 build.Gleb Smirnoff2015-02-161-2/+1
* Commit a miss from r278843.Gleb Smirnoff2015-02-161-0/+1
* Fix build.Brad Davis2015-02-161-0/+1
* Missed from r278831.Gleb Smirnoff2015-02-161-0/+2
* Fix a panic when tearing down a vnet on a VIMAGE-enabled kernel.Hiroki Sato2015-02-141-2/+9
* Improve the distribution of LAGG port traffic.Will Andrews2015-01-232-13/+20
* Back out r276841, r276756, r276747, r276746. The change in r276747 is veryGleb Smirnoff2015-01-221-3/+4
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificAdrian Chadd2015-01-185-1/+780
* Fix condition and really sort ports. Also add comment describingAndrey V. Elsukov2015-01-171-2/+7
* Eliminate SIOCGIFADDR handling in bpf.Alexander V. Chernikov2015-01-161-14/+0
* Restore Ethernet-within-IP Encapsulation support that was broken afterAndrey V. Elsukov2015-01-101-24/+18
* Use if_name() macro instead of ifp->if_xname.Andrey V. Elsukov2015-01-101-1/+1
* Fix an error introduced in r274246.Andrey V. Elsukov2015-01-101-1/+1
* Move the recursion detection code into separate function gif_check_nesting().Andrey V. Elsukov2015-01-102-40/+39
* Fix typo.Alexander V. Chernikov2015-01-091-1/+1
* * Deal with ARCNET L2 multicast mapping for IPv6 the same way as in IPv4:Alexander V. Chernikov2015-01-091-1/+4
* MFV r276759: libpcap 1.6.2.Xin LI2015-01-061-2/+204
* Reapply previous patch to fix build.Craig Rodrigues2015-01-061-3/+3
* Merge: r258322 from projects/pf branchCraig Rodrigues2015-01-061-1/+0
* Extern declarations in C files loses compile-time checking thatAndrey V. Elsukov2014-12-254-20/+19
* Remove if_stf.h. It contains only one function declaration used by if_stf(4).Andrey V. Elsukov2014-12-232-41/+3
* Remove in_gif.h and in6_gif.h files. They only contain functionAndrey V. Elsukov2014-12-231-2/+10
* Provide a dead version of if_get_counter.John Baldwin2014-12-121-0/+8
* Remove unneded check. No need to do m_pullup to the size that we prepended.Andrey V. Elsukov2014-12-021-2/+0
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-016-10/+14
* After r275196 unbreak NOIP and NOINET kernels by hiding an otherwiseBjoern A. Zeeb2014-11-283-0/+6
* Fix build broken by r275195.Alexander V. Chernikov2014-11-271-1/+3
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -Alexander V. Chernikov2014-11-275-32/+42
* Do not try to copy header to @dst and than back to ethernet in case ofAlexander V. Chernikov2014-11-271-15/+7
* Add a sysctl `net.link.tap.deladdrs_on_close' to configure whether tapPhilip Paeps2014-11-241-1/+6
* Finish r274175: do control plane MTU tracking.Alexander V. Chernikov2014-11-173-4/+102
* Revert r274585: rte lock is properly destroyed in uma dtor callback.Alexander V. Chernikov2014-11-161-1/+0
* Make witness happy: destroy rte lock before free.Alexander V. Chernikov2014-11-161-0/+1
* Fix some minor TSO issues:Hans Petter Selasky2014-11-112-14/+15
* Move struct ether_vlan_header to ethernet.h, out of if_vlan_var.h,Gleb Smirnoff2014-11-112-16/+19
* return kernel-supplied error if available.Luigi Rizzo2014-11-101-2/+3
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-092-332/+0
* Remove remnants of if_ef(4).Gleb Smirnoff2014-11-091-5/+0
* Use standard mtx(9), rwlock(9), sx(9) system initialization macrosGleb Smirnoff2014-11-094-28/+4
* After r274246 make the tree compile again.Bjoern A. Zeeb2014-11-081-0/+3
* ifindex_alloc_locked() never fails and doesn't have no-lock version,Gleb Smirnoff2014-11-081-16/+5
* Overhaul if_gre(4).Andrey V. Elsukov2014-11-073-806/+1422
* Remove struct arpcom. It is unused by most interface types, that allocateGleb Smirnoff2014-11-076-108/+10
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-076-78/+16