aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-01tipc: reduce risk of wakeup queue starvationJon Maloy1-8/+21
2019-07-31net: bridge: mcast: add delete due to fast-leave mdb flagNikolay Aleksandrov3-1/+4
2019-07-31Merge tag 'mac80211-next-for-davem-2019-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller27-318/+891
2019-07-31mac80211: HE STA disassoc due to QOS NULL not sentShay Bar1-1/+4
2019-07-31mac80211: allow setting spatial reuse parameters from bss_confJohn Crispin4-1/+32
2019-07-31nl80211: add strict start typeJohannes Berg1-0/+1
2019-07-31cfg80211: add support for parsing OBBS_PD attributesJohn Crispin1-0/+45
2019-07-31mac80211: reject zero MAC address in add stationKarthikeyan Periyasamy1-1/+1
2019-07-31cfg80211: use parallel_ops for genlJohannes Berg1-30/+78
2019-07-31mac80211: add missing null return check from call to ieee80211_get_sbandColin Ian King1-0/+2
2019-07-30net: dsa: ksz: Add KSZ8795 tag codeTristram Ha1-0/+62
2019-07-30vsock/virtio: change the maximum packet size allowedStefano Garzarella1-2/+2
2019-07-30vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-3/+12
2019-07-30vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()Stefano Garzarella1-2/+2
2019-07-30vsock/virtio: reduce credit update messagesStefano Garzarella1-3/+13
2019-07-30vsock/virtio: limit the memory used per-socketStefano Garzarella2-9/+52
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon11-44/+46
2019-07-30sctp: factor out sctp_connect_add_peerXin Long1-45/+31
2019-07-30sctp: factor out sctp_connect_new_asocXin Long1-84/+76
2019-07-30sctp: clean up __sctp_connectXin Long1-136/+73
2019-07-30sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectxXin Long1-1/+2
2019-07-30sctp: only copy the available addr data in sctp_transport_initXin Long1-1/+1
2019-07-30rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells4-20/+96
2019-07-29can: fix ioctl function removalOliver Hartkopp2-2/+16
2019-07-29NFC: fix attrs checks in netlink interfaceAndrey Konovalov1-2/+4
2019-07-29mac80211: add support for the ADDBA extension elementJohn Crispin3-11/+64
2019-07-29mac80211: propagate HE operation info into bss_confJohn Crispin3-0/+20
2019-07-29cfg80211: fix dfs channels remain DFS_AVAILABLE after ch_switchMichael Vassernis1-0/+2
2019-07-29cfg80211: fix duplicated scan entries after channel switchSergey Matyukevich3-1/+82
2019-07-29cfg80211: refactor cfg80211_bss_updateSergey Matyukevich1-82/+89
2019-07-27ipv6: remove printkJonathan Lemon1-3/+1
2019-07-27net: neigh: remove redundant assignment to variable bucketColin Ian King1-1/+1
2019-07-26nl80211: Include wiphy address setup in NEW_WIPHYDenis Kenzior1-0/+24
2019-07-26mac80211: implement HE support for meshSven Eckelmann5-1/+128
2019-07-26mac80211: add IEEE80211_KEY_FLAG_GENERATE_MMIE to ieee80211_key_flagsLorenzo Bianconi1-1/+5
2019-07-26mac80211: HE: add Spatial Reuse element parsing supportJohn Crispin2-0/+5
2019-07-26mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap_headerJohn Crispin1-12/+162
2019-07-26mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()John Crispin3-4/+8
2019-07-26mac80211: add support for parsing ADDBA_EXT IEsJohn Crispin2-0/+8
2019-07-26cfg80211: give all multi-BSSID BSS entries the same timestampJohannes Berg1-2/+5
2019-07-26cfg80211: don't parse MBSSID if transmitting BSS isn't createdJohannes Berg1-1/+3
2019-07-26cfg80211: clean up cfg80211_inform_single_bss_frame_data()Johannes Berg1-7/+1
2019-07-26cfg80211: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+6
2019-07-26mac80211: AMPDU handling for rekeys with Extended Key IDAlexander Wetzel2-6/+9
2019-07-26mac80211: Simplify Extended Key ID APIAlexander Wetzel3-24/+14
2019-07-26mac80211: add tx dequeue function for process contextErik Stromdahl1-0/+2
2019-07-26lib80211: use crypto API ccm(aes) transform for CCMP processingArd Biesheuvel2-112/+87
2019-07-26mac80211: remove unused and unneeded remove_sta_debugfs callbackGreg Kroah-Hartman2-10/+0
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach3-8/+12
2019-07-25tipc: fix changeover issues due to large packetTuong Lien3-15/+155