summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2013-02-08net/mlx4_en: Re-arrange ndo_set_rx_mode related codeYan Burman2-128/+145
2013-02-08net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_enYan Burman5-205/+222
2013-02-08net/mlx4_en: Cleanup multiline stringsYan Burman1-15/+10
2013-02-08net/mlx4_en: Optimize Rx fast path filter checksYan Burman4-30/+35
2013-02-08net/mlx4_en: Optimize loopback related checks in data pathYan Burman6-21/+65
2013-02-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2013-02-07bgmac: add ndo_set_rx_mode netdev opsHauke Mehrtens1-4/+12
2013-02-07bgmac: add generic ndo_validate_addr netdev opsHauke Mehrtens1-0/+1
2013-02-07bgmac: write mac address to hardware in ndo_set_mac_addressHauke Mehrtens1-8/+25
2013-02-07bgmac: implement missing code for BCM53572Hauke Mehrtens2-3/+5
2013-02-07drivers: net:ethernet: cpsw: add support for VLANMugunthan V N2-2/+108
2013-02-07drivers: net: cpsw: Add helper functions for VLAN ALE implementationMugunthan V N3-22/+113
2013-02-06drivers: net: misc: Remove unused OOM variablesJoe Perches1-1/+0
2013-02-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller47-910/+1228
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+7
2013-02-05mlx4_core: Fix advertisement of wrong PF context behaviourOr Gerlitz1-1/+1
2013-02-05ixgbe: Fix SR-IOV MTU warningAlexander Duyck2-3/+1
2013-02-05ixgbe: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck1-1/+1
2013-02-05ixgbe: update date to 2013Don Skidmore29-30/+30
2013-02-05ixgbe: fix return values and memcpy parameters to eliminate Smatch warningsJosh Hay2-6/+7
2013-02-05ixgbe: fix potential null dereferenceJosh Hay1-0/+3
2013-02-05ixgbe: allow reading of SFF-8472 data over i2cEmil Tantilov6-7/+66
2013-02-05e1000e: cleanup checkpatch braces checksBruce Allan5-8/+2
2013-02-05e1000e: convert enums of register offsets and move #defines to regs.hBruce Allan3-223/+253
2013-02-05e1000e: cosmetic move of #defines and prototypes to the new manage.hBruce Allan4-41/+73
2013-02-05e1000e: cosmetic move of #defines and function prototypes to the new nvm.hBruce Allan3-15/+48
2013-02-05e1000e: cosmetic move of #defines and function prototypes to the new phy.hBruce Allan5-222/+243
2013-02-05e1000e: cosmetic move of function prototypes to the new mac.hBruce Allan3-37/+76
2013-02-05e1000e: cosmetic move of #defines and prototypes to the new ich8lan.hBruce Allan6-230/+270
2013-02-05e1000e: cosmetic move of #defines to the new 80003es2lan.hBruce Allan3-63/+96
2013-02-05e1000e: cosmetic move of #defines and prototypes to the new 82571.hBruce Allan6-25/+60
2013-02-05qlcnic: Updating copyright information.Jitendra Kalsaria15-7/+62
2013-02-05gianfar: dont conditionally alloc Rx/Err irq structsPaul Gortmaker1-12/+4
2013-02-05net: fec: fix miss init spinlockFrank Li1-0/+1
2013-02-04net/mlx4_en: Fix compilation error when CONFIG_INET isn't definedHadar Hen Zion1-0/+4
2013-02-04net/mlx4_en: Fix error propagation for ethtool helper functionHadar Hen Zion1-18/+34
2013-02-04be2net: update driver version to 4.6.xSathya Perla1-1/+1
2013-02-04be2net: fix re-loaded PF driver to re-gain control of its VFsSathya Perla3-64/+153
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches38-197/+97
2013-02-04cxgb3: Update VLAN extraction stats in the GRO pathVipul Pandya1-1/+3
2013-02-04stmmac: don't return zero on failure path in stmmac_pci_probe()Alexey Khoroshilov1-0/+1
2013-02-03qlcnic: silence false positive overflow warningDan Carpenter1-1/+1
2013-02-03bnx2x: Force link UP when the interface is in LOOPBACK modeMahesh Bandewar1-0/+6
2013-02-03via-rhine: Fix bugs in NAPI support.David S. Miller1-6/+2
2013-02-01e1000e: use generic IEEE MII definitionsBruce Allan9-204/+138
2013-02-01e1000e: resolve -Wunused-parameter compile warningsBruce Allan6-33/+31
2013-02-01e1000e: update driver version stringBruce Allan1-1/+1
2013-02-01e1000e: cleanup some whitespace and indentation issuesBruce Allan7-48/+49
2013-02-01e1000e: cleanup: group OR'ed bit settings with parensBruce Allan1-2/+3
2013-02-01e1000e: cleanup defines.hBruce Allan1-21/+0