summaryrefslogtreecommitdiffstats
path: root/sys/net/if_lagg.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r271946 and r272595:hselasky2014-11-031-11/+5
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-4/+4
* MFC r272176:ae2014-10-071-3/+13
* MFC r269492:mav2014-08-181-18/+18
* MFC: r264469, r264498rmacklem2014-05-061-2/+13
* MFC r260070scottl2014-01-021-3/+13
* There are some high performance NICs that count statistics in hardware,glebius2013-10-091-0/+1
* Convert the if_lagg rwlock to an rmlock.adrian2013-08-291-24/+41
* Break out the static, global LACP debug options into a per-lagg unitadrian2013-07-261-1/+2
* Bring over some link aggregation / LACP protocol improvements and debuggingadrian2013-07-131-1/+29
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEhrs2013-07-021-0/+30
* Return ENETDOWN instead of ENOENT when all lagg(4) links aredelphij2013-06-171-3/+3
* Properly set curvnet context in lagg_port_setlladdr() task handler.trociny2013-06-071-0/+2
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-2/+2
* Switch lagg(4) statistics to counter(9).glebius2013-04-151-4/+34
* Remove __FreeBSD_version ifdefs.glebius2013-03-221-6/+0
* If lagg(4) can't forward a packet due to underlying port problems,glebius2013-01-211-2/+2
* Fix build.delphij2012-10-171-1/+1
* report total number of ports for each lagg(4) interfaceemax2012-10-161-0/+3
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-5/+7
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Convert lagg(4) to use if_transmit instead of if_start.glebius2012-09-201-24/+32
* Add the same check as vlan(4) where we ignore the ifnet departure event if thethompsa2012-06-301-0/+3
* if_lagg: allow to invoke SIOCSLAGGPORT multiple times in a rowrea2012-05-281-1/+6
* Relax restriction on direct tx to child portsemaste2012-05-031-13/+3
* Set the proto to LAGG_PROTO_NONE before calling the detach routine so packetsthompsa2012-04-121-6/+10
* Move the vlan buffer space into the union which also fixes an unused variablethompsa2012-03-071-2/+2
* Add the ability to set which packet layers are used for the load balance hashthompsa2012-03-061-13/+65
* Add a sysctl/tunable default value for the use_flowid sysctl in r232008.thompsa2012-02-231-1/+6
* Using the flowid in the mbuf assumes the network card is giving a good hash forthompsa2012-02-221-1/+13
* In r191367 the need for if_free_type() was removed and a new memberbrooks2011-11-111-4/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Add missing MODULE_VERSION() definition to protect against duplicatingpluknet2011-08-011-0/+1
* Grab the rlock before checking if our interface is enabled, it could bethompsa2011-07-071-1/+2
* 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-271-1/+3
* Fix a panic that can happen when trying to destroy a lagg(4) with scheduler s...eri2011-03-041-1/+2
* Add a sysctl knob to accept input packets on any link in a failover lagg.emaste2010-09-011-1/+9
* Remove the check for IFF_DRV_OACTIVE right before adding a port into laggdelphij2010-03-091-4/+0
* Propagate the vlan eventis to the underlying interfaces/members so they can d...eri2010-02-061-0/+57
* Declare a new EVENTHANDLER called iflladdr_event which signals that the L2thompsa2010-01-181-0/+1
* Stop GCC from complaining about lagg_port_checkstacking() being unused.trasz2010-01-081-2/+7
* Use the flowid if its available for selecting the tx port.thompsa2009-04-301-1/+4
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-3/+3
* - Protect against sc->sc_primary being nullthompsa2008-12-171-3/+4
* Update the interface baudrate taking into account the max speed for thethompsa2008-12-171-0/+19
* Also propagate the if_hwassist value to the parent so that cksum offload works.thompsa2008-12-161-1/+6
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-221-3/+1
* Do not mangle if_oerrors of the underlying interface. This counterglebius2008-09-301-2/+0
OpenPOWER on IntegriCloud