summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-30mac80211: Invoke TX LED in more code pathsBjorn Andersson1-2/+2
2017-05-30skbuff/mac80211: introduce and use skb_put_zero()Johannes Berg3-8/+13
2017-05-24mac80211: enable VHT for mesh channel processingSimon Wunderlich1-1/+3
2017-05-24mac80211: mesh: support sending wide bandwidth CSASimon Wunderlich3-2/+82
2017-05-19mac80211: mark as action frame when parsing IEs of CSA action framesSimon Wunderlich1-1/+1
2017-05-19mac80211: mesh: Allow following CSA to DFS channels if userspace handles itBenjamin Berg3-3/+15
2017-05-19wireless: Require HANDLE_DFS flag to switch channel for non-AP modeBenjamin Berg1-1/+13
2017-05-19wireless: Only join DFS channels in mesh mode if userspace flags supportBenjamin Berg3-0/+15
2017-05-19mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Johannes Berg4-3/+2
2017-05-19mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is receivedBenjamin Berg3-0/+27
2017-05-17mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen6-2/+73
2017-05-17cfg80211: improve warnings in VHT rate calculationJohannes Berg1-4/+7
2017-05-16liquidio: use pcie_flr instead of duplicating itChristoph Hellwig1-16/+1
2017-05-16net: phy: Remove residual magic from PHY driversAndrew Lunn5-38/+36
2017-05-16bnx2x: Remove open coded carrier checkLeon Romanovsky1-1/+1
2017-05-16tcp: internal implementation for pacingEric Dumazet8-5/+113
2017-05-16Merge branch 'udp-scalability-improvements'David S. Miller8-69/+211
2017-05-16udp: keep the sk_receive_queue held when splicingPaolo Abeni1-10/+26
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni5-24/+131
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni3-41/+60
2017-05-16Merge branch 'nfp-LSO-checksum-and-XDP-datapath-updates'David S. Miller4-79/+149
2017-05-16nfp: eliminate an if statement in calculation of completed framesJakub Kicinski1-8/+2
2017-05-16nfp: add a helper for wrapping descriptor indexJakub Kicinski2-11/+13
2017-05-16nfp: complete the XDP TX ring only when it's fullJakub Kicinski2-18/+35
2017-05-16nfp: add CHECKSUM_COMPLETE supportJakub Kicinski3-10/+36
2017-05-16nfp: version independent support for chained RSS metadataEdwin Peer3-14/+24
2017-05-16nfp: don't assume RSS and IRQ moderation are always enabledJakub Kicinski1-4/+2
2017-05-16nfp: support LSO2 capabilityEdwin Peer3-16/+38
2017-05-16nfp: rename l4_offset in struct nfp_net_tx_desc to lso_hdrlenEdwin Peer2-4/+4
2017-05-16nfp: don't enable TSO on the device when disabledJakub Kicinski1-0/+1
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang4-4/+4
2017-05-16tools: hv: Add clean up for included files in Ubuntu net configHaiyang Zhang1-3/+18
2017-05-16bnxt: add dma mapping attributesShannon Nelson1-22/+34
2017-05-16Merge branch 'xgene-Add-ethtool-stats-and-bug-fixes'David S. Miller10-302/+428
2017-05-16drivers: net: xgene: Fix redundant prefetch buffer cleanupIyappan Subramanian4-62/+1
2017-05-16drivers: net: xgene: Workaround for HW errata 10GE_10/ENET_15Quan Nguyen3-9/+46
2017-05-16drivers: net: xgene: Add frame recovered statistics counter for errata 10GE_8...Quan Nguyen3-2/+10
2017-05-16drivers: net: xgene: Workaround for HW errata 10GE_4Quan Nguyen3-0/+9
2017-05-16drivers: net: xgene: Add rx_overrun/tx_underrun statisticsIyappan Subramanian7-3/+62
2017-05-16drivers: net: xgene: Extend ethtool statisticsQuan Nguyen6-1/+181
2017-05-16drivers: net: xgene: Remove unused macrosQuan Nguyen1-6/+0
2017-05-16drivers: net: xgene: Refactor statistics error parsing codeQuan Nguyen4-18/+18
2017-05-16drivers: net: xgene: Remove redundant local statsQuan Nguyen3-7/+5
2017-05-16drivers: net: xgene: Use rgmii mdio mac accessQuan Nguyen1-0/+14
2017-05-16drivers: net: phy: xgene: Add lock to protect mac accessQuan Nguyen2-37/+40
2017-05-16drivers: net: xgene: Protect indirect MAC accessIyappan Subramanian6-177/+62
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds74-249/+1026
2017-05-15Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-49/+33
2017-05-15Merge branch 'ldmsw-fixes'David S. Miller1-2/+2
2017-05-15ldmvsw: stop the clean timer at beginning of removeShannon Nelson1-1/+1