aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-29mptcp: Handle incoming 32-bit DATA_FIN valuesMat Martineau3-7/+18
2020-09-29mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau2-6/+6
2020-09-29net: Add netif_rx_any_context()Sebastian Andrzej Siewior1-0/+15
2020-09-29l2tp: report rx cookie discards in netlink getTom Parkin1-0/+6
2020-09-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller9-37/+292
2020-09-29xsk: Fix a documentation mistake in xsk_queue.hCiara Loftus1-1/+1
2020-09-28ethtool: mark netlink family as __ro_after_initJakub Kicinski1-1/+1
2020-09-28net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva1-4/+4
2020-09-28bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer1-0/+3
2020-09-28ip6gre: avoid tx_error when sending MLD/DAD on external tunnelsDavide Caratti1-11/+22
2020-09-28net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locksManivannan Sadhasivam1-9/+25
2020-09-28net/smc: CLC decline - V2 enhancementsUrsula Braun3-15/+30
2020-09-28net/smc: introduce CLC first contact extensionUrsula Braun6-5/+91
2020-09-28net/smc: CLC accept / confirm V2Ursula Braun3-57/+170
2020-09-28net/smc: determine accepted ISM devicesUrsula Braun4-34/+208
2020-09-28net/smc: build and send V2 CLC proposalUrsula Braun4-42/+210
2020-09-28net/smc: determine proposed ISM devicesUrsula Braun8-58/+135
2020-09-28net/smc: introduce list of pnetids for Ethernet devicesUrsula Braun3-7/+153
2020-09-28net/smc: introduce CHID callback for ISM devicesUrsula Braun4-0/+9
2020-09-28net/smc: introduce System Enterprise ID (SEID)Ursula Braun3-2/+28
2020-09-28net/smc: prepare for more proposed ISM devicesUrsula Braun6-44/+69
2020-09-28net/smc: split CLC confirm/accept data to be sentUrsula Braun2-12/+15
2020-09-28net/smc: separate find device functionsUrsula Braun3-46/+84
2020-09-28net/smc: CLC header fields renamingUrsula Braun3-23/+25
2020-09-28net/smc: remove constant and introduce helper to check for a pnet idKarsten Graul1-8/+12
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo2-19/+78
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastructureTaehee Yoo3-37/+68
2020-09-28net: core: add __netdev_upper_dev_unlink()Taehee Yoo1-10/+16
2020-09-28net_sched: remove a redundant goto chain checkCong Wang1-14/+0
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu1-0/+91
2020-09-28udp_tunnel: add the ability to share port tablesJakub Kicinski1-10/+86
2020-09-28net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov1-0/+2
2020-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller4-7/+45
2020-09-28xsk: Fix possible crash in socket_release when out-of-memoryMagnus Karlsson1-0/+1
2020-09-28nl80211: extend support to config spatial reuse parameter setRajkumar Manoharan1-0/+25
2020-09-28mac80211: Support not iterating over not-sdata-in-driver ifacesBen Greear1-0/+3
2020-09-28nl80211: fix OBSS PD min and max offset validationRajkumar Manoharan1-9/+7
2020-09-28mac80211: fix some more kernel-doc in meshJohannes Berg2-0/+5
2020-09-28cfg80211: regulatory: remove a bogus initializationDan Carpenter1-1/+1
2020-09-28mac80211: fix regression in sta connection monitorFelix Fietkau2-5/+15
2020-09-28nl80211: include frequency offset in survey infoThomas Pedersen1-0/+5
2020-09-28mac80211: support S1G associationThomas Pedersen5-13/+128
2020-09-28mac80211: receive and process S1G beaconsThomas Pedersen5-65/+159
2020-09-28mac80211: avoid rate init for S1G bandThomas Pedersen1-0/+6
2020-09-28mac80211: handle S1G low ratesThomas Pedersen1-7/+26
2020-09-28mac80211: don't calculate duration for S1GThomas Pedersen1-0/+4
2020-09-28mac80211: encode listen interval for S1GThomas Pedersen3-4/+28
2020-09-28cfg80211: handle Association Response from S1G STAThomas Pedersen1-3/+11
2020-09-28mac80211: convert S1G beacon to scan resultsThomas Pedersen4-5/+40
2020-09-28cfg80211: parse S1G Operation element for BSS channelThomas Pedersen1-7/+16