summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | enic: add devcmd2Govindarajulu Varadarajan2015-08-187-12/+222
| * | enic: add devcmd2 resourcesGovindarajulu Varadarajan2015-08-184-0/+42
| * | enic: use netdev_<foo> or dev_<foo> instead of pr_<foo>Govindarajulu Varadarajan2015-08-186-31/+54
| * | enic: move struct definition from .c to .h fileGovindarajulu Varadarajan2015-08-182-40/+39Star
|/ /
* | net: Export bpf_prog_create_from_user().David S. Miller2015-08-171-0/+1
* | ipv6: trivial whitespace fixIan Morris2015-08-171-1/+2
* | rhashtable-test: extend to test concurrencyPhil Sutter2015-08-171-1/+155
* | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-08-179-48/+102
|\ \
| * | batman-adv: Fix potentially broken skb network header accessLinus Lüssing2015-08-141-1/+6
| * | batman-adv: remove broadcast packets scheduled for purged outgoing ifSimon Wunderlich2015-08-141-1/+2
| * | batman-adv: protect tt request from double deletionMarek Lindner2015-08-141-4/+5
| * | batman-adv: Fix potential synchronization issues in mcast tvlv handlerLinus Lüssing2015-08-143-13/+58
| * | batman-adv: Make MCAST capability changes atomicLinus Lüssing2015-08-142-9/+11
| * | batman-adv: Make TT capability changes atomicLinus Lüssing2015-08-142-5/+7
| * | batman-adv: Make NC capability changes atomicLinus Lüssing2015-08-142-4/+5
| * | batman-adv: Make DAT capability changes atomicLinus Lüssing2015-08-142-5/+6
| * | batman-adv: Avoid u32 overflow during gateway selectRuben Wisniewski2015-08-111-1/+1
| * | batman-adv: Replace gw_reselect divisor with simple shiftSven Eckelmann2015-08-111-5/+1Star
* | | Merge tag 'mac80211-next-for-davem-2015-08-14' of git://git.kernel.org/pub/sc...David S. Miller2015-08-1754-846/+1510
|\ \ \
| * | | mac80211: fix BIT position for TDLS WIDE extended capEmmanuel Grumbach2015-08-141-1/+1
| * | | mac80211: use DECLARE_EWMAJohannes Berg2015-08-145-10/+12
| * | | average: provide macro to create static EWMAJohannes Berg2015-08-141-0/+39
| * | | mac80211_hwsim: unregister genetlink family properlySu Kang Yin2015-08-141-1/+3
| * | | mac80211: add rate mask logic for vht ratesLorenzo Bianconi2015-08-146-16/+181
| * | | mac80211: define rate_control_apply_mask_ratetbl()Lorenzo Bianconi2015-08-141-0/+27
| * | | mac80211: remove ieee80211_tx_rate dependency in rate mask codeLorenzo Bianconi2015-08-141-68/+71
| * | | mac80211: remove ieee80211_tx_info from rate_control_apply_mask signatureLorenzo Bianconi2015-08-141-6/+5Star
| * | | mac80211: Make OCB mode set BSSIDBertold Van den Bergh2015-08-141-1/+1
| * | | mac80211: Only accept data frames in OCB modeBertold Van den Bergh2015-08-141-1/+1
| * | | mac80211: Set txrc.bss to true for OCB interfacesBertold Van den Bergh2015-08-141-1/+2
| * | | nl80211: Allow setting multicast rate on OCB interfacesBertold Van den Bergh2015-08-141-1/+2
| * | | cfg80211: propagate set_wiphy failure to userspaceMichal Kazior2015-08-141-0/+1
| * | | cfg80211: regulatory: handle 5 and 10 MHz channels properlyMatthias May2015-08-141-11/+53
| * | | mac80211: remove always true conditionDan Carpenter2015-08-131-4/+1Star
| * | | mac80211: remove ieee80211_aes_cmac_calculate_k1_k2()Johannes Berg2015-08-132-30/+0Star
| * | | iwlwifi: mvm: don't set K1/K2 for AES-CMACJohannes Berg2015-08-132-4/+2Star
| * | | rfkill: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-08-131-1/+2
| * | | mac80211: deinline rate_control_rate_init, rate_control_rate_updateDenys Vlasenko2015-07-172-57/+62
| * | | mac80211: deinline drv_sta_stateDenys Vlasenko2015-07-173-27/+44
| * | | mac80211: select an AID when creating new mesh STAsBob Copeland2015-07-171-6/+35
| * | | mac80211: mesh: separate plid and aid conceptsBob Copeland2015-07-174-15/+23
| * | | mac80211: reorder mesh_plink to remove forward declBob Copeland2015-07-171-57/+52Star
| * | | mac80211: clear local->suspended before calling drv_resume()Eliad Peller2015-07-171-4/+14
| * | | mac80211: TDLS: deny ch-switch req on disallowed channelsArik Nemtsov2015-07-171-18/+31
| * | | mac80211: TDLS: handle chan-switch in RTNL locked workArik Nemtsov2015-07-175-10/+44
| * | | Merge branch 'mac80211' into mac80211-nextJohannes Berg2015-07-1711-41/+111
| |\ \ \
| * | | | mac80211: Add support for declaring MU-MIMO capabilitySara Sharon2015-07-172-1/+38
| * | | | mac80211: account TX MSDUs properly with segmentation offloadJohannes Berg2015-07-171-1/+5
| * | | | wireless: remove superfluous if statement in regulatory codeJohn Linville2015-07-171-5/+4Star
| * | | | cfg80211: allow mgmt_frame_register callback to sleepJohannes Berg2015-07-175-17/+73