summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2019-07-29netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets...Stefano Brivio-4/+0
2019-07-29net: fix ifindex collision during namespace removalJiri Pirko-0/+2
2019-07-29net/af_iucv: mark expected switch fall-throughsGustavo A. R. Silva-5/+9
2019-07-29net: bridge: delete local fdb on device init failureNikolay Aleksandrov-0/+5
2019-07-29net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai-3/+3
2019-07-29NFC: fix attrs checks in netlink interfaceAndrey Konovalov-2/+4
2019-07-29mac80211: add support for the ADDBA extension elementJohn Crispin-11/+64
2019-07-29mac80211: propagate HE operation info into bss_confJohn Crispin-0/+20
2019-07-29cfg80211: fix dfs channels remain DFS_AVAILABLE after ch_switchMichael Vassernis-0/+2
2019-07-29cfg80211: fix duplicated scan entries after channel switchSergey Matyukevich-1/+82
2019-07-29cfg80211: refactor cfg80211_bss_updateSergey Matyukevich-82/+89
2019-07-29mac80211: don't WARN on short WMM parameters from APBrian Norris-0/+10
2019-07-27ipv6: remove printkJonathan Lemon-3/+1
2019-07-27net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler...Jia-Ju Bai-1/+4
2019-07-27net: neigh: remove redundant assignment to variable bucketColin Ian King-1/+1
2019-07-26ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan-4/+2
2019-07-26nl80211: Include wiphy address setup in NEW_WIPHYDenis Kenzior-0/+24
2019-07-26mac80211: implement HE support for meshSven Eckelmann-1/+128
2019-07-26mac80211: add IEEE80211_KEY_FLAG_GENERATE_MMIE to ieee80211_key_flagsLorenzo Bianconi-1/+5
2019-07-26mac80211: HE: add Spatial Reuse element parsing supportJohn Crispin-0/+5
2019-07-26mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap...John Crispin-12/+162
2019-07-26{nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty-13/+31
2019-07-26mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()John Crispin-4/+8
2019-07-26mac80211: add support for parsing ADDBA_EXT IEsJohn Crispin-0/+8
2019-07-26cfg80211: give all multi-BSSID BSS entries the same timestampJohannes Berg-2/+5
2019-07-26cfg80211: don't parse MBSSID if transmitting BSS isn't createdJohannes Berg-1/+3
2019-07-26cfg80211: clean up cfg80211_inform_single_bss_frame_data()Johannes Berg-7/+1
2019-07-26cfg80211: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-11/+6
2019-07-26mac80211: AMPDU handling for rekeys with Extended Key IDAlexander Wetzel-6/+9
2019-07-26mac80211: Simplify Extended Key ID APIAlexander Wetzel-24/+14
2019-07-26mac80211: add tx dequeue function for process contextErik Stromdahl-0/+2
2019-07-26lib80211: use crypto API ccm(aes) transform for CCMP processingArd Biesheuvel-112/+87
2019-07-26mac80211: remove unused and unneeded remove_sta_debugfs callbackGreg Kroah-Hartman-10/+0
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach-8/+12
2019-07-26bluetooth: switch to AES libraryArd Biesheuvel-73/+33
2019-07-25bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev-0/+9
2019-07-25bpf/flow_dissector: support flags in BPF_PROG_TEST_RUNStanislav Fomichev-4/+35
2019-07-25bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev-3/+11
2019-07-25bpf: Allow bpf_skb_event_output for a few prog typesAllan Zhang-0/+6
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-66/+201
2019-07-25ipip: validate header length in ipip_tunnel_xmitHaishuang Yan-0/+3
2019-07-25tipc: fix changeover issues due to large packetTuong Lien-15/+155
2019-07-25tipc: optimize link synching mechanismTuong Lien-4/+44
2019-07-25ife: error out when nla attributes are emptyCong Wang-0/+5
2019-07-25netfilter: nft_meta_bridge: Eliminate 'out' labelPhil Sutter-3/+1
2019-07-25netfilter: nf_tables: Make nft_meta expression more robustPhil Sutter-17/+5
2019-07-24netrom: hold sock when setting skb->destructorCong Wang-0/+1
2019-07-24ovs: datapath: hide clang frame-overflow warningsArnd Bergmann-7/+8
2019-07-24Merge tag 'linux-can-fixes-for-5.3-20190724' of git://git.kernel.org/pub/scm/...David S. Miller-15/+33
2019-07-24ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan-1/+2