summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* bonding: Remove unnecessary returned value checkZhu Yanjun2017-02-031-6/+4
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-6/+4
* 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-111-2/+2
|\
| * bonding: quit messing with IOCTLAl Viro2016-09-271-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-3/+4
|\|
| * bonding: Fix bonding crashMahesh Bandewar2016-09-041-3/+4
* | bonding: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-011-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/+1
* | net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-071-0/+2
|/
* bonding: fix bond_get_stats()Eric Dumazet2016-03-181-31/+35
* bonding: remove duplicate set of flag IFF_MULTICASTZhang Shengju2016-03-181-1/+1
* net: bonding: use __ethtool_get_ksettingsDavid Decotigny2016-02-251-8/+6
* 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/+3
* | bonding: trivial: style fixesZhang Shengju2016-02-081-6/+4
* | 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
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-111-1/+4
|\
| * bonding: Prevent IPv6 link local address on enslaved devicesKarl Heiss2016-01-111-1/+4
* | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-4/+3
* | net: bonding: remove redudant bracketsyzhu12015-12-041-1/+1
* | bonding: set inactive flags on releaseJiri Pirko2015-12-031-0/+2
* | bonding: implement lower state change propagationJiri Pirko2015-12-031-0/+10
* | bonding: allow notifications for bond_set_slave_link_stateJiri Pirko2015-12-031-18/+36
* | bonding: fill-up LAG changeupper info struct and pass it alongJiri Pirko2015-12-031-14/+31
* | net: add possibility to pass information about upper device via notifierJiri Pirko2015-12-031-1/+1
* | net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko2015-12-031-1/+1
|/
* bonding: fix panic on non-ARPHRD_ETHER enslave failureJay Vosburgh2015-11-071-0/+1
* bonding: simplify / unify event handling code for 3ad mode.Mahesh Bandewar2015-11-021-12/+2
* bonding: support encapsulated ipv6 TSOEric Dumazet2015-10-151-1/+1
* bonding: use l4 hash if availableEric Dumazet2015-09-171-0/+4
* flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-301-2/+0
|\
| * bonding: fix bond_poll_controller bh_enable warningNikolay Aleksandrov2015-08-281-2/+0
* | net: bonding: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-0/+1
|\|
| * bonding: Gratuitous ARP gets dropped when first slave addedVenkat Venkatsubra2015-08-121-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-231-3/+31
|\|