summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-16ixgbe: fix possible data corruption in read_i2c_byteEmil Tantilov1-1/+1
2013-02-16ixgbe: Add support for set_channels ethtool operationAlexander Duyck1-0/+38
2013-02-16ixgbe: Add support for displaying the number of Tx/Rx channelsAlexander Duyck1-0/+72
2013-02-16ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabledAlexander Duyck2-13/+8
2013-02-16ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queueAlexander Duyck1-22/+26
2013-02-16ixgbe: Add function for setting XPS queue mappingAlexander Duyck3-5/+20
2013-02-16ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck3-35/+19
2013-02-16igb: increase timeout for ethtool offline self-testStefan Assmann1-1/+1
2013-02-16igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2-23/+31
2013-02-16e1000e: display a warning message when SmartSpeed worksKoki Sanagi1-0/+7
2013-02-16e1000: fix whitespace issues and multi-line commentsJeff Kirsher5-528/+586
2013-02-16tipc: remove redundant checking for the number of iovecs in a send requestYing Xue1-6/+3
2013-02-16tipc: byte-based overload control on socket receive queueYing Xue1-38/+39
2013-02-16tipc: eliminate duplicated discard_rx_queue routineYing Xue1-15/+2
2013-02-16tipc: fix missing spinlock init in broadcast codeErik Hugne1-0/+1
2013-02-16net: use skb_reset_mac_len() in dev_gro_receive()Eric Dumazet1-3/+1
2013-02-16ieee802154: at86rf230: Remove empty suspend/resume callbacksLars-Peter Clausen1-12/+0
2013-02-16stmmac: fix the parsing of the eee_timer parameterGiuseppe CAVALLARO1-1/+1
2013-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller4-300/+495
2013-02-16v4 GRE: Add TCP segmentation offload for GREPravin B Shelar12-11/+226
2013-02-16net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar2-31/+50
2013-02-16net: Add skb_unclone() helper function.Pravin B Shelar13-21/+23
2013-02-15Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville8-96/+119
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-15Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville65-833/+3160
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-15mac80211_hwsim: ask mac80211 to reserve space for chanctx.drv_privKarl Beldan1-0/+1
2013-02-15mac80211: prevent spurious HT/VHT downgrade messageJohannes Berg1-0/+4
2013-02-15nl80211: renumber NL80211_FEATURE_FULL_AP_CLIENT_STATEJohannes Berg2-3/+3
2013-02-15cfg80211: Pass TDLS peer's QoS/HT/VHT information during set_stationJouni Malinen2-11/+85
2013-02-15cfg80211: Pass station (extended) capability info to kernelJouni Malinen3-0/+54
2013-02-15mac80211: advertise operating mode notification capabilityJohannes Berg2-0/+11
2013-02-15cfg80211: advertise extended capabilities to userspaceJohannes Berg3-0/+29
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg11-48/+50
2013-02-15mac80211: generate mesh probe responsesThomas Pedersen2-2/+63
2013-02-15mac80211: cache mesh beaconThomas Pedersen6-65/+171
2013-02-15mac80211: constify IE parsingJohannes Berg9-87/+96