aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-02qeth: don't query for info if hardware not ready.Eugene Crosser3-7/+17
2014-09-02net: calxedaxgmac: fix driver dependenciesBartlomiej Zolnierkiewicz1-0/+1
2014-09-02net: sh_eth: fix driver dependenciesBartlomiej Zolnierkiewicz1-0/+1
2014-09-02net: lpc_eth: Fix crash on ip link upRoland Stigge1-0/+3
2014-09-02tg3: prevent ifup/ifdown during PCI error recoveryIvan Vecera2-0/+17
2014-09-01Merge branch 'cxgb4'David S. Miller4-17/+84
2014-09-01cxgb4: Issue mbox commands on correct mboxHariprasad Shenai1-2/+4
2014-09-01cxgb4: Avoid dumping Write-only registers in register dumpHariprasad Shenai1-2/+4
2014-09-01cxgb4: Detect and display firmware reported errorsHariprasad Shenai2-1/+41
2014-09-01cxgb4: Fix T5 adapter accessing T4 adapter registersHariprasad Shenai3-11/+24
2014-09-01cxgb4: Fixed the code to use correct length for part numberHariprasad Shenai1-1/+10
2014-09-01cxgb4: Fix for handling 1Gb/s SFP+ Transceiver ModulesHariprasad Shenai1-0/+1
2014-09-01stmmac: only remove RXCSUM feature if no rx coe is availableGiuseppe CAVALLARO1-2/+0
2014-09-01stmmac: fix the rx csum featureGiuseppe CAVALLARO3-3/+31
2014-09-01Merge branch 'amd-xgbe-net'David S. Miller5-11/+25
2014-09-01amd-xgbe: Use the Tx queue count for Tx flow control supportLendacky, Thomas1-2/+2
2014-09-01amd-xgbe: Fix the xpcs mmd debugfs supportLendacky, Thomas1-4/+4
2014-09-01amd-xgbe: Reported fifo size from hardware is not correctLendacky, Thomas2-2/+7
2014-09-01amd-xgbe: Check for Tx hardware queue flushing supportLendacky, Thomas4-3/+12
2014-09-01drivers: net: NET_XGENE should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2014-09-01Merge tag 'master-2014-08-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller15-24/+54
2014-08-31Merge branch 'stmmac-eee'David S. Miller2-9/+13
2014-08-31stmmac: fix PLS bit setting when EEE is activeGiuseppe CAVALLARO1-4/+3
2014-08-31stmmac: never check EEE in case of a switch is attachedGiuseppe CAVALLARO1-0/+5
2014-08-31stmmac: fix LPI TW timer value to 20.5us.nandini sharma1-1/+1
2014-08-31stmmac: fix the EEE LPI Macro definitions.nandini sharma1-4/+4
2014-08-29net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann2-1/+14
2014-08-29net: attempt a single high order allocationEric Dumazet1-14/+16
2014-08-29Merge branch 'mlx4-net'David S. Miller5-30/+80
2014-08-29mlx4: Set user-space raw Ethernet QPs to properly handle VXLAN trafficOr Gerlitz2-1/+37
2014-08-29net/mlx4: Move the tunnel steering helper function to mlx4_coreOr Gerlitz3-29/+43
2014-08-29stmmac: fix dma api misuseGiuseppe CAVALLARO5-27/+79
2014-08-29stmmac: ptp: fix the reference clockGiuseppe CAVALLARO4-6/+22
2014-08-29stmmac: fix tipo on mmc crc errorGiuseppe CAVALLARO3-3/+3
2014-08-29stmmac: prevent false carrier sense detectionGiuseppe CAVALLARO1-1/+1
2014-08-27phy: fix EEE checks inside the phy_init_eee.Giuseppe CAVALLARO1-9/+9
2014-08-25mvneta: Add missing if_vlan.h include.David S. Miller1-0/+1
2014-08-25xen-netback: move netif_napi_add before binding interruptWei Liu1-3/+3
2014-08-25Merge branch 'tso_fix'David S. Miller8-31/+34
2014-08-25qlge: Fix TSO for non-accelerated vlan trafficVlad Yasevich1-2/+3
2014-08-25mvneta: Fix TSO and checksum for non-acceleration vlan trafficVlad Yasevich1-3/+4
2014-08-25i40evf: Fix TSO and hw checksums for non-accelerated vlan packets.Vlad Yasevich1-1/+1
2014-08-25i40e: Fix TSO and hw checksums for non-accelerated vlan packets.Vlad Yasevich1-1/+1
2014-08-25ehea: Fix TSO and hw checksums with non-accelerated vlan packets.Vlad Yasevich1-1/+1
2014-08-25bna: Support TSO and partial checksum with non-accelerated vlans.Vlad Yasevich1-3/+4
2014-08-25e1000: Fix TSO for non-accelerated vlan trafficVlad Yasevich1-8/+11
2014-08-25e1000e: Fix TSO with non-accelerated vlansVlad Yasevich1-12/+9
2014-08-25net: moxa: continue loop on skb allocation failureJonas Jensen1-7/+5
2014-08-25net: moxa: synchronize DMA memoryJonas Jensen1-0/+6
2014-08-25net: moxa: replace build_skb() with netdev_alloc_skb_ip_align() / memcpy()Jonas Jensen1-4/+5