aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-07-29netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets tooStefano Brivio1-4/+0
2019-07-29net: fix ifindex collision during namespace removalJiri Pirko1-0/+2
2019-07-29net/af_iucv: mark expected switch fall-throughsGustavo A. R. Silva1-5/+9
2019-07-29net: bridge: delete local fdb on device init failureNikolay Aleksandrov1-0/+5
2019-07-29net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai1-3/+3
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-29mac80211: don't WARN on short WMM parameters from APBrian Norris1-0/+10
2019-07-27ipv6: remove printkJonathan Lemon1-3/+1
2019-07-27net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler_cmn()Jia-Ju Bai1-1/+4
2019-07-27net: neigh: remove redundant assignment to variable bucketColin Ian King1-1/+1
2019-07-26ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan1-4/+2
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-26{nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty4-13/+31
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-108/+83
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-26bluetooth: switch to AES libraryArd Biesheuvel2-73/+33
2019-07-25bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABELStanislav Fomichev1-0/+9
2019-07-25bpf/flow_dissector: support flags in BPF_PROG_TEST_RUNStanislav Fomichev1-4/+35
2019-07-25bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev2-3/+11
2019-07-25bpf: Allow bpf_skb_event_output for a few prog typesAllan Zhang1-0/+6
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-66/+201
2019-07-25ipip: validate header length in ipip_tunnel_xmitHaishuang Yan1-0/+3
2019-07-25tipc: fix changeover issues due to large packetTuong Lien3-15/+155
2019-07-25tipc: optimize link synching mechanismTuong Lien4-4/+44
2019-07-25ife: error out when nla attributes are emptyCong Wang1-0/+5
2019-07-25netfilter: nft_meta_bridge: Eliminate 'out' labelPhil Sutter1-3/+1
2019-07-25netfilter: nf_tables: Make nft_meta expression more robustPhil Sutter2-17/+5
2019-07-24netrom: hold sock when setting skb->destructorCong Wang1-0/+1
2019-07-24ovs: datapath: hide clang frame-overflow warningsArnd Bergmann1-7/+8
2019-07-24Merge tag 'linux-can-fixes-for-5.3-20190724' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller1-14/+32
2019-07-24ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan1-1/+2