aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-17be2net: reduce arguments passed to FW-cmd routinesKalesh AP3-22/+13
2014-07-17be2net: update UE bit description stringsVasundhara Volam1-13/+13
2014-07-17be2net: fix return status of some ndo methodsKalesh AP1-16/+27
2014-07-17be2net: fix return status of some ethtool methodsKalesh AP2-5/+9
2014-07-17be2net: return -ENOMEM for memory allocation failuresKalesh AP1-2/+2
2014-07-17be2net: return -ETIMEDOUT when a FW-cmd times outKalesh AP1-2/+2
2014-07-17be2net: fix error status for FW-downloadKalesh AP1-3/+3
2014-07-17be2net: use -ENETDOWN error status when interface is downKalesh AP1-2/+2
2014-07-17bonding: destroy proc directory only after all bonds are goneVeaceslav Falico1-1/+2
2014-07-17bonding: use rtnl_deref in bond_change_rx_flags()Veaceslav Falico1-4/+2
2014-07-17cxgb4: Export symbols required by cxgb4i for ipv6 support and required definesAnish Bhatt3-4/+12
2014-07-17cxgb4/iw_cxgb4: Move common defines to cxgb4Anish Bhatt1-0/+1
2014-07-17bonding: enhance L2 hash helper with packet typeJianhua Xie1-4/+4
2014-07-17Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt4-22/+13
2014-07-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller9-13/+65
2014-07-16bonding: Do not try to send packets over dead link in TLB mode.Mahesh Bandewar3-5/+64
2014-07-16net: davinci_mdio: allow to create phys from dtGrygorii Strashko1-2/+19
2014-07-16net: davinci_mdio: reuse for keystone2 archGrygorii Strashko1-2/+2
2014-07-16net/mlx4_core: Remove MCG in case it is attached to promiscuous QPs onlySaeed Mahameed1-26/+62
2014-07-16net/mlx4_core: In SR-IOV mode host should add promisc QP to default entry onlyEugenia Emantayev1-70/+99
2014-07-16net/mlx4_core: Make sure the max number of QPs per MCG isn't exceededAlexander Guller1-1/+7
2014-07-16net/mlx4_core: Make sure that negative array index isn't usedDotan Barak1-12/+26
2014-07-16net/mlx4_core: Fix leakage of SW multicast entriesYevgeny Petrilin1-1/+13
2014-07-16net: ppp: access ppp->nextseq only if CONFIG_PPP_MULTILINK is definedChristoph Schulz1-0/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller38-275/+389
2014-07-16i40e: (ptp) warn when PF_ID does not match in PRTTSYN_CTL0Jacob Keller1-2/+6
2014-07-16i40e/i40evf: Clean up codePaul M Stillwell Jr5-6/+3
2014-07-16i40e: fix race conditions on queuing skb for HW time stampJakub Kicinski3-1/+5
2014-07-16i40e: never generate both software and hardware timestampsJakub Kicinski1-2/+2
2014-07-16i40e: Add ndo_get_phys_port_id() callback supportNeerav Parikh5-2/+49
2014-07-15bonding: remove pr_fmt from bond_options.cVeaceslav Falico1-2/+0
2014-07-15bonding: convert bond_options.c to use netdev_printk instead of pr_Veaceslav Falico1-115/+101
2014-07-15bonding: convert bond_procfs.c to use netdev_printk instead of pr_Veaceslav Falico1-2/+2
2014-07-15bonding: bonding: remove pr_fmt from bond_netlink.cVeaceslav Falico1-2/+0
2014-07-15bonding: convert bond_netlink.c to use netdev_printk instead of pr_Veaceslav Falico1-6/+3
2014-07-15bonding: convert bond_debugfs.c to use netdev_printk instead of pr_Veaceslav Falico1-4/+2
2014-07-15bonding: remove pr_fmt from bond_alb.cVeaceslav Falico1-2/+0
2014-07-15bonding: convert bond_alb.c to use netdev_printk instead of pr_Veaceslav Falico1-19/+15
2014-07-15bonding: remove pr_fmt from bond_3ad.cVeaceslav Falico1-2/+0
2014-07-15bonding: convert bond_3ad.c to use netdev_printk instead of pr_Veaceslav Falico1-95/+88
2014-07-15bonding: remove pr_fmt from bond_main.cVeaceslav Falico1-2/+0
2014-07-15bonding: convert bond_main.c to use netdev_printk instead of pr_Veaceslav Falico1-180/+162
2014-07-15drivers: net: cpsw: disable coalesce when rx_coalesce_usecs is zeroMugunthan V N1-3/+7
2014-07-15bonding: fix bond_option_mode_set warningNikolay Aleksandrov1-1/+2
2014-07-15bonding: permit enslaving interfaces without set_mac supportVeaceslav Falico1-9/+10
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree9-10/+56
2014-07-15net: ppp: reset nextseq counter when enabling SC_MULTILINKChristoph Schulz1-0/+2
2014-07-15bonding: add proper __rcu annotation for current_arp_slaveEric Dumazet2-7/+10
2014-07-15bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet4-45/+63
2014-07-15bonding: use rcu_access_pointer() in bonding_show_mii_status()Eric Dumazet1-1/+2