aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-05-195-52/+19
|\
| * netfilter: ctnetlink: fix up for "netfilter: conntrack: remove unconfirmed list"Stephen Rothwell2022-05-181-0/+2
| * netfilter: conntrack: remove pr_debug callsites from tcp trackerFlorian Westphal2022-05-161-48/+4
| * netfilter: nf_conncount: reduce unnecessary GCWilliam Tu2022-05-161-0/+11
| * netfilter: Use l3mdev flow key when re-routing mangled packetsMartin Willi2022-05-162-4/+2
* | mptcp: Do not traverse the subflow connection list without lockMat Martineau2022-05-192-16/+1
* | mptcp: Check for orphaned subflow before handling MP_FAIL timerMat Martineau2022-05-192-13/+6
* | mptcp: stop using the mptcp_has_another_subflow() helperPaolo Abeni2022-05-193-16/+2
* | tcp: improve PRR loss recoveryYuchung Cheng2022-05-191-5/+5
* | net: tls: fix messing up lists when bpf enabledJakub Kicinski2022-05-191-1/+3
* | Merge tag 'linux-can-next-for-5.19-20220519' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-05-191-12/+17
|\ \
| * | can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp2022-05-191-12/+17
* | | Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-1918-526/+614
|\ \ \ | |/ / |/| |
| * | mac80211: refactor freeing the next_beaconJohannes Berg2022-05-171-27/+18
| * | mac80211: minstrel_ht: support ieee80211_rate_statusJonas Jelonek2022-05-162-9/+133
| * | mac80211: extend current rate control tx status APIJonas Jelonek2022-05-161-39/+52
| * | mac80211: minstrel_ht: fill all requested ratesPeter Seiderer2022-05-161-7/+7
| * | mac80211: disable BSS color collision detection in case of no free colorsLavanya Suresh2022-05-161-0/+9
| * | nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram2022-05-162-34/+34
| * | mac80211: mlme: track assoc_bss/associated separatelyJohannes Berg2022-05-162-10/+13
| * | mac80211: remove useless bssid copyJohannes Berg2022-05-161-3/+1
| * | mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg2022-05-163-9/+7
| * | mac80211: mlme: use local SSID copyJohannes Berg2022-05-161-12/+2
| * | mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg2022-05-165-21/+21
| * | mac80211: mlme: move in RSSI reporting codeJohannes Berg2022-05-162-40/+40
| * | mac80211: unify CCMP/GCMP AAD constructionJohannes Berg2022-05-161-56/+31
| * | mac80211: support disabling EHT modeMuna Sinada2022-05-041-0/+3
| * | cfg80211: support disabling EHT modeMuna Sinada2022-05-041-0/+7
| * | mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2022-05-042-0/+25
| * | mac80211: tx: delete a redundant if statement in ieee80211_check_fast_xmit()Hangyu Hua2022-05-041-2/+0
| * | mac80211: consider Order bit to fill CCMP AADPing-Ke Shih2022-05-041-7/+9
| * | cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov2022-05-041-0/+4
| * | nl80211: rework internal_flags usageJohannes Berg2022-05-041-145/+199
| * | nl80211: don't hold RTNL in color change requestJohannes Berg2022-05-041-2/+1
| * | cfg80211: remove cfg80211_get_chan_state()Johannes Berg2022-05-043-108/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-1923-121/+266
|\ \ \
| * \ \ Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-1921-116/+231
| |\ \ \
| | * | | net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.Andrew Lunn2022-05-191-0/+7
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-05-185-71/+49
| | |\ \ \
| | | * | | netfilter: nf_tables: disable expression reduction infraPablo Neira Ayuso2022-05-181-10/+1
| | | * | | netfilter: flowtable: move dst_check to packet pathRitaro Takenaka2022-05-182-22/+20
| | | * | | netfilter: flowtable: fix TCP flow teardownPablo Neira Ayuso2022-05-182-27/+9
| | | * | | netfilter: nft_flow_offload: fix offload with pppoe + vlanFelix Fietkau2022-05-161-1/+2
| | | * | | net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau2022-05-161-1/+1
| | | * | | netfilter: nft_flow_offload: skip dst neigh lookup for ppp devicesFelix Fietkau2022-05-161-9/+13
| | | * | | netfilter: flowtable: fix excessive hw offload attempts after failureFelix Fietkau2022-05-161-1/+3
| | * | | | mptcp: Do TCP fallback on early DSS checksum failureMat Martineau2022-05-182-4/+20
| | * | | | mptcp: fix checksum byte orderPaolo Abeni2022-05-183-14/+26
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-05-182-10/+25
| | |\ \ \ \
| | | * | | | net: af_key: check encryption module availability consistencyThomas Bartschies2022-05-181-3/+3