summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* tipc: fix changeover issues due to large packetTuong Lien2019-07-253-15/+155
* tipc: optimize link synching mechanismTuong Lien2019-07-254-4/+44
* can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp2019-07-246-0/+6
* can: remove obsolete empty ioctl() handlerOliver Hartkopp2019-07-243-11/+2
* can: Kconfig: correct history of the CAN protocolRobert P. J. Day2019-07-241-5/+6
* hv_sock: Use consistent types for UUIDsAndy Shevchenko2019-07-231-12/+12
* net: sched: include mpls actions in hardware intermediate representationJohn Hurley2019-07-231-0/+25
* net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)2019-07-221-1/+1
* net: Use skb accessors in network coreMatthew Wilcox (Oracle)2019-07-225-31/+37
* net-ipv6-ndisc: add support for RFC7710 RA Captive Portal IdentifierMaciej Żenczykowski2019-07-221-0/+1
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-211-2/+11
* net: sched: verify that q!=NULL before setting q->flagsVlad Buslov2019-07-211-1/+3
* tipc: Fix a typoChristophe JAILLET2019-07-211-1/+1
* mac80211: don't warn about CW params when not using themBrian Norris2019-07-201-4/+9
* mac80211: fix possible memory leak in ieee80211_assign_beaconLorenzo Bianconi2019-07-201-2/+6
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-195-10/+15
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-197-12/+13
* net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-192-7/+4
* net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso2019-07-193-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-1941-77/+106
|\
| * netfilter: bridge: make NF_TABLES_BRIDGE tristateArnd Bergmann2019-07-193-3/+3
| * netfilter: bridge: NF_CONNTRACK_BRIDGE does not depend on NF_TABLES_BRIDGEPablo Neira Ayuso2019-07-181-2/+2
| * netfilter: nft_meta: skip EAGAIN if nft_meta_bridge is not a modulePablo Neira Ayuso2019-07-181-1/+1
| * netfilter: synproxy: fix rst sequence number mismatchFernando Fernandez Mancera2019-07-181-2/+2
| * netfilter: nf_tables: Support auto-loading for inet natPhil Sutter2019-07-181-0/+3
| * netfilter: nft_hash: fix symhash with modulus oneLaura Garcia Liebana2019-07-161-1/+1