aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 5-5/+5
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 5-5/+6
2013-02-18drivers: net: davinci_cpdma: acknowledge interrupt properlyGravatar Mugunthan V N 3-12/+24
2013-02-18tg3: Use different macros for pci_chip_rev_id accessesGravatar Joe Perches 2-401/+408
2013-02-18tg3: Remove define and single use of GET_CHIP_REV_IDGravatar Joe Perches 2-9/+5
2013-02-18bgmac: fix unaligned accesses to network headersGravatar Hauke Mehrtens 1-1/+1
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...Gravatar David S. Miller 14-660/+973
2013-02-18net: ehea module param description fixGravatar Dave Young 1-4/+4
2013-02-15ixgbe: Update DESC_NEEDED define to adjust for changes to MAX_SKB_FRAGSGravatar Alexander Duyck 1-1/+1
2013-02-15ixgbe: fix Tx timeouts with BQLGravatar Emil Tantilov 2-7/+34
2013-02-15ixgbe: implement SFF diagnostic monitoring via ethtoolGravatar Aurélien Guillaume 3-0/+119
2013-02-15ixgbe: cleanup error checking in ixgbe_identify_sfp_module_generic()Gravatar Emil Tantilov 1-24/+10
2013-02-15ixgbe: fix possible data corruption in read_i2c_byteGravatar Emil Tantilov 1-1/+1
2013-02-15ixgbe: Add support for set_channels ethtool operationGravatar Alexander Duyck 1-0/+38
2013-02-15ixgbe: Add support for displaying the number of Tx/Rx channelsGravatar Alexander Duyck 1-0/+72
2013-02-15ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabledGravatar Alexander Duyck 2-13/+8
2013-02-15ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queueGravatar Alexander Duyck 1-22/+26
2013-02-15ixgbe: Add function for setting XPS queue mappingGravatar Alexander Duyck 3-5/+20
2013-02-15ixgbe: Define FCoE and Flow director limits much sooner to allow for changesGravatar Alexander Duyck 3-35/+19
2013-02-15igb: increase timeout for ethtool offline self-testGravatar Stefan Assmann 1-1/+1
2013-02-15igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid racesGravatar Alexander Duyck 2-23/+31
2013-02-15e1000e: display a warning message when SmartSpeed worksGravatar Koki Sanagi 1-0/+7
2013-02-15e1000: fix whitespace issues and multi-line commentsGravatar Jeff Kirsher 5-528/+586
2013-02-15ieee802154: at86rf230: Remove empty suspend/resume callbacksGravatar Lars-Peter Clausen 1-12/+0
2013-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...Gravatar David S. Miller 4-300/+495
2013-02-15net: Add skb_unclone() helper function.Gravatar Pravin B Shelar 1-2/+1
2013-02-15tg3: Update version to 3.130Gravatar Michael Chan 1-2/+2
2013-02-15tg3: Set initial carrier state to off.Gravatar Michael Chan 1-0/+2
2013-02-15tg3: Fix 5762 NVRAM sizingGravatar Michael Chan 1-2/+4
2013-02-15tg3: Expand EEE support for all 5717 B0Gravatar Michael Chan 1-1/+1
2013-02-15tg3: Add 57766 device support.Gravatar Matt Carlson 2-1/+19
2013-02-15ixgbe: refactor initialization of feature flagsGravatar Emil Tantilov 1-20/+38
2013-02-15igb: Refractoring function pointers in igb_get_invariants functionGravatar Akeem G. Abodunrin 1-251/+11
2013-02-15igb: Intialize MAC function pointersGravatar Akeem G. Abodunrin 1-0/+61
2013-02-15igb: Initialize NVM function pointersGravatar Akeem G. Abodunrin 1-0/+109
2013-02-15igb: Initialize PHY function pointersGravatar Akeem G. Abodunrin 1-0/+112
2013-02-15igb: Update igb to use a path similar to ixgbe to determine when to stop TxGravatar Alexander Duyck 2-15/+28
2013-02-15igb: Refix sparse warning in igb_get_i2c_clientGravatar Carolyn Wyborny 1-1/+1
2013-02-15igb: Fix for improper allocation flag in igb_get_i2c_clientGravatar Carolyn Wyborny 1-1/+1
2013-02-15igb: Fix for improper exit in igb_get_i2c_clientGravatar Carolyn Wyborny 1-6/+1
2013-02-15igb: Support using build_skb in the case that jumbo frames are disabledGravatar Alexander Duyck 2-34/+161
2013-02-14gianfar: Fix and cleanup Rx FCB indicationGravatar Claudiu Manoil 2-21/+21
2013-02-14gianfar: Remove wrong buffer size conditioning to VLAN h/w offloadGravatar Claudiu Manoil 1-3/+0
2013-02-14gianfar: gfar_process_frame returns voidGravatar Claudiu Manoil 1-6/+4
2013-02-14gianfar: GRO_DROP is unlikelyGravatar Claudiu Manoil 1-1/+1
2013-02-14gianfar: Cleanup and optimize struct gfar_privateGravatar Claudiu Manoil 1-45/+48
2013-02-14gianfar: Add device ref (dev) in gfar_privateGravatar Claudiu Manoil 2-12/+14
2013-02-14gianfar: Remove unused device_node ref in gfar_privateGravatar Claudiu Manoil 2-5/+0
2013-02-14bgmac: add read of interrupt mask after disabling interruptsGravatar Nathan Hintz 1-0/+1
2013-02-13bridge: Add vlan support to static neighborsGravatar Vlad Yasevich 5-5/+7