| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r317279: Remove unneeded conditions. | mav | 2017-05-02 | 1 | -8/+4 |
* | MFC r317253: Add interface reference counting to if_lagg. | mav | 2017-05-02 | 1 | -3/+13 |
* | MFC r312979 (by loos): | mav | 2017-05-02 | 1 | -7/+10 |
* | MFC r310180, r310327 | asomers | 2017-02-02 | 1 | -1/+1 |
* | Get closer to a VIMAGE network stack teardown from top to bottom rather | bz | 2016-06-21 | 1 | -1/+1 |
* | sys/net*: minor spelling fixes. | pfg | 2016-05-03 | 1 | -1/+1 |
* | Revert accidental submit of WIP as part of r297609 | rpokala | 2016-04-06 | 1 | -230/+33 |
* | Storage Controller Interface driver - typo in unimplemented macro in | rpokala | 2016-04-06 | 1 | -33/+230 |
* | Fix regression introduced on 272446r. | araujo | 2016-02-19 | 1 | -1/+1 |
* | Add an IOCTL rr_limit to let users fine tuning the number of packets to be | araujo | 2016-01-23 | 1 | -2/+23 |
* | Revert r292275 & r292379 | smh | 2015-12-17 | 1 | -9/+4 |
* | Fix lagg failover due to missing notifications | smh | 2015-12-15 | 1 | -4/+9 |
* | Move iflladdr_event eventhandler invocation to if_setlladdr. | melifaro | 2015-11-14 | 1 | -6/+1 |
* | Fix lladdr change propagation for on vlans on top of it. | melifaro | 2015-11-01 | 1 | -50/+79 |
* | Fix a panic when destroying a lagg interface. | hrs | 2015-10-16 | 1 | -1/+2 |
* | Fix a bug that caused reinitialization failure of MAC addresses on | hrs | 2015-10-07 | 1 | -6/+14 |
* | Remove per complete the fec aggregation protocol. | araujo | 2015-10-04 | 1 | -9/+0 |
* | Make LAG LACP fast timeout tunable through IOCTL. | hiren | 2015-08-12 | 1 | -0/+19 |
* | Fix a possible mbuf leak on interface departure. | ae | 2015-03-26 | 1 | -1/+5 |
* | Factor out mbuf hashing code from LAGG driver so that other network | hselasky | 2015-03-11 | 1 | -125/+19 |
* | Improve the distribution of LAGG port traffic. | will | 2015-01-23 | 1 | -12/+15 |
* | Fix condition and really sort ports. Also add comment describing | ae | 2015-01-17 | 1 | -2/+7 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | hselasky | 2014-12-01 | 1 | -3/+4 |
* | - Fix lladdr configuration which could prevent LACP mode from working. | hrs | 2014-10-17 | 1 | -48/+40 |
* | - Move L2 addr configuration for the primary port to a taskqueue. This fixes | hrs | 2014-10-05 | 1 | -14/+36 |
* | Separate option handling from SIOC[SG]LAGG to SIOC[SG]LAGGOPTS for | hrs | 2014-10-02 | 1 | -103/+101 |
* | Virtualize lagg(4) cloner. This change fixes a panic when tearing down | hrs | 2014-10-01 | 1 | -77/+170 |
* | Fix off by one in lagg_port_destroy(). | glebius | 2014-10-01 | 1 | -1/+1 |
* | Finally, convert counters in struct ifnet to counter(9). | glebius | 2014-09-28 | 1 | -7/+7 |
* | Convert to if_inc_counter() last remnantes of bare access to struct ifnet | glebius | 2014-09-28 | 1 | -2/+2 |
* | Use underlying ports counters to get lagg statistics instead of | melifaro | 2014-09-27 | 1 | -48/+73 |
* | Remove macros that hide access to struct ifnet fields. | glebius | 2014-09-26 | 1 | -2/+2 |
* | Make all lagg protocol methods live in lagg_protos, not in softc. All | glebius | 2014-09-26 | 1 | -69/+131 |
* | Keep list of lagg ports sorted by if_index. | ae | 2014-09-26 | 1 | -3/+13 |
* | - Whitespace. | glebius | 2014-09-26 | 1 | -91/+89 |
* | - Provide lagg_proto_attach(), lagg_proto_detach(). | glebius | 2014-09-26 | 1 | -50/+69 |
* | - When reconfiguring protocol on a lagg, first set it to LAGG_PROTO_NONE, | glebius | 2014-09-26 | 1 | -82/+43 |
* | Make lagg protocols detach methods returning void. | glebius | 2014-09-26 | 1 | -35/+13 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-22 | 1 | -11/+5 |
* | Add laggproto broadcast, it allows sends frames to all ports of the lagg(4) g... | araujo | 2014-09-18 | 1 | -1/+97 |
* | Revert r271504. A new patch to solve this issue will be made. | hselasky | 2014-09-13 | 1 | -4/+9 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-13 | 1 | -9/+4 |
* | - Remove unneeded include. | araujo | 2014-08-11 | 1 | -1/+0 |
* | Improve locking of multicast addresses in VLAN and LAGG interfaces. | mav | 2014-08-04 | 1 | -14/+18 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -4/+2 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -2/+4 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -4/+2 |
* | Fix build for non-INET that was broken by r264469. | rmacklem | 2014-04-15 | 1 | -1/+5 |
* | Lagg did not set the value of if_hw_tsomax, so when lagg | rmacklem | 2014-04-14 | 1 | -1/+8 |
* | Simplify filling sockaddr_dl structure for if_resolvemulti() | melifaro | 2014-01-18 | 1 | -5/+1 |