summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: fix 802.3ad support for 14G speedNicolas Dichtel2017-06-081-0/+9
* bonding: fix 802.3ad support for 5G and 50G speedsThibaut Collet2017-06-081-0/+18
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-3/+3
* bonding: Don't update slave->link until ready to commitNithin Sujir2017-05-251-2/+9
* bonding: fix randomly populated arp target arrayJarod Wilson2017-05-221-3/+2Star
* bonding: fix accounting of active ports in 3adJarod Wilson2017-05-221-1/+1
* bonding: check nla_put_be32 return valueHangbin Liu2017-05-081-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-035-121/+190
|\
| * bonding: fix wq initialization for links created via netlinkMahesh Bandewar2017-04-212-1/+6
| * bonding: deliver link-local packets with skb->dev set to link that packets ar...Chonggang Li2017-04-171-0/+3
| * bonding: handle link transition from FAIL to UP correctlyMahesh Bandewar2017-04-131-1/+2
| * bonding: attempt to better support longer hw addressesJarod Wilson2017-04-063-67/+97
| * bonding: fix active-backup transitionMahesh Bandewar2017-04-051-8/+5Star
| * bonding: refine bond_fold_stats() wrap detectionEric Dumazet2017-03-301-3/+8
| * bonding: avoid printing while holding a spinlockMahesh Bandewar2017-03-281-3/+3
| * bonding: correctly update link status during mii-commit phaseMahesh Bandewar2017-03-281-1/+6
| * bonding: make speed, duplex setting consistent with link stateMahesh Bandewar2017-03-281-10/+14
| * bonding: improve link-status update in mii-monitoringMahesh Bandewar2017-03-281-9/+9
| * bonding: add 802.3ad support for 25G speedsJarod Wilson2017-03-171-0/+9
| * bonding: reduce scope of some global variablesMahesh Bandewar2017-03-101-6/+5Star
| * bonding: remove "port-moved" state that was never implementedMahesh Bandewar2017-03-101-8/+3Star
| * bonding: remove hardcoded valueMahesh Bandewar2017-03-101-1/+13
| * bonding: initialize work-queues during creation of bondMahesh Bandewar2017-03-101-2/+2
| * bonding: restructure arp-monitorMahesh Bandewar2017-03-101-10/+14
* | bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removalPaolo Abeni2017-04-281-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-051-0/+1
|\
| * bonding: use ETH_MAX_MTU as max mtuWANG Cong2017-03-021-0/+1
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+3
|/
* net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-061-2/+0Star
* bonding: Remove unnecessary returned value checkZhu Yanjun2017-02-031-6/+4Star
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-6/+4Star
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* net: bonding: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-301-8/+8
* net: bonding: Flip to the new dev walk APIDavid Ahern2016-10-182-38/+61
* Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-121-2/+2
|\
| * bonding: quit messing with IOCTLAl Viro2016-09-281-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-131-3/+4
|\|
| * bonding: Fix bonding crashMahesh Bandewar2016-09-041-3/+4
* | bonding: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-021-1/+1
|/
* bonding: fix the typoZhu Yanjun2016-08-091-1/+1
* net/bonding: Enforce active-backup policy for IPoIB bondsMark Bloch2016-07-251-1/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-1/+5
|\
| * bonding: set carrier off for devices created through netlinkBeniamino Galvani2016-07-151-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-063-9/+10
|\|
| * bonding: fix enslavement slave link notificationsAviv Heller2016-07-051-0/+1
| * bonding: prevent out of bound accessesEric Dumazet2016-07-012-9/+9
* | net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko2016-07-051-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-19/+45
|\|
| * bonding: fix 802.3ad aggregator reselectionJay Vosburgh2016-06-281-19/+45
* | net: add netdev_lockdep_set_classes() helperEric Dumazet2016-06-091-23/+1Star