aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng5-5/+6
2013-02-18drivers: net: davinci_cpdma: acknowledge interrupt properlyMugunthan V N3-12/+24
2013-02-18tg3: Use different macros for pci_chip_rev_id accessesJoe Perches2-401/+408
2013-02-18tg3: Remove define and single use of GET_CHIP_REV_IDJoe Perches2-9/+5
2013-02-18bgmac: fix unaligned accesses to network headersHauke Mehrtens1-1/+1
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller14-660/+973
2013-02-18net: ehea module param description fixDave Young1-4/+4
2013-02-15ixgbe: Update DESC_NEEDED define to adjust for changes to MAX_SKB_FRAGSAlexander Duyck1-1/+1
2013-02-15ixgbe: fix Tx timeouts with BQLEmil Tantilov2-7/+34
2013-02-15ixgbe: implement SFF diagnostic monitoring via ethtoolAurélien Guillaume3-0/+119
2013-02-15ixgbe: cleanup error checking in ixgbe_identify_sfp_module_generic()Emil Tantilov1-24/+10
2013-02-15ixgbe: fix possible data corruption in read_i2c_byteEmil Tantilov1-1/+1
2013-02-15ixgbe: Add support for set_channels ethtool operationAlexander Duyck1-0/+38
2013-02-15ixgbe: Add support for displaying the number of Tx/Rx channelsAlexander Duyck1-0/+72
2013-02-15ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabledAlexander Duyck2-13/+8
2013-02-15ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queueAlexander Duyck1-22/+26
2013-02-15ixgbe: Add function for setting XPS queue mappingAlexander Duyck3-5/+20
2013-02-15ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck3-35/+19
2013-02-15igb: increase timeout for ethtool offline self-testStefan Assmann1-1/+1
2013-02-15igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2-23/+31
2013-02-15e1000e: display a warning message when SmartSpeed worksKoki Sanagi1-0/+7
2013-02-15e1000: fix whitespace issues and multi-line commentsJeff Kirsher5-528/+586
2013-02-15ieee802154: at86rf230: Remove empty suspend/resume callbacksLars-Peter Clausen1-12/+0
2013-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller4-300/+495
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar1-2/+1
2013-02-15tg3: Update version to 3.130Michael Chan1-2/+2
2013-02-15tg3: Set initial carrier state to off.Michael Chan1-0/+2
2013-02-15tg3: Fix 5762 NVRAM sizingMichael Chan1-2/+4
2013-02-15tg3: Expand EEE support for all 5717 B0Michael Chan1-1/+1
2013-02-15tg3: Add 57766 device support.Matt Carlson2-1/+19
2013-02-15ixgbe: refactor initialization of feature flagsEmil Tantilov1-20/+38
2013-02-15igb: Refractoring function pointers in igb_get_invariants functionAkeem G. Abodunrin1-251/+11
2013-02-15igb: Intialize MAC function pointersAkeem G. Abodunrin1-0/+61
2013-02-15igb: Initialize NVM function pointersAkeem G. Abodunrin1-0/+109
2013-02-15igb: Initialize PHY function pointersAkeem G. Abodunrin1-0/+112
2013-02-15igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck2-15/+28
2013-02-15igb: Refix sparse warning in igb_get_i2c_clientCarolyn Wyborny1-1/+1
2013-02-15igb: Fix for improper allocation flag in igb_get_i2c_clientCarolyn Wyborny1-1/+1
2013-02-15igb: Fix for improper exit in igb_get_i2c_clientCarolyn Wyborny1-6/+1
2013-02-15igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck2-34/+161
2013-02-14gianfar: Fix and cleanup Rx FCB indicationClaudiu Manoil2-21/+21
2013-02-14gianfar: Remove wrong buffer size conditioning to VLAN h/w offloadClaudiu Manoil1-3/+0
2013-02-14gianfar: gfar_process_frame returns voidClaudiu Manoil1-6/+4
2013-02-14gianfar: GRO_DROP is unlikelyClaudiu Manoil1-1/+1
2013-02-14gianfar: Cleanup and optimize struct gfar_privateClaudiu Manoil1-45/+48
2013-02-14gianfar: Add device ref (dev) in gfar_privateClaudiu Manoil2-12/+14
2013-02-14gianfar: Remove unused device_node ref in gfar_privateClaudiu Manoil2-5/+0
2013-02-14bgmac: add read of interrupt mask after disabling interruptsNathan Hintz1-0/+1
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich5-5/+7
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich1-1/+2