summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mlx4: restore conditional call to napi_complete_done()Eric Dumazet2014-11-101-7/+8
* sunvnet: Add missing rcu_read_unlock() in vnet_start_xmitSowmini Varadhan2014-11-101-1/+3
* sunvnet: vnet_ack() should check if !start_cons to send a missed triggerSowmini Varadhan2014-11-101-1/+1
* sunvnet: Fix race between vnet_start_xmit() and vnet_ack()Sowmini Varadhan2014-11-101-4/+6
* 8139too: Allow using the largest possible MTUAlban Bedel2014-11-101-1/+1
* 8139too: Allow setting MTU larger than 1500Alban Bedel2014-11-101-1/+12
* Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-11-10153-3673/+5535
|\
| * Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm...John W. Linville2014-11-0414-123/+455
| |\
| | * mac80211: replace restart_complete() with reconfig_complete()Eliad Peller2014-11-043-6/+24
| | * mac80211-hwsim: Provide multicast event for HWSIM_CMD_DEL_RADIOJukka Rissanen2014-10-311-7/+47
| | * mac80211-hwsim: Provide multicast event for HWSIM_CMD_NEW_RADIOJukka Rissanen2014-10-311-77/+198
| | * mac80211-hwsim: add missing policy entriesJohannes Berg2014-10-311-0/+3
| | * mac80211-hwsim: remove spurious newlineJohannes Berg2014-10-291-1/+0
| | * mac80211-hwsim: support SGI-20Ben Greear2014-10-291-0/+1
| | * mac80211-hwsim: add frequency attribute to netlink pktsBen Greear2014-10-292-1/+9
| | * mac80211-hwsim: Rename CREATE and DESTROY radio to NEW and DEL radioJukka Rissanen2014-10-291-5/+9
| | * mac80211-hwsim: support creating wiphy w/out creating wlanXBen Greear2014-10-272-3/+14
| | * mac80211-hwsim: support creating radios with specific nameBen Greear2014-10-271-4/+9
| | * mac80211-hwsim: support destroying radio by nameBen Greear2014-10-242-5/+18
| | * mac80211-hwsim: add ethtool stats supportBen Greear2014-10-241-1/+74
| | * cfg80211: Convert del_station() callback to use a param structJouni Malinen2014-10-205-13/+17
| | * mac80211-hwsim: Add support for HWSIM_ATTR_DESTROY_RADIO_ON_CLOSEJukka Rissanen2014-10-092-3/+40
| | * mac80211: allow channel switch with multiple channel contextsLuciano Coelho2014-10-094-18/+13
| | * mac80211_hwsim: fix typo, remove unnecessary gotoBen Greear2014-10-091-2/+1
| | * mac80211_hwsim: fix memory leak on netlink TX failureBen Greear2014-10-091-1/+2
| * | mwifiex: add cfg80211 dump_survey handlerXinming Hu2014-10-311-0/+47
| * | mwifiex: channel statistics support for mwifiexAvinash Patil2014-10-317-3/+132
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-10-3110-757/+376
| |\ \
| | * | Bluetooth: HCI H5 peer reset detectionLoic Poulain2014-10-311-0/+34
| | * | at86rf230: deliver with checksumAlexander Aring2014-10-291-2/+2
| | * | at86rf230: add support for promiscuous modeAlexander Aring2014-10-291-1/+29
| | * | mac802154: add hardware address filter flagAlexander Aring2014-10-293-3/+6
| | * | mac802154: add IEEE802154_HW_ARET hw flagAlexander Aring2014-10-291-1/+1
| | * | mac802154: remove might_sleep from driver layerAlexander Aring2014-10-283-8/+0
| | * | mac802154: ops: declare channel and page as u8Alexander Aring2014-10-284-8/+7
| | * | mac802154: declare struct ieee802154_ops as constAlexander Aring2014-10-284-4/+4
| | * | at86rf230: improve receive handlingAlexander Aring2014-10-271-7/+3
| | * | at86rf230: use ieee802154_is_valid_psdu_len helperAlexander Aring2014-10-271-18/+8
| | * | ieee802154: drivers: use dev_alloc_skbAlexander Aring2014-10-273-3/+3
| | * | at86rf230: asynchronous xmit handlingAlexander Aring2014-10-261-25/+17
| | * | mac802154: tx: add support for xmit_async callbackAlexander Aring2014-10-264-4/+4
| | * | ieee802154: rename ieee802154_dev to ieee802154_hwAlexander Aring2014-10-254-133/+133
| | * | ieee802154: remove fakehard driverAlexander Aring2014-10-253-438/+0
| | * | ieee802154: move ieee802154 headerAlexander Aring2014-10-254-4/+4
| | * | ieee802154: move wpan-phy.h to cfg802154.hAlexander Aring2014-10-255-5/+5
| | * | mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring2014-10-253-12/+12
| | * | ieee802154: mac802154: remove FSF addressAlexander Aring2014-10-253-12/+0
| | * | at86rf230: remove unnecessary print of async errorAlexander Aring2014-10-251-1/+0
| | * | at86rf230: fix enable_irq handling on async spiAlexander Aring2014-10-251-80/+77
| | * | at86rf230: fix race conditionAlexander Aring2014-10-251-1/+1