summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-311-2/+0Star
|\
| * bonding: fix bond_poll_controller bh_enable warningNikolay Aleksandrov2015-08-291-2/+0Star
* | net: bonding: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-141-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
|\|
| * bonding: correct the MAC address for "follow" fail_over_mac policydingtianhong2015-07-211-0/+20
| * bonding: correctly handle bonding type change on enslave failureNikolay Aleksandrov2015-07-211-3/+10
| * bonding: fix destruction of bond with devices different from arphrd_etherNikolay Aleksandrov2015-07-201-0/+1
* | bonding: trivial: remove unused variablesNikolay Aleksandrov2015-07-201-2/+0Star
|/
* bonding: "primary_reselect" with "failure" is not working properlyMazhar Rana2015-07-091-17/+34
* net: Add full IPv6 addresses to flow_keysTom Herbert2015-06-051-5/+4Star
* switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar2015-05-181-0/+3
* flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-131-9/+9
* net: change name of flow_dissector header to match the .c file nameJiri Pirko2015-05-131-1/+1
* switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman2015-05-131-4/+1Star
* switchdev: cut over to new switchdev_port_bridge_getlinkScott Feldman2015-05-131-0/+1
* switchdev: cut over to new switchdev_port_bridge_dellinkScott Feldman2015-05-131-1/+1
* switchdev: cut over to new switchdev_port_bridge_setlinkScott Feldman2015-05-131-1/+1
* switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko2015-05-131-2/+2
* bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar2015-05-111-0/+10
* bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar2015-05-111-0/+1
* bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar2015-05-111-0/+12
* net: Fix Kernel Panic in bonding driver debugfs file: rlb_hash_tablePai2015-04-291-0/+10
* net/bonding: Make DRV macros privateMatan Barak2015-04-271-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-1/+2
|\
| * bonding: Bonding Overriding Configuration logic restored.Anton Nayshtut2015-03-311-1/+2
* | bonding: Don't segment multiple tagged packets on bonding deviceToshiaki Makita2015-03-291-0/+1
* | bonding: implement bond_poll_controller()Mahesh Bandewar2015-03-061-0/+33
* | bonding: simple code refactorMahesh Bandewar2015-02-201-4/+2Star
|/
* net/bonding: Fix potential bad memory access during bonding eventsMoni Shoua2015-02-091-17/+11Star
* net/bonding: Notify state change on slavesMoni Shoua2015-02-051-0/+42
* net/bonding: Move slave state changes to a helper functionMoni Shoua2015-02-051-26/+38
* bonding: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/del...Roopa Prabhu2015-02-021-1/+8
* bonding: cleanup and remove dead codeJonathan Toppins2015-01-281-1/+1
* bonding: fix bond_open() don't always set slave active flagWilson Kok2015-01-281-1/+1
* bonding: update bond carrier state when min_links option changesJonathan Toppins2015-01-281-1/+1
* bonding: handle more gso typesEric Dumazet2015-01-261-3/+3
* bonding: change error message to debug message in __bond_release_one()Wengang Wang2014-12-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-221-1/+2
|\
| * bonding: fix curr_active_slave/carrier with loadbalance arp monitoringNikolay Aleksandrov2014-11-191-1/+2
* | vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-211-2/+2
* | vlan: kill vlan_put_tag helperJiri Pirko2014-11-211-6/+2Star
* | net: generic dev_disable_lro() stacked device handlingMichal Kubeček2014-11-131-0/+3
* | net: Move bonding headers under include/netDavid S. Miller2014-11-101-3/+3
* | bonding: add bond_tx_drop() helperEric Dumazet2014-10-311-8/+7Star
|/
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-3/+6
* bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar2014-10-061-13/+179
* bonding: make global bonding stats more reliableAndy Gospodarek2014-09-301-28/+40