summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* igb: fix warning about unused functionEmil Tantilov2012-02-101-0/+4
* e1000e: replace '1' with 'true' for boolean get_link_statusBruce Allan2012-02-102-4/+4
* e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX()Bruce Allan2012-02-103-11/+8
* e1000e: use true/false for bool autoneg_falseBruce Allan2012-02-101-7/+7
* e1000e: remove unnecessary parenthesesBruce Allan2012-02-105-12/+12
* e1000e: remove unnecessary returns from void functionsBruce Allan2012-02-103-14/+4
* e1000e: remove test that is always falseBruce Allan2012-02-101-2/+2
* cnic: Update VLAN ID during ISCSI_UEVENT_PATH_UPDATEEddie Wai2012-02-092-2/+4
* cnic: set error flag when iSCSI connection failsJeffrey Huang2012-02-091-0/+2
* netxen_nic: signedness bug in netxen_md_entry_err_chk()Dan Carpenter2012-02-081-1/+1
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-086-37/+42
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-0833-58/+47
* stmmac: Fix typo in stmmac_pci.cMasanari Iida2012-02-081-1/+1
* mace: Fix build for mace due to netdev_alloc_skbPradeep A. Dalvi2012-02-081-1/+1
* sonice: Fix build due to botched netdev_alloc_skb() conversion.David S. Miller2012-02-071-1/+1
* sh-eth: use netdev stats structure and fix dma_map_singleEric Dumazet2012-02-072-32/+31
* net: fec: Fix build due to wrong dev annotationFabio Estevam2012-02-071-2/+2
* e1000e: minor whitespace and indentation cleanupBruce Allan2012-02-072-37/+43
* e1000e: fix sparse warnings with -D__CHECK_ENDIAN__Bruce Allan2012-02-072-8/+9
* e1000e: fix checkpatch warning from MINMAX testBruce Allan2012-02-071-1/+1
* e1000e: cleanup - use braces in both branches of a conditional statementBruce Allan2012-02-071-1/+2
* e1000e: cleanup e1000_set_phys_idBruce Allan2012-02-071-2/+2
* e1000e: cleanup e1000_init_mac_params_82571()Bruce Allan2012-02-071-42/+30
* e1000e: cleanup e1000_init_mac_params_80003es2lan()Bruce Allan2012-02-071-21/+7
* e1000e: cleanup - check return values consistentlyBruce Allan2012-02-072-5/+5
* e1000e: add missing initializers reported when compiling with W=1Bruce Allan2012-02-071-3/+5
* e1000: Adding e1000_dump functionTushar Dave2012-02-073-0/+235
* igbvf: refactor Interrupt Throttle Rate codeMitch A Williams2012-02-073-78/+99
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-0629-48/+39
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-0621-51/+46
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-0628-44/+43
* cnic: Add FCoE parity error recoveryMichael Chan2012-02-052-5/+36
* bnx2: Add missing memory barrier in bnx2_start_xmit()Vlad Zolotarov2012-02-051-0/+3
* bnx2: Add support for ethtool --show-channels|--set-channelsMichael Chan2012-02-052-9/+93
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-0449-64/+79
|\
| * ixgbe: Fix typo in ixgbe_common.hMasanari Iida2012-02-031-1/+1
| * igbvf: change copyright dateMitch A Williams2012-02-0310-11/+11
| * ixgbevf: Update copyright noticesGreg Rose2012-02-0310-11/+11
| * ixgbevf: Fix mailbox interrupt ack bugGreg Rose2012-02-032-6/+21
| * ixgbe: make ethtool strings table constStephen Hemminger2012-02-031-1/+1
| * ixgbe: Add warning when no space left for more MAC filtersGreg Rose2012-02-031-0/+3
| * ixgbe: update copyright to 2012Don Skidmore2012-02-0325-26/+26
| * drivers/net/ethernet/ti: Move call to PTR_ERR after reassignmentJulia Lawall2012-02-022-2/+3
| * ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings2012-02-011-5/+1
| * net: fec: correct phy_name buffer length when init phy_nameRichard Zhao2012-01-311-1/+1
* | mlx4: Fix typo in cmd.cMasanari Iida2012-02-041-1/+1
* | be2net: Use new implementation of get mac list commandPadmanabh Ratnakar2012-02-043-40/+92
* | be2net: Fix link status query commandPadmanabh Ratnakar2012-02-041-2/+4
* | enic: Check firmware capability before issuing firmware commandsNeel Patel2012-02-042-28/+32
* | enic: Enable support for multiple hardware receive queuesNeel Patel2012-02-041-2/+2