aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-22mac80211: support reporting A-MPDU EOF bit value/knownJohannes Berg3-0/+11
2018-02-22uapi: Add 802.11 Preauthentication to if_etherDenis Kenzior1-0/+1
2018-02-19ieee80211: Increase PMK maximum length to 64 bytesSrinivas Dasari1-1/+1
2018-02-19mac80211: Add tx ack signal support in sta infoVenkateswara Naralasetty4-2/+20
2018-02-19cfg80211: send ack_signal to user in probe client responseVenkateswara Naralasetty5-5/+18
2018-02-19mac80211: remove redundant initialization to pointer 'hdr'Colin Ian King1-1/+1
2018-02-19nl80211: Fix external_auth check for offloaded authenticationSrinivas Dasari1-1/+1
2018-02-19nl80211: remove unnecessary genlmsg_cancel() callsJohannes Berg1-28/+0
2018-01-31mac80211: Add support to notify ht/vht opmode modification.tamizhr@codeaurora.org2-0/+23
2018-01-31cfg80211: Add support to notify station's opmode change to userspacetamizhr@codeaurora.org3-0/+110
2018-01-31mac80211: Add txq flags to debugfsBen Greear1-3/+7
2018-01-31nl80211: Allow SAE Authentication for NL80211_CMD_CONNECTSrinivas Dasari1-2/+3
2018-01-31cfg80211/nl80211: Optional authentication offload to userspaceSrinivas Dasari5-3/+230
2018-01-31nl80211: Introduce scan flags to emphasize requested scan behaviorSunil Dutt2-3/+38
2018-01-31mac80211_hwsim: add generation count for netlink dump operationBenjamin Beichler1-7/+24
2018-01-31mac80211_hwsim: add nl_err_msg in hwsim_new_radio in netlink caseBenjamin Beichler1-2/+5
2018-01-31mac80211_hwsim: add permanent mac address option for new radiosBenjamin Beichler2-10/+42
2018-01-30ipmr: Fix ptrdiff_t print formattingJames Hogan1-1/+1
2018-01-29ibmvnic: Wait for device response when changing MACThomas Falcon1-7/+14
2018-01-29qlcnic: fix deadlock bugJunxiao Bi1-9/+9
2018-01-29tcp: release sk_frag.page in tcp_disconnectLi RongQing1-0/+6
2018-01-29ipv4: Get the address of interface correctly.Tonghao Zhang1-0/+4
2018-01-29net_sched: gen_estimator: fix lockdep splatEric Dumazet1-0/+4
2018-01-29net: macb: Handle HRESP errorHarini Katakam2-4/+58
2018-01-29net/mlx5e: IPoIB, Fix copy-paste bug in flow steering refactoringGal Pressman1-1/+1
2018-01-29ipv6: addrconf: break critical section in addrconf_verify_rtnl()Eric Dumazet1-0/+2
2018-01-29ipv6: change route cache aging logicWei Wang1-8/+12
2018-01-29i40e/i40evf: Update DESC_NEEDED value to reflect larger valueAlexander Duyck2-2/+2
2018-01-29bnxt_en: cleanup DIM work on device shutdownAndy Gospodarek1-1/+7
2018-01-29net: ipv6: send unsolicited NA after DADDavid Ahern2-4/+31
2018-01-29gianfar: prevent integer wrapping in the rx handlerAndy Spencer1-2/+7
2018-01-29net_sched: implement ->change_tx_queue_len() for pfifo_fastCong Wang1-0/+18
2018-01-29net_sched: plug in qdisc ops change_tx_queue_lenCong Wang3-0/+36
2018-01-29net: introduce helper dev_change_tx_queue_len()Cong Wang4-37/+35
2018-01-29vhost_net: stop device during reset ownerJason Wang1-0/+1
2018-01-29dev: advertise the new ifindex when the netns iface changesNicolas Dichtel4-20/+36
2018-01-29dev: always advertise the new nsid when the netns iface changesNicolas Dichtel1-4/+1
2018-01-29net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly to module nameVadim Lomovtsev5-5/+5
2018-01-29tools/virtio: fix smp_mb on x86Michael S. Tsirkin1-1/+1
2018-01-29tools/virtio: copy READ/WRITE_ONCEMichael S. Tsirkin1-0/+57
2018-01-29tools/virtio: more stubs to fix tools buildMichael S. Tsirkin2-1/+2
2018-01-29tools/virtio: switch to __ptr_ring_emptyMichael S. Tsirkin1-1/+1
2018-01-29ptr_ring: prevent queue load/store tearingMichael S. Tsirkin1-2/+2
2018-01-29skb_array: use __ptr_ring_emptyMichael S. Tsirkin1-1/+1
2018-01-29Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"Michael S. Tsirkin1-6/+1
2018-01-29ptr_ring: disallow lockless __ptr_ring_fullMichael S. Tsirkin1-3/+4
2018-01-29tap: fix use-after-freeMichael S. Tsirkin1-3/+0
2018-01-29ptr_ring: READ/WRITE_ONCE for __ptr_ring_emptyMichael S. Tsirkin1-3/+8
2018-01-29ptr_ring: clean up documentationMichael S. Tsirkin1-16/+18
2018-01-29ptr_ring: keep consumer_head valid at all timesMichael S. Tsirkin1-9/+16