aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-16bonding: add 802.3ad support for 25G speedsJarod Wilson1-0/+9
2017-03-09bonding: reduce scope of some global variablesMahesh Bandewar1-6/+5
2017-03-09bonding: remove "port-moved" state that was never implementedMahesh Bandewar1-8/+3
2017-03-09bonding: remove hardcoded valueMahesh Bandewar1-1/+13
2017-03-09bonding: initialize work-queues during creation of bondMahesh Bandewar1-2/+2
2017-03-09bonding: restructure arp-monitorMahesh Bandewar1-10/+14
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2017-03-02bonding: use ETH_MAX_MTU as max mtuWANG Cong1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar2-1/+3
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel1-2/+0
2017-02-03bonding: Remove unnecessary returned value checkZhu Yanjun1-6/+4
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-6/+4
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-10-30net: bonding: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-8/+8
2016-10-18net: bonding: Flip to the new dev walk APIDavid Ahern2-38/+61
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-09-27bonding: quit messing with IOCTLAl Viro1-2/+2
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2016-09-04bonding: Fix bonding crashMahesh Bandewar1-3/+4
2016-09-01bonding: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-09bonding: fix the typoZhu Yanjun1-1/+1
2016-07-25net/bonding: Enforce active-backup policy for IPoIB bondsMark Bloch1-1/+10
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2016-07-14bonding: set carrier off for devices created through netlinkBeniamino Galvani1-1/+5
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+10
2016-07-05bonding: fix enslavement slave link notificationsAviv Heller1-0/+1
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko1-0/+2
2016-07-01bonding: prevent out of bound accessesEric Dumazet2-9/+9
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+45
2016-06-28bonding: fix 802.3ad aggregator reselectionJay Vosburgh1-19/+45
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-23/+1
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+2
2016-03-18bonding: fix bond_get_stats()Eric Dumazet1-31/+35
2016-03-18bonding: remove duplicate set of flag IFF_MULTICASTZhang Shengju1-1/+1
2016-02-25net: bonding: use __ethtool_get_ksettingsDavid Decotigny1-8/+6
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+29
2016-02-16bonding: don't use stale speed and duplex informationJay Vosburgh1-0/+1
2016-02-13bonding: Fix ARP monitor validationJay Vosburgh1-11/+28
2016-02-11bonding: use return instead of gotoZhang Shengju1-6/+3
2016-02-11bonding: Return correct error codeAmitoj Kaur Chawla1-1/+1
2016-02-11bonding: 3ad: allow to set ad_actor settings while the bond is upNikolay Aleksandrov2-4/+7
2016-02-09bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov2-3/+41
2016-02-08bonding: trivial: style fixesZhang Shengju1-6/+4
2016-02-06bonding: add slave device name for debugZhang Shengju1-2/+2
2016-02-06bond: track sum of rx_nohandler for all slavesJarod Wilson1-0/+1
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-01-11bonding: Prevent IPv6 link local address on enslaved devicesKarl Heiss1-1/+4
2016-01-11bonding: make mii_status sysfs node consistentJarod Wilson1-1/+1
2015-12-23bonding: drop unused to_dev macro in bond_sysfs.cGeliang Tang1-1/+0
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-4/+3