aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-28net: mvmdio: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28fs_enet: remove empty MDIO bus functionFlorian Fainelli1-7/+0
2014-03-28fec: remove empty MDIO bus functionFlorian Fainelli1-6/+0
2014-03-28net: ethoc: remove empty MDIO bus functionFlorian Fainelli1-6/+0
2014-03-28dnet: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28macb: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28tg3: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-28net: greth: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-27net: bcmgenet: set RBUF_SKIP_FCS based on UniMAC CRC forwardingFlorian Fainelli1-0/+9
2014-03-27yam: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-03-27isdn: replace del_timer by del_timer_syncJulia Lawall3-4/+4
2014-03-27bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not setYuval Mintz1-1/+1
2014-03-27Merge branch 'sxgbe'David S. Miller21-0/+6398
2014-03-27drivers/net: Use RCU_INIT_POINTER(x, NULL) in tun.cMonam Agarwal1-4/+4
2014-03-27drivers/net: Use RCU_INIT_POINTER(x, NULL) in bonding/bond_options.cMonam Agarwal1-1/+1
2014-03-26net: sxgbe: add ethtool related functions support Samsung sxgbeVipul Pandya4-1/+458
2014-03-26net: sxgbe: add Checksum offload support for Samsung sxgbeVipul Pandya4-12/+61
2014-03-26net: sxgbe: add TSO support for Samsung sxgbeVipul Pandya6-11/+92
2014-03-26net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbeGirish K S6-2/+360
2014-03-26net: sxgbe: add basic framework for Samsung 10Gb ethernet driverSiva Reddy21-0/+5453
2014-03-26bonding: add net_ratelimt to avoid spam in arp intervaldingtianhong1-7/+9
2014-03-26bonding: support QinQ for bond arp intervaldingtianhong2-18/+50
2014-03-26bonding: ratelimit pr_err() for bond xmit broadcastdingtianhong1-2/+2
2014-03-26bonding: slight optimization for bond xmit pathdingtianhong1-3/+3
2014-03-26xen-netback: Functional follow-up patch for grant mapping seriesZoltan Kiss1-7/+19
2014-03-26xen-netback: Non-functional follow-up patch for grant mapping seriesZoltan Kiss2-6/+11
2014-03-26xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss3-20/+4
2014-03-26net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTERFlorian Fainelli1-1/+1
2014-03-26net: phy: bcm7xxx: fix spurious MDIO failures during workaroundFlorian Fainelli1-15/+15
2014-03-26net: phy: bcm7xxx: define constants for our registersFlorian Fainelli1-11/+27
2014-03-26qlcnic: Remove casts of pointer to same typeJoe Perches1-1/+1
2014-03-26alx: Remove casts of pointer to same typeJoe Perches1-1/+1
2014-03-26altera: Remove casts of pointer to same typeJoe Perches1-2/+2
2014-03-26chelsio: Remove addressof casts to same typeJoe Perches1-4/+4
2014-03-26smsc911x: No need to print driver versionFabio Estevam1-2/+0
2014-03-26smsc911x: Do not use netdev_dbg() when device is not registeredFabio Estevam1-1/+2
2014-03-25bnx2x: Don't allow VFs to become promiscuousYuval Mintz1-32/+10
2014-03-25bnx2x: Don't show port statistics for VFsYuval Mintz1-5/+6
2014-03-25bnx2x: Remove the sriov VFOP mechanismYuval Mintz5-1954/+622
2014-03-25bnx2x: Create workqueue for IOV related tasksYuval Mintz5-78/+147
2014-03-25bnx2x: Support mng. request for driver versionYuval Mintz4-1/+163
2014-03-25atm: idt77105: Use del_timer_sync() in exit pathThomas Gleixner1-3/+3
2014-03-25atm: firestream: Use del_timer_sync() in teardown pathThomas Gleixner1-1/+1
2014-03-25mlx4: Use actual number of PCI functions (PF + VFs) for alias GUID logicMatan Barak1-1/+1
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller45-337/+528
2014-03-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller156-2345/+12417
2014-03-25xen-netback: Proper printf format for ptrdiff_t is 't'.David S. Miller1-1/+1
2014-03-25Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss3-37/+1
2014-03-24virtio_net: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-24staging/octeon-ethernet: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3