aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Adrian Chadd2013-07-251-1/+1
* Decouple the UUID generator from network interfaces by having MACMarcel Moolenaar2013-07-241-0/+8
* PR: 168520 170096Craig Rodrigues2013-07-151-3/+6
* Bring over some link aggregation / LACP protocol improvements and debuggingAdrian Chadd2013-07-133-18/+98
* Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returnsHiroki Sato2013-07-121-2/+13
* - Drop GIF_ACCEPT_REVETHIP flag by default.Hiroki Sato2013-07-121-1/+13
* Correct CTASSERT condition.Andrey V. Elsukov2013-07-091-1/+2
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUAndrey V. Elsukov2013-07-091-2/+10
* Add several macros to help migrate statistics structures to PCPU counters.Andrey V. Elsukov2013-07-091-0/+49
* Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov2013-07-091-9/+9
* Fix typo: minmum -> minimum.Colin Percival2013-07-051-1/+1
* Fix a compiler warning.Hiroki Sato2013-07-031-0/+1
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEHiroki Sato2013-07-022-18/+113
* Due to the routing related networking kernel redesign workQing Li2013-06-252-3/+17
* Return ENETDOWN instead of ENOENT when all lagg(4) links areXin LI2013-06-171-3/+3
* Return ENETDOWN when the parent interface is down.Hiroki Sato2013-06-161-1/+1
* Properly set curvnet context in lagg_port_setlladdr() task handler.Mikolaj Golub2013-06-071-0/+2
* Fix build with both INET and INET6 disabled.John Baldwin2013-06-041-0/+2
* Allow drivers to specify a maximum TSO length in bytes if they areAndre Oppermann2013-06-032-6/+18
* Bring in a number of new features, mostly implemented by Michio Honda:Luigi Rizzo2013-05-301-4/+34
* clarify usage of NETMAP_BUFLuigi Rizzo2013-05-301-2/+2
* While waiting for the bpf hold buffer to become idle, checkGuy Helmer2013-05-231-2/+7
* Allow certain headers to be included more easily.Ed Schouten2013-05-211-3/+5
* Use separate function to update mbuf checksum flags instead ofAlexander V. Chernikov2013-05-181-24/+19
* Fix rte leak introduced in r248070.Alexander V. Chernikov2013-05-181-1/+1
* Finally change the mbuf to have its own fib field instead of stealingJulian Elischer2013-05-161-11/+3
* Add IFF_MONITOR support to gre(4).Hiroki Sato2013-05-111-0/+6
* Back out r249318, r249320 and r249327 due to a heisenbug mostAndre Oppermann2013-05-064-6/+6
* Correct a few sizeof()sEitan Adler2013-05-011-1/+1
* remove $Id$ (whitespace change)Luigi Rizzo2013-04-302-2/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-2626-150/+124
* Recover missing arp_ifinit() call.Oleg Bulyzhin2013-04-181-0/+6
* Switch lagg(4) statistics to counter(9).Gleb Smirnoff2013-04-152-6/+43
* Fix build.Gleb Smirnoff2013-04-102-2/+2
* Change certain heavily used network related mutexes and rwlocks toAndre Oppermann2013-04-093-4/+4
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.Andrey V. Elsukov2013-04-091-3/+3
* Ignore interface renames instead of removing the interface from the bridgeMark Johnston2013-03-281-0/+3
* Remove __FreeBSD_version ifdefs.Gleb Smirnoff2013-03-223-12/+0
* Fix style and comments.Andrey V. Elsukov2013-03-192-12/+19
* Use m_get/m_gethdr instead of compat macros.Gleb Smirnoff2013-03-152-4/+3
* - Use m_getcl() instead of hand allocating.Gleb Smirnoff2013-03-151-11/+8
* Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff2013-03-121-1/+1
* Reinitialize eh after pfil(9) processing.Gleb Smirnoff2013-03-111-0/+1
* Fix long-standing issue with interface routes being unprotected:Alexander V. Chernikov2013-03-083-4/+41
* Write lock is not required for find&compare operation.Alexander V. Chernikov2013-03-051-2/+2
* Finish the r244185. This fixes ever growing counter of pfsync badGleb Smirnoff2013-02-151-12/+0
* Resolve source address selection in presense of CARP. Add a coupleGleb Smirnoff2013-02-112-4/+22
* This fixes a out-of-order problem with severalRandall Stewart2013-02-071-1/+52
* Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-312-29/+5
* route_output() always supplies info with RTAX_GATEWAY member thatGleb Smirnoff2013-01-291-4/+3