aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23bonding: Display LACP info only to CAP_NET_ADMIN capable userMahesh Bandewar3-65/+71
2015-06-15bonding: export slave's partner_oper_port_state via sysfs and netlinkNikolay Aleksandrov2-0/+21
2015-06-15bonding: export slave's actor_oper_port_state via sysfs and netlinkNikolay Aleksandrov2-1/+25
2015-06-04net: Add full IPv6 addresses to flow_keysTom Herbert1-5/+4
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-17switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar1-0/+3
2015-05-17rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel1-1/+1
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko1-9/+9
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko1-1/+1
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman1-4/+1
2015-05-12switchdev: cut over to new switchdev_port_bridge_getlinkScott Feldman1-0/+1
2015-05-12switchdev: cut over to new switchdev_port_bridge_dellinkScott Feldman1-1/+1
2015-05-12switchdev: cut over to new switchdev_port_bridge_setlinkScott Feldman1-1/+1
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko1-2/+2
2015-05-11bonding: add netlink support for sys prio, actor sys mac, and port keyAndy Gospodarek2-9/+71
2015-05-11bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar4-7/+58
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar5-1/+56
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar5-2/+60
2015-04-29net: Fix Kernel Panic in bonding driver debugfs file: rlb_hash_tablePai1-0/+10
2015-04-26net/bonding: Make DRV macros privateMatan Barak3-0/+28
2015-04-08bonding: Remove unnecessary initializationMahesh Bandewar1-9/+0
2015-04-08bonding: Code re-factoring for admin, oper-key operationsMahesh Bandewar1-16/+13
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-03-31bonding: Fix another case of LACPDU not sent on slaveMahesh Bandewar1-0/+3
2015-03-31bonding: deprecate BOND_MONITOR_CHURNED in favor of existing definitionsMahesh Bandewar1-6/+6
2015-03-31bonding: Bonding Overriding Configuration logic restored.Anton Nayshtut1-1/+2
2015-03-31bonding: Remove hardcoded initializationMahesh Bandewar1-1/+1
2015-03-29bonding: Don't segment multiple tagged packets on bonding deviceToshiaki Makita1-0/+1
2015-03-06bonding: implement bond_poll_controller()Mahesh Bandewar1-0/+33
2015-02-24bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar2-7/+93
2015-02-24bonding: Verify RX LACPDU has proper dest mac-addrMahesh Bandewar1-0/+3
2015-02-20bonding: simple code refactorMahesh Bandewar1-4/+2
2015-02-09net/bonding: Fix potential bad memory access during bonding eventsMoni Shoua1-17/+11
2015-02-04net/bonding: Notify state change on slavesMoni Shoua1-0/+42
2015-02-04net/bonding: Move slave state changes to a helper functionMoni Shoua1-26/+38
2015-02-01bonding: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellink handlersRoopa Prabhu1-1/+8
2015-01-27bonding: cleanup and remove dead codeJonathan Toppins1-1/+1
2015-01-27bonding: fix LACP PDU not sent on slave port sometimesSatish Ashok1-3/+8
2015-01-27bonding: fix incorrect lacp mux state when agg not activeWilson Kok1-10/+34
2015-01-27bonding: fix bond_open() don't always set slave active flagWilson Kok1-1/+1
2015-01-27bonding: update bond carrier state when min_links option changesJonathan Toppins2-1/+2
2015-01-25bonding: handle more gso typesEric Dumazet1-3/+3
2015-01-12bonding: cleanup bond_opts arrayJonathan Toppins1-3/+2
2014-12-27bonding: change error message to debug message in __bond_release_one()Wengang Wang1-1/+1
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2014-11-29bond: Check length of IFLA_BOND_ARP_IP_TARGET attributesThomas Graf1-1/+6
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-2/+2
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko2-19/+6
2014-11-19bonding: Introduce 4 AD link speed to fix agg_bandwidthJianhua Xie1-1/+37