summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-3/+3
|\
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-3/+3
* | net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky2017-06-081-6/+0Star
* | bonding: Prevent duplicate userspace notificationVlad Yasevich2017-05-281-1/+2
|/
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-031-74/+115
|\
| * bonding: fix wq initialization for links created via netlinkMahesh Bandewar2017-04-211-1/+1
| * 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-061-31/+42
| * bonding: fix active-backup transitionMahesh Bandewar2017-04-051-8/+5Star
| * bonding: refine bond_fold_stats() wrap detectionEric Dumazet2017-03-301-3/+8
| * 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: reduce scope of some global variablesMahesh Bandewar2017-03-101-6/+5Star
| * 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
|/
* bonding: use ETH_MAX_MTU as max mtuWANG Cong2017-03-021-0/+1
* 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-181-8/+9
* 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-061-0/+1
|\
| * bonding: fix enslavement slave link notificationsAviv Heller2016-07-051-0/+1
* | net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko2016-07-051-0/+2
* | net: add netdev_lockdep_set_classes() helperEric Dumazet2016-06-091-23/+1Star
* | net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-081-0/+2
|/
* bonding: fix bond_get_stats()Eric Dumazet2016-03-191-31/+35
* bonding: remove duplicate set of flag IFF_MULTICASTZhang Shengju2016-03-191-1/+1
* net: bonding: use __ethtool_get_ksettingsDavid Decotigny2016-02-261-8/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-11/+29
|\
| * bonding: don't use stale speed and duplex informationJay Vosburgh2016-02-161-0/+1
| * bonding: Fix ARP monitor validationJay Vosburgh2016-02-131-11/+28
* | bonding: use return instead of gotoZhang Shengju2016-02-111-6/+3Star
* | bonding: trivial: style fixesZhang Shengju2016-02-081-6/+4Star
* | bonding: add slave device name for debugZhang Shengju2016-02-061-2/+2
* | bond: track sum of rx_nohandler for all slavesJarod Wilson2016-02-061-0/+1
|/