summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2014-06-06net: systemport: start with carrier offFlorian Fainelli1-0/+3
2014-06-06net: systemport: fix comment about HW prepending 2bytesFlorian Fainelli1-3/+3
2014-06-06net: systemport: correctly check for RX_STATUS_OVFLOW flagFlorian Fainelli1-1/+1
2014-06-06net: systemport: fix transmit locking schemeFlorian Fainelli1-5/+7
2014-06-06amd-xgbe: Configuration and build supportLendacky, Thomas2-1/+14
2014-06-06amd-xgbe: Initial AMD 10GbE platform driverLendacky, Thomas10-0/+7609
2014-06-06dm9000: avoid sleeping in dm9000_timeout callbackAndrew Ruder1-3/+8
2014-06-06dm9000: handle initial link statusAndrew Ruder1-1/+2
2014-06-06dm9000: remove redundant ISR status clearAndrew Ruder1-1/+0
2014-06-06dm9000: clean up edge-triggered irq compatibilityAndrew Ruder1-10/+22
2014-06-06dm9000: clean up reset codeAndrew Ruder1-11/+5
2014-06-06dm9000: acquire irq flags from device treeAndrew Ruder1-0/+3
2014-06-05i40e: add missing VSI statisticsShannon Nelson2-0/+26
2014-06-05i40e/i40evf: remove rx_errors and rx_missedShannon Nelson7-16/+5
2014-06-05i40e: refactor stats collectionShannon Nelson1-166/+189
2014-06-05i40e: refactor send versionJesse Brandeburg1-13/+18
2014-06-05i40e/i40evf: VEB structure added, GTIME macro updateKamil Krawczyk2-4/+24
2014-06-05i40e: notify VF of all types of resetsMitch Williams1-3/+3
2014-06-05i40evf: fix crash when changing ring sizesMitch Williams3-13/+15
2014-06-05i40evf: set descriptor multiple to 32Mitch Williams1-1/+1
2014-06-05i40e: clamp jumbo frame sizeJesse Brandeburg1-1/+1
2014-06-05i40e/i40evf: remove unused RX_LRO defineJesse Brandeburg2-14/+0
2014-06-05i40e: remove check for large bufferKamil Krawczyk1-6/+0
2014-06-05i40e: Rework register diagnosticKamil Krawczyk1-13/+37
2014-06-05i40e: don't use OR to check a valueJesse Brandeburg1-2/+2
2014-06-05trivial: drivers/net/ethernet/nvidia/forcedeth.c: fix typo s/SUBSTRACT1/SUBTR...Antonio Ospite1-5/+5
2014-06-05gianfar: Fix the section mismatch warnings.Xiubo Li1-1/+1
2014-06-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller10-21/+24
2014-06-04e1000: Use time_after() for time comparisonManuel Schölling1-1/+2
2014-06-04e1000: remove the check: skb->len<=0Yongjian Xu1-5/+0
2014-06-04igb: add defaults for i210 TX/RX PBSIZETodd Fujinaka3-0/+13
2014-06-04igb: use mac loopback for i354 backplaneTodd Fujinaka1-2/+2
2014-06-04igb: rename igb_ptp_enable to igb_ptp_feature_enableJacob Keller1-5/+5
2014-06-04ixgbe: remove linux/export.h header from ixgbe_ptp.cJacob Keller1-1/+0
2014-06-04ixgbe: fix detection of SFP+ capable interfacesEmil Tantilov2-7/+2
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-57/+196
2014-06-04sh_eth: fix SH7619/771x supportSergei Shtylyov1-0/+21
2014-06-04sh_eth: use RNC mode for packet receptionBen Dooks2-11/+2
2014-06-04bnx2x: Fix kernel crash and data miscompare after EEH recoverywenxiong@linux.vnet.ibm.com1-0/+12
2014-06-04bnx2x: Adapter not recovery from EEH error injectionwenxiong@linux.vnet.ibm.com1-2/+2
2014-06-04net: driver: smsc: set NOCARRIER flag in dev at driver initializationBalakumaran Kannan1-0/+2
2014-06-04lpc_eth: Use resource_size instead of computationBenoit Taine1-5/+3
2014-06-03net: hisilicon: add hix5hd2 mac driverZhangfei Gao5-0/+1100
2014-06-03cnic: Fix missing ISCSI_KEVENT_IF_DOWN messageMichael Chan1-3/+5
2014-06-03cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings()Michael Chan1-6/+0
2014-06-03cnic: Don't take rcu_read_lock in cnic_rcv_netevent()Michael Chan1-4/+11
2014-06-03net: davinci_emac: Remove unwanted debug/error messageChristian Riesch1-1/+0
2014-06-03Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller10-38/+44
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings7-35/+40
2014-06-03fec: Include pinctrl header fileFabio Estevam1-0/+1