summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-10-06r8152: nway reset after setting eeehayeswang
2014-10-06bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar
2014-10-06bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar
2014-10-06net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet
2014-10-06net/mlx4_en: Enable the compiler to make is_inline() inlinedEric Dumazet
2014-10-06net/mlx4_en: tx_info->ts_requested was not clearedEric Dumazet
2014-10-06net/mlx4_en: Use local var for skb_headlen(skb)Eric Dumazet
2014-10-06net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)Eric Dumazet
2014-10-06net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...Eric Dumazet
2014-10-06net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()Eric Dumazet
2014-10-06net/mlx4_en: Use prefetch in tx pathEric Dumazet
2014-10-06net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb'sEric Dumazet
2014-10-06net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()Eric Dumazet
2014-10-06net/mlx4_en: Avoid calling bswap in tx fast pathEric Dumazet
2014-10-06net/mlx4_en: Align tx path structures to cache linesEric Dumazet
2014-10-06net/mlx4_en: Code cleanups in tx pathEric Dumazet
2014-10-06fec: Fix fec_enet_alloc_buffers() error pathFabio Estevam
2014-10-06drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEMChen Gang
2014-10-06net: fec: fix build error at m68k platformFrank Li
2014-10-06net: bcmgenet: improve bcmgenet_mii_setup()Petri Gynther
2014-10-05Altera TSE: Add support for no PHYWalter Lozano
2014-10-05Altera TSE: Move PHY get addr and MDIO createWalter Lozano
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-10-05net: pxa168_eth: avoid using signed char for bitopsAntoine Ténart
2014-10-05isdn/gigaset: use USB API function usb_endpoint_num()Tilman Schmidt
2014-10-05isdn/gigaset: drop unused cardstate structure memberTilman Schmidt
2014-10-05isdn/gigaset: improve error handling when leaving DLE modeTilman Schmidt
2014-10-05isdn/capi: drop two dead if branchesTilman Schmidt
2014-10-04mlx4: add a new xmit_more counterEric Dumazet
2014-10-03drivers/net/irda/Kconfig: Let SH_IRDA depend on HAS_IOMEMChen Gang
2014-10-03drivers/net/ethernet/marvell/Kconfig: Let PXA168_ETH depend on HAS_IOMEMChen Gang
2014-10-03drivers/net/dsa/Kconfig: Let NET_DSA_BCM_SF2 depend on HAS_IOMEMChen Gang
2014-10-03drivers/net/can/Kconfig: Let CAN_AT91 depend on HAS_IOMEMChen Gang
2014-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2014-10-03net/mlx5_core: Add ConnectX-4 to list of supported devicesEli Cohen
2014-10-03net/mlx5_core: Identify resources by their typeEli Cohen
2014-10-03net/mlx5_core: use set/get macros in device capsEli Cohen
2014-10-03net/mlx5_core: Use hardware registers description header fileEli Cohen
2014-10-03net/mlx5_core: Update device capabilities handlingEli Cohen
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser
2014-10-03et131x: Add PCIe gigabit ethernet driver et131x to drivers/netMark Einon
2014-10-02rtlwifi: Fix static checker warnings for various driversLarry Finger
2014-10-02rtlwifi: Fix Kconfig for RTL8192EELarry Finger
2014-10-02ath9k: Fix flushing in MCC modeSujith Manoharan
2014-10-02ath9k: Fix queue handling for channel contextsSujith Manoharan
2014-10-02ath9k: Add ath9k_chanctx_stop_queues()Sujith Manoharan
2014-10-02ath9k: Pass context to ath9k_chanctx_wake_queues()Sujith Manoharan
2014-10-02ath9k: Fix queue handling in flush()Sujith Manoharan
2014-10-02ath9k: Remove duplicate codeSujith Manoharan
2014-10-02ath9k: Fix pending frame checkSujith Manoharan