summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-05-16inet: rename INET_MATCH()Eric Dumazet2-5/+5
2022-05-16ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet3-5/+5
2022-05-16l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_ifEric Dumazet2-4/+8
2022-05-16net_sched: em_meta: add READ_ONCE() in var_sk_bound_if()Eric Dumazet1-2/+5
2022-05-16inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Eric Dumazet1-4/+8
2022-05-16dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet2-3/+3
2022-05-16net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_ifEric Dumazet1-4/+7
2022-05-16sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet1-1/+3
2022-05-16net: annotate races around sk->sk_bound_dev_ifEric Dumazet2-8/+9
2022-05-16ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li1-2/+20
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck3-9/+9
2022-05-16ipv6/gro: insert temporary HBH/jumbo headerEric Dumazet1-2/+30
2022-05-16ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet1-1/+23
2022-05-16tcp_cubic: make hystart_ack_delay() aware of BIG TCPEric Dumazet1-2/+2
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck7-8/+24
2022-05-16net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet1-0/+6
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller14-305/+420
2022-05-16mac80211: minstrel_ht: support ieee80211_rate_statusJonas Jelonek2-9/+133
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek1-39/+52
2022-05-16mac80211: minstrel_ht: fill all requested ratesPeter Seiderer1-7/+7
2022-05-16mac80211: disable BSS color collision detection in case of no free colorsLavanya Suresh1-0/+9
2022-05-16nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram2-34/+34
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger1-5/+18
2022-05-16mac80211: mlme: track assoc_bss/associated separatelyJohannes Berg2-10/+13
2022-05-16mac80211: remove useless bssid copyJohannes Berg1-3/+1
2022-05-16mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg3-9/+7
2022-05-16mac80211: mlme: use local SSID copyJohannes Berg1-12/+2
2022-05-16mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg5-21/+21
2022-05-16mac80211: mlme: move in RSSI reporting codeJohannes Berg2-40/+40
2022-05-16mac80211: unify CCMP/GCMP AAD constructionJohannes Berg1-56/+31
2022-05-13mptcp: fix subflow accounting on closePaolo Abeni3-6/+25
2022-05-13Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-4/+35
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski5-23/+13
2022-05-13netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell2-5/+9
2022-05-13netfilter: flowtable: nft_flow_route use more data for reverse routeSven Auhagen1-0/+8
2022-05-13netfilter: conntrack: add nf_conntrack_events autodetect modeFlorian Westphal3-8/+24
2022-05-13netfilter: conntrack: un-inline nf_ct_ecache_ext_addFlorian Westphal2-3/+33
2022-05-13netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal1-3/+37
2022-05-13netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso5-41/+47
2022-05-13netfilter: conntrack: avoid unconditional local_bh_disableFlorian Westphal1-5/+2
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal2-98/+3
2022-05-13netfilter: conntrack: remove __nf_ct_unconfirmed_destroyFlorian Westphal3-39/+13
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal1-0/+12
2022-05-13netfilter: extensions: introduce extension genid countFlorian Westphal2-1/+86
2022-05-13netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal2-15/+3
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal1-2/+28
2022-05-13netfilter: conntrack: remove the percpu dying listFlorian Westphal3-46/+13
2022-05-13netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal2-0/+53
2022-05-13netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal2-70/+80
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet5-7/+71