summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: reduce risk of wakeup queue starvationJon Maloy2019-08-011-8/+21
* net: bridge: mcast: add delete due to fast-leave mdb flagNikolay Aleksandrov2019-07-313-1/+4
* Merge tag 'mac80211-next-for-davem-2019-07-31' of git://git.kernel.org/pub/sc...David S. Miller2019-07-3127-318/+891
|\
| * mac80211: HE STA disassoc due to QOS NULL not sentShay Bar2019-07-311-1/+4
| * mac80211: allow setting spatial reuse parameters from bss_confJohn Crispin2019-07-314-1/+32
| * nl80211: add strict start typeJohannes Berg2019-07-311-0/+1
| * cfg80211: add support for parsing OBBS_PD attributesJohn Crispin2019-07-311-0/+45
| * mac80211: reject zero MAC address in add stationKarthikeyan Periyasamy2019-07-311-1/+1
| * cfg80211: use parallel_ops for genlJohannes Berg2019-07-311-30/+78
| * mac80211: add missing null return check from call to ieee80211_get_sbandColin Ian King2019-07-311-0/+2
| * mac80211: add support for the ADDBA extension elementJohn Crispin2019-07-293-11/+64
| * mac80211: propagate HE operation info into bss_confJohn Crispin2019-07-293-0/+20
| * cfg80211: fix dfs channels remain DFS_AVAILABLE after ch_switchMichael Vassernis2019-07-291-0/+2
| * cfg80211: fix duplicated scan entries after channel switchSergey Matyukevich2019-07-293-1/+82
| * cfg80211: refactor cfg80211_bss_updateSergey Matyukevich2019-07-291-82/+89
| * nl80211: Include wiphy address setup in NEW_WIPHYDenis Kenzior2019-07-261-0/+24
| * mac80211: implement HE support for meshSven Eckelmann2019-07-265-1/+128
| * mac80211: add IEEE80211_KEY_FLAG_GENERATE_MMIE to ieee80211_key_flagsLorenzo Bianconi2019-07-261-1/+5
| * mac80211: HE: add Spatial Reuse element parsing supportJohn Crispin2019-07-262-0/+5
| * mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap...John Crispin2019-07-261-12/+162
| * mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()John Crispin2019-07-263-4/+8
| * mac80211: add support for parsing ADDBA_EXT IEsJohn Crispin2019-07-262-0/+8
| * cfg80211: give all multi-BSSID BSS entries the same timestampJohannes Berg2019-07-261-2/+5
| * cfg80211: don't parse MBSSID if transmitting BSS isn't createdJohannes Berg2019-07-261-1/+3
| * cfg80211: clean up cfg80211_inform_single_bss_frame_data()Johannes Berg2019-07-261-7/+1
| * cfg80211: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-261-11/+6
| * mac80211: AMPDU handling for rekeys with Extended Key IDAlexander Wetzel2019-07-262-6/+9
| * mac80211: Simplify Extended Key ID APIAlexander Wetzel2019-07-263-24/+14
| * mac80211: add tx dequeue function for process contextErik Stromdahl2019-07-261-0/+2
| * lib80211: use crypto API ccm(aes) transform for CCMP processingArd Biesheuvel2019-07-262-112/+87
| * mac80211: remove unused and unneeded remove_sta_debugfs callbackGreg Kroah-Hartman2019-07-262-10/+0
| * mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach2019-07-263-8/+12
* | net: dsa: ksz: Add KSZ8795 tag codeTristram Ha2019-07-301-0/+62
* | vsock/virtio: change the maximum packet size allowedStefano Garzarella2019-07-301-2/+2
* | vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-07-301-3/+12
* | vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()Stefano Garzarella2019-07-301-2/+2
* | vsock/virtio: reduce credit update messagesStefano Garzarella2019-07-301-3/+13
* | vsock/virtio: limit the memory used per-socketStefano Garzarella2019-07-302-9/+52
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-3011-44/+46
* | sctp: factor out sctp_connect_add_peerXin Long2019-07-301-45/+31
* | sctp: factor out sctp_connect_new_asocXin Long2019-07-301-84/+76
* | sctp: clean up __sctp_connectXin Long2019-07-301-136/+73
* | sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectxXin Long2019-07-301-1/+2
* | sctp: only copy the available addr data in sctp_transport_initXin Long2019-07-301-1/+1
* | rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells2019-07-304-20/+96
* | can: fix ioctl function removalOliver Hartkopp2019-07-292-2/+16
* | NFC: fix attrs checks in netlink interfaceAndrey Konovalov2019-07-291-2/+4
* | ipv6: remove printkJonathan Lemon2019-07-271-3/+1
* | net: neigh: remove redundant assignment to variable bucketColin Ian King2019-07-271-1/+1
|/
* tipc: fix changeover issues due to large packetTuong Lien2019-07-253-15/+155