summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-14mwifiex: correction in Rx STBC field of htcapinfoAmitkumar Karwar1-1/+1
2016-09-14mwifiex: handle error if IRQ request fails in mwifiex_sdio_of()Amitkumar Karwar1-1/+3
2016-09-14Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo47-549/+2125
2016-09-14rxrpc: Add IPv6 supportDavid Howells7-83/+154
2016-09-14rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells2-34/+11
2016-09-14rxrpc: Don't specify protocol to when creating transport socketDavid Howells1-2/+2
2016-09-14rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells1-0/+12
2016-09-14rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells6-13/+26
2016-09-14rxrpc: Fix prealloc refcountingDavid Howells3-4/+9
2016-09-14rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells4-2/+7
2016-09-14rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells1-3/+5
2016-09-14rxrpc: Use skb->len not skb->data_lenDavid Howells1-4/+4
2016-09-14rxrpc: Add missing unlock in rxrpc_call_accept()David Howells1-3/+5
2016-09-14rxrpc: Requeue call for recvmsg if more dataDavid Howells1-0/+4
2016-09-14rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells1-1/+1
2016-09-14rxrpc: Add missing wakeup on Tx window rotationDavid Howells1-0/+2
2016-09-14rxrpc: Make sure we initialise the peer hash keyDavid Howells1-1/+1
2016-09-13cfg80211: reduce connect key caching struct sizeJohannes Berg6-17/+10
2016-09-13cfg80211: validate key index betterJohannes Berg1-1/+7
2016-09-13cfg80211: wext: only allow WEP keys to be configured before connectedJohannes Berg1-0/+3
2016-09-13nl80211: only allow WEP keys during connect commandJohannes Berg1-5/+8
2016-09-13nl80211: fix connect keys range checkJohannes Berg1-1/+1
2016-09-13cfg80211: disallow shared key authentication with key index 4Johannes Berg2-2/+2
2016-09-13Merge branch 'mlxsw-ethtool'David S. Miller3-146/+209
2016-09-13mlxsw: spectrum: Add support for new ethtool APIIdo Schimmel2-160/+185
2016-09-13mlxsw: spectrum: Indicate support of multiple port typesIdo Schimmel1-3/+5
2016-09-13mlxsw: spectrum: Report port type according to operational speedIdo Schimmel1-1/+0
2016-09-13mlxsw: spectrum: Report link partner's advertised speedsIdo Schimmel2-1/+27
2016-09-13mlxsw: spectrum: Correctly report autonegotiationIdo Schimmel2-3/+14
2016-09-13net: ethernet: apm: xgene: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+37
2016-09-13net: ethernet: apm: xgene: use phydev from struct net_devicePhilippe Reynes4-19/+18
2016-09-13net: ethernet: dwmac: fix non static symbol warningWei Yongjun1-1/+2
2016-09-13net: macb: fix missing unlock on error in macb_start_xmit()Wei Yongjun1-1/+1
2016-09-13net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman8-16/+15
2016-09-13tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun1-1/+2
2016-09-13net: bridge: add helper to call /sbin/bridge-stpVivien Didelot1-12/+31
2016-09-13mac80211: remove useless open_count checkJohannes Berg1-2/+1
2016-09-13ath10k: remove 4-addr padding related hw_param configurationVasanthakumar Thiagarajan2-17/+0
2016-09-13ath10k: properly remove padding from the start of rx payloadVasanthakumar Thiagarajan2-14/+31
2016-09-13ath10k: add provision for Rx descriptor abstractionVasanthakumar Thiagarajan3-0/+37
2016-09-13ath10k: move ath10k_hw_params definition to hw.hVasanthakumar Thiagarajan2-52/+54
2016-09-13ath10k: improve logging messageBen Greear1-2/+2
2016-09-13ath10k: enable peer stats by defaultThomas Pedersen1-0/+3
2016-09-13ath10k: remove unused variable ar_pciChaehyun Lim1-2/+0
2016-09-13ath10k: fix memory leak on caldata on error exit pathColin Ian King1-1/+1
2016-09-13mac80211: simplify TDLS RA lookupJohannes Berg1-11/+4
2016-09-13mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen5-129/+117
2016-09-13iwlegacy: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+2
2016-09-13hamradio: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-13stmmac: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1