| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/stable/10' into devel | Renato Botelho | 2016-01-15 | 1 | -2/+18 |
|\ |
|
| * | [PR 206219] Kernel panic from lagg_ioctl and lagg_port_ioctl | rpokala | 2016-01-15 | 1 | -2/+18 |
* | | Merge branch 'stable/10' into devel | Renato Botelho | 2015-09-22 | 1 | -195/+284 |
|\ \
| |/ |
|
| * | Fix a panic in SIOCSLAGG and SIOCGLAGGOPTS. This was caused by a | hrs | 2015-09-21 | 1 | -4/+2 |
| * | MFC r286700 | hiren | 2015-09-15 | 1 | -0/+19 |
| * | MFC 272159,272161,272386,272446,272547,272548,273210: | hrs | 2015-09-12 | 1 | -195/+267 |
* | | Importing pfSense patch bridge_lagg_altq.diff | Renato Botelho | 2015-08-17 | 1 | -0/+38 |
|/ |
|
* | MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@ | hiren | 2015-04-24 | 1 | -3/+4 |
* | MFC r277295: | ae | 2015-01-25 | 1 | -2/+7 |
* | MFC r271946 and r272595: | hselasky | 2014-11-03 | 1 | -11/+5 |
* | MFC r263710, r273377, r273378, r273423 and r273455: | hselasky | 2014-10-27 | 1 | -4/+4 |
* | MFC r272176: | ae | 2014-10-07 | 1 | -3/+13 |
* | MFC r269492: | mav | 2014-08-18 | 1 | -18/+18 |
* | MFC: r264469, r264498 | rmacklem | 2014-05-06 | 1 | -2/+13 |
* | MFC r260070 | scottl | 2014-01-02 | 1 | -3/+13 |
* | There are some high performance NICs that count statistics in hardware, | glebius | 2013-10-09 | 1 | -0/+1 |
* | Convert the if_lagg rwlock to an rmlock. | adrian | 2013-08-29 | 1 | -24/+41 |
* | Break out the static, global LACP debug options into a per-lagg unit | adrian | 2013-07-26 | 1 | -1/+2 |
* | Bring over some link aggregation / LACP protocol improvements and debugging | adrian | 2013-07-13 | 1 | -1/+29 |
* | - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGE | hrs | 2013-07-02 | 1 | -0/+30 |
* | Return ENETDOWN instead of ENOENT when all lagg(4) links are | delphij | 2013-06-17 | 1 | -3/+3 |
* | Properly set curvnet context in lagg_port_setlladdr() task handler. | trociny | 2013-06-07 | 1 | -0/+2 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 1 | -2/+2 |
* | Switch lagg(4) statistics to counter(9). | glebius | 2013-04-15 | 1 | -4/+34 |
* | Remove __FreeBSD_version ifdefs. | glebius | 2013-03-22 | 1 | -6/+0 |
* | If lagg(4) can't forward a packet due to underlying port problems, | glebius | 2013-01-21 | 1 | -2/+2 |
* | Fix build. | delphij | 2012-10-17 | 1 | -1/+1 |
* | report total number of ports for each lagg(4) interface | emax | 2012-10-16 | 1 | -0/+3 |
* | Make the "struct if_clone" opaque to users of the cloning API. Users | glebius | 2012-10-16 | 1 | -5/+7 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Convert lagg(4) to use if_transmit instead of if_start. | glebius | 2012-09-20 | 1 | -24/+32 |
* | Add the same check as vlan(4) where we ignore the ifnet departure event if the | thompsa | 2012-06-30 | 1 | -0/+3 |
* | if_lagg: allow to invoke SIOCSLAGGPORT multiple times in a row | rea | 2012-05-28 | 1 | -1/+6 |
* | Relax restriction on direct tx to child ports | emaste | 2012-05-03 | 1 | -13/+3 |
* | Set the proto to LAGG_PROTO_NONE before calling the detach routine so packets | thompsa | 2012-04-12 | 1 | -6/+10 |
* | Move the vlan buffer space into the union which also fixes an unused variable | thompsa | 2012-03-07 | 1 | -2/+2 |
* | Add the ability to set which packet layers are used for the load balance hash | thompsa | 2012-03-06 | 1 | -13/+65 |
* | Add a sysctl/tunable default value for the use_flowid sysctl in r232008. | thompsa | 2012-02-23 | 1 | -1/+6 |
* | Using the flowid in the mbuf assumes the network card is giving a good hash for | thompsa | 2012-02-22 | 1 | -1/+13 |
* | In r191367 the need for if_free_type() was removed and a new member | brooks | 2011-11-11 | 1 | -4/+3 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Add missing MODULE_VERSION() definition to protect against duplicating | pluknet | 2011-08-01 | 1 | -0/+1 |
* | Grab the rlock before checking if our interface is enabled, it could be | thompsa | 2011-07-07 | 1 | -1/+2 |
* | LACP frames must not be send VLAN-tagged, check for that before processing. | thompsa | 2011-04-30 | 1 | -1/+1 |
* | Make various (pseudo) interfaces compile without INET in the kernel | bz | 2011-04-27 | 1 | -1/+3 |
* | Fix a panic that can happen when trying to destroy a lagg(4) with scheduler s... | eri | 2011-03-04 | 1 | -1/+2 |
* | Add a sysctl knob to accept input packets on any link in a failover lagg. | emaste | 2010-09-01 | 1 | -1/+9 |
* | Remove the check for IFF_DRV_OACTIVE right before adding a port into lagg | delphij | 2010-03-09 | 1 | -4/+0 |
* | Propagate the vlan eventis to the underlying interfaces/members so they can d... | eri | 2010-02-06 | 1 | -0/+57 |