summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add a missing module version declaration to if_tun(4).markj2013-08-071-0/+1
* sin6 should be assigned before the loop.hrs2013-07-281-1/+1
* - Relax the restriction on the member interfaces with LLAs. Two or morehrs2013-07-281-27/+8
* Break out the static, global LACP debug options into a per-lagg unitadrian2013-07-264-19/+62
* Fix typo.adrian2013-07-251-1/+1
* Decouple the UUID generator from network interfaces by having MACmarcel2013-07-241-0/+8
* PR: 168520 170096rodrigc2013-07-151-3/+6
* Bring over some link aggregation / LACP protocol improvements and debuggingadrian2013-07-133-18/+98
* Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returnshrs2013-07-121-2/+13
* - Drop GIF_ACCEPT_REVETHIP flag by default.hrs2013-07-121-1/+13
* Correct CTASSERT condition.ae2013-07-091-1/+2
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUae2013-07-091-2/+10
* Add several macros to help migrate statistics structures to PCPU counters.ae2013-07-091-0/+49
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-091-9/+9
* Fix typo: minmum -> minimum.cperciva2013-07-051-1/+1
* Fix a compiler warning.hrs2013-07-031-0/+1
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEhrs2013-07-022-18/+113
* Due to the routing related networking kernel redesign workqingli2013-06-252-3/+17
* Return ENETDOWN instead of ENOENT when all lagg(4) links aredelphij2013-06-171-3/+3
* Return ENETDOWN when the parent interface is down.hrs2013-06-161-1/+1
* Properly set curvnet context in lagg_port_setlladdr() task handler.trociny2013-06-071-0/+2
* Fix build with both INET and INET6 disabled.jhb2013-06-041-0/+2
* Allow drivers to specify a maximum TSO length in bytes if they areandre2013-06-032-6/+18
* Bring in a number of new features, mostly implemented by Michio Honda:luigi2013-05-301-4/+34
* clarify usage of NETMAP_BUFluigi2013-05-301-2/+2
* While waiting for the bpf hold buffer to become idle, checkghelmer2013-05-231-2/+7
* Allow certain headers to be included more easily.ed2013-05-211-3/+5
* Use separate function to update mbuf checksum flags instead ofmelifaro2013-05-181-24/+19
* Fix rte leak introduced in r248070.melifaro2013-05-181-1/+1
* Finally change the mbuf to have its own fib field instead of stealingjulian2013-05-161-11/+3
* Add IFF_MONITOR support to gre(4).hrs2013-05-111-0/+6
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-064-6/+6
* Correct a few sizeof()seadler2013-05-011-1/+1
* remove $Id$ (whitespace change)luigi2013-04-302-2/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-2626-150/+124
* Recover missing arp_ifinit() call.oleg2013-04-181-0/+6
* Switch lagg(4) statistics to counter(9).glebius2013-04-152-6/+43
* Fix build.glebius2013-04-102-2/+2
* Change certain heavily used network related mutexes and rwlocks toandre2013-04-093-4/+4
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-3/+3
* Ignore interface renames instead of removing the interface from the bridgemarkj2013-03-281-0/+3
* Remove __FreeBSD_version ifdefs.glebius2013-03-223-12/+0
* Fix style and comments.ae2013-03-192-12/+19
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-152-4/+3
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-11/+8
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* Reinitialize eh after pfil(9) processing.glebius2013-03-111-0/+1
* Fix long-standing issue with interface routes being unprotected:melifaro2013-03-083-4/+41
* Write lock is not required for find&compare operation.melifaro2013-03-051-2/+2
* Finish the r244185. This fixes ever growing counter of pfsync badglebius2013-02-151-12/+0
OpenPOWER on IntegriCloud