summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-09-29mptcp: Handle incoming 32-bit DATA_FIN valuesMat Martineau
2020-09-29mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau
2020-09-29net: Add netif_rx_any_context()Sebastian Andrzej Siewior
2020-09-29l2tp: report rx cookie discards in netlink getTom Parkin
2020-09-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2020-09-29xsk: Fix a documentation mistake in xsk_queue.hCiara Loftus
2020-09-28ethtool: mark netlink family as __ro_after_initJakub Kicinski
2020-09-28net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva
2020-09-28bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer
2020-09-28ip6gre: avoid tx_error when sending MLD/DAD on external tunnelsDavide Caratti
2020-09-28net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locksManivannan Sadhasivam
2020-09-28net/smc: CLC decline - V2 enhancementsUrsula Braun
2020-09-28net/smc: introduce CLC first contact extensionUrsula Braun
2020-09-28net/smc: CLC accept / confirm V2Ursula Braun
2020-09-28net/smc: determine accepted ISM devicesUrsula Braun
2020-09-28net/smc: build and send V2 CLC proposalUrsula Braun
2020-09-28net/smc: determine proposed ISM devicesUrsula Braun
2020-09-28net/smc: introduce list of pnetids for Ethernet devicesUrsula Braun
2020-09-28net/smc: introduce CHID callback for ISM devicesUrsula Braun
2020-09-28net/smc: introduce System Enterprise ID (SEID)Ursula Braun
2020-09-28net/smc: prepare for more proposed ISM devicesUrsula Braun
2020-09-28net/smc: split CLC confirm/accept data to be sentUrsula Braun
2020-09-28net/smc: separate find device functionsUrsula Braun
2020-09-28net/smc: CLC header fields renamingUrsula Braun
2020-09-28net/smc: remove constant and introduce helper to check for a pnet idKarsten Graul
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-28net: core: add __netdev_upper_dev_unlink()Taehee Yoo
2020-09-28net_sched: remove a redundant goto chain checkCong Wang
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu
2020-09-28udp_tunnel: add the ability to share port tablesJakub Kicinski
2020-09-28net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov
2020-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-09-28xsk: Fix possible crash in socket_release when out-of-memoryMagnus Karlsson
2020-09-28nl80211: extend support to config spatial reuse parameter setRajkumar Manoharan
2020-09-28mac80211: Support not iterating over not-sdata-in-driver ifacesBen Greear
2020-09-28nl80211: fix OBSS PD min and max offset validationRajkumar Manoharan
2020-09-28mac80211: fix some more kernel-doc in meshJohannes Berg
2020-09-28cfg80211: regulatory: remove a bogus initializationDan Carpenter
2020-09-28mac80211: fix regression in sta connection monitorFelix Fietkau
2020-09-28nl80211: include frequency offset in survey infoThomas Pedersen
2020-09-28mac80211: support S1G associationThomas Pedersen
2020-09-28mac80211: receive and process S1G beaconsThomas Pedersen
2020-09-28mac80211: avoid rate init for S1G bandThomas Pedersen
2020-09-28mac80211: handle S1G low ratesThomas Pedersen
2020-09-28mac80211: don't calculate duration for S1GThomas Pedersen
2020-09-28mac80211: encode listen interval for S1GThomas Pedersen
2020-09-28cfg80211: handle Association Response from S1G STAThomas Pedersen
2020-09-28mac80211: convert S1G beacon to scan resultsThomas Pedersen
2020-09-28cfg80211: parse S1G Operation element for BSS channelThomas Pedersen