summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: rename setup_blocked variable of node struct to flagsYing Xue2014-05-053-19/+31
* tipc: adjust order of variables in tipc_node structureYing Xue2014-05-051-29/+34
* tipc: always use tipc_node_lock() to hold node lockYing Xue2014-05-052-9/+9
* net: via-rhine: Convert #ifdef USE_MMIO to a runtime flagAlexey Charkov2014-05-051-47/+55
* ipv6: remove unused function ipv6_inherit_linklocal()WANG Cong2014-05-051-12/+0Star
* Merge branch 'inet_csums'David S. Miller2014-05-0512-83/+183
|\
| * net: Implmement RFC 6936 (zero RX csums for UDP/IPv6)Tom Herbert2014-05-052-13/+38
| * net: Call skb_checksum_init in IPv6Tom Herbert2014-05-053-30/+9Star
| * net: Call skb_checksum_init in IPv4Tom Herbert2014-05-053-40/+10Star
| * net: Generalize checksum_init functionsTom Herbert2014-05-051-0/+93
| * sparc: csum_add for SparcTom Herbert2014-05-052-0/+24
| * net: Change x86_64 add32_with_carry to allow memory operandTom Herbert2014-05-051-1/+1
| * x86_64: csum_add for x86_64Tom Herbert2014-05-051-0/+7
| * net: Allow csum_add to be provided in archTom Herbert2014-05-051-0/+2
|/
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-05-05213-3415/+6045
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-02213-3415/+6045
| |\
| | * rsi: Changing opcode for sta mode according to changes in firmwareJahnavi Meher2014-04-302-2/+3
| | * ath9k_hw: fix worse EVM for 11b ratesRajkumar Manoharan2014-04-302-6/+6
| | * ath9k_hw: update ar9300 initvalsRajkumar Manoharan2014-04-305-5/+5
| | * b43: N-PHY: complete radio 0x2056 setupRafał Miłecki2014-04-301-5/+27
| | * ath5k: Fix AR5K_PHY_TXPOWER_RATE_MAX register value setting.Nickolay Ledovskikh2014-04-301-2/+2
| | * iwlegacy: Convert /n to \nJoe Perches2014-04-302-2/+2
| | * wlcore: fix usage of platform_device_add_data()Christian Engelmayer2014-04-302-31/+20Star
| | * rtlwifi: rtl8723be: disable MSI interrupts modeAdam Lee2014-04-301-1/+1
| | * Revert "rtlwifi: rtl8188ee: enable MSI interrupts mode"Adam Lee2014-04-301-1/+0Star
| | * b43: don't pre-set radio_on variable to trueRafał Miłecki2014-04-301-1/+0Star
| | * b43: use b43_software_rfkill helperRafał Miłecki2014-04-301-3/+3
| | * b43: bcma: respect GMODE (band choice) during core resetRafał Miłecki2014-04-301-1/+6
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-04-3062-882/+2051
| | |\
| | | * mac80211_hwsim: Advertise support for AP mode channel width changesJouni Malinen2014-04-281-0/+1
| | | * mac80211: Support dynamic AP mode channel width changesJouni Malinen2014-04-281-0/+16
| | | * cfg80211: Dynamic channel bandwidth changes in AP modeJouni Malinen2014-04-285-12/+71
| | | * mac80211: remove unnecessary assignmentZhao, Gang2014-04-281-4/+1Star
| | | * mac80211: avoid calling useless channel context codeZhao, Gang2014-04-281-9/+9
| | | * cfg80211: Use 5MHz bandwidth by default when checking usable channelsRostislav Lisovy2014-04-251-7/+15
| | | * cfg80211: Add attributes describing prohibited channel bandwidthRostislav Lisovy2014-04-254-0/+27
| | | * mac80211: change return value of notifier functionZhao, Gang2014-04-253-9/+8Star
| | | * cfg80211: change return value of notifier functionZhao, Gang2014-04-252-2/+4
| | | * cfg80211: change wiphy_to_dev function nameZhao, Gang2014-04-2512-117/+118
| | | * cfg80211: change registered device pointer nameZhao, Gang2014-04-253-196/+196
| | | * mac80211: remove unnecessary BUG_ON()Zhao, Gang2014-04-251-2/+1Star
| | | * mac80211: return bool instead of numbers in yes/no functionZhao, Gang2014-04-251-9/+10
| | | * mac80211: add option to generate CCMP IVs only for mgmt framesMarek Kwaczynski2014-04-252-7/+14
| | | * mac80211: compute chanctx refcount on-the-flyMichal Kazior2014-04-254-17/+49
| | | * mac80211: fix racy usage of chanctx->refcountMichal Kazior2014-04-251-8/+9
| | | * mac80211: split ieee80211_free_chanctx()Michal Kazior2014-04-251-12/+16
| | | * mac80211: split ieee80211_new_chanctx()Michal Kazior2014-04-251-13/+43
| | | * mac80211: improve chanctx reservation lookupMichal Kazior2014-04-251-2/+88
| | | * mac80211: improve find_chanctx() for reservationsMichal Kazior2014-04-251-27/+29
| | | * mac80211: track reserved vifs in chanctxMichal Kazior2014-04-253-4/+13