summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* net: bonding: Replace mac address parsingAndy Shevchenko2017-12-201-5/+1
* bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEMXin Long2017-11-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-152-15/+29
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-1/+2
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
| |\ \
| * | | bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_linkXin Long2017-10-251-8/+3
| * | | net: bonding: Add extack messages for some enslave failuresDavid Ahern2017-10-041-0/+7
| * | | net: Add extack to upper device linkingDavid Ahern2017-10-041-3/+4
| * | | net: Add extack to ndo_add_slaveDavid Ahern2017-10-042-3/+4
| * | | bonding: speed/duplex update at NETDEV_UP eventMahesh Bandewar2017-10-031-1/+10
| * | | arp: make arp_hdr_len() return unsigned intAlexey Dobriyan2017-09-281-1/+2
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-132-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-072-0/+2
| |\ \ \ | | | |/ | | |/|
| * | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-4/+4
| | |/ | |/|
* | | bonding: fix slave stuck in BOND_LINK_FAIL stateJay Vosburgh2017-11-081-0/+1
* | | bonding: discard lowest hash bit for 802.3ad layer3+4Hangbin Liu2017-11-081-1/+1
| |/ |/|
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* net: bonding: fix tlb_dynamic_lb default valueNikolay Aleksandrov2017-09-121-10/+7
* net: bonding: Fix transmit load balancing in balance-alb mode if specified by...Kosuke Tatsukawa2017-09-111-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-151-5/+8
|\
| * bonding: ratelimit failed speed/duplex update warningAndreas Born2017-08-131-3/+4
| * bonding: require speed/duplex only for 802.3ad, alb and tlbAndreas Born2017-08-111-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-0/+2
|\ \ | |/
| * bonding: commit link status change after proposeWANG Cong2017-07-261-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-1/+1
|\ \ | |/
| * net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa2017-07-201-1/+1
* | net: bonding: constify attribute_group structures.Arvind Yadav2017-07-181-1/+1
|/
* bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong2017-07-081-6/+9
* Bonding: Convert multiple netdev_info messages to netdev_dbgMichael Dilmore2017-06-291-65/+67
* net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-3/+4
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-2/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-152-3/+30
|\
| * 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: warn user when 802.3ad speed is unknownNicolas Dichtel2017-06-101-0/+5
* | net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky2017-06-081-6/+0
* | bonding: Prevent duplicate userspace notificationVlad Yasevich2017-05-272-3/+27
|/
* 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/+2
* 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-025-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
OpenPOWER on IntegriCloud