summaryrefslogtreecommitdiffstats
path: root/sys/net/if_lagg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the protocol and port count checks to outside the loop, these conditionsthompsa2008-09-181-8/+8
* Make sure there is at least one port to avoid divide by zero when choosing thethompsa2008-09-181-1/+2
* port % count will never be greater than LAGG_MAX_PORTS so nuke the test.thompsa2008-07-041-6/+2
* Switch the LACP state machine over to its own mutex to protect the internals,thompsa2008-03-161-3/+6
* Pass any unmatched slowprotocols frames up the stack instead of dropping them,thompsa2007-12-311-2/+3
* - Use the macro to check the port status has it will also test if itsthompsa2007-12-181-2/+2
* Add myself to the copyright.thompsa2007-12-171-0/+1
* Support monitor mode where the frame is discarded after bpf and stats process...thompsa2007-12-051-0/+5
* Have the lagg interface generate link up/down events, the interface is markedthompsa2007-11-251-0/+20
* Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when stackedthompsa2007-10-201-2/+2
* Fix two panics in lagg.thompsa2007-10-121-36/+33
* Show the ACTIVE flag in ifconfig for the single interface that is actaullythompsa2007-08-301-1/+5
* - Propagate the largest set of interface capabilities supported by all laggthompsa2007-07-301-15/+57
* Avoid holding the softc lock when using copyout().thompsa2007-07-261-28/+52
* Allow the LACP state to be queried from userland which at the moment is thethompsa2007-07-051-0/+8
OpenPOWER on IntegriCloud