aboutsummaryrefslogtreecommitdiff
path: root/src/net/eth_slow.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-14[lacp] Ignore (and do not echo) trailing padding on received packetsMichael Brown1-0/+3
2020-10-14[lacp] Detect and ignore erroneously looped back LACP packetsMichael Brown1-0/+8
2018-03-19[lacp] Check the partner's own state when checking for blocked linksMichael Brown1-4/+4
2018-03-18[lacp] Fix debug message to match documentationMichael Brown1-1/+1
2018-03-18[lacp] Mark link as blocked if partner is not yet up and runningMichael Brown1-0/+22
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-07-23[lacp] Set "aggregatable" flag in response LACPDUSven Ulland1-1/+2
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-07-15[netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown1-1/+3
2010-11-18[lacp] Fix dumping of raw LACP packetsMichael Brown1-2/+2
2010-11-18[netdevice] Use net device name in debugging messagesMichael Brown1-10/+10
2010-10-07[netdevice] Pass both link-layer addresses in net_tx() and net_rx()Michael Brown1-2/+5
2010-08-20[build] Fix misaligned table entries when using gcc 4.5Piotr JaroszyƄski1-1/+1
2010-05-10[lacp] Add simple LACP implementationMichael Brown1-0/+267