summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-07-13icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima
2022-07-13icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima
2022-07-13icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.Kuniyuki Iwashima
2022-07-13icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.Kuniyuki Iwashima
2022-07-13icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts.Kuniyuki Iwashima
2022-07-13icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima
2022-07-13icmp: Fix a data-race around sysctl_icmp_echo_ignore_all.Kuniyuki Iwashima
2022-07-13tcp: Fix a data-race around sysctl_max_tw_buckets.Kuniyuki Iwashima
2022-07-13net: extract port range fields from fl_flow_keyMaksym Glubokiy
2022-07-13ip6_tunnel: allow to inherit from VLAN encapsulated IPMatthias May
2022-07-13ip6_gre: use actual protocol to select xmitMatthias May
2022-07-13ip6_gre: set DSCP for non-IPMatthias May
2022-07-13ip_tunnel: allow to inherit from VLAN encapsulated IPMatthias May
2022-07-12mptcp: more accurate MPC endpoint trackingPaolo Abeni
2022-07-12mptcp: allow the in kernel PM to set MPC subflow priorityPaolo Abeni
2022-07-12mptcp: address lookup improvementsPaolo Abeni
2022-07-12mptcp: introduce and use mptcp_pm_send_ack()Paolo Abeni
2022-07-12net: ip_tunnel: use strscpy to replace strlcpyXueBing Chen
2022-07-12tcp: make retransmitted SKB fit into the send windowYonglong Li
2022-07-12sunrpc: fix expiry of auth credsDan Aloni
2022-07-12net: change the type of ip_route_input_rcu to staticZhengchao Shao
2022-07-12net: ipv4: fix clang -Wformat warningsJustin Stitt
2022-07-12devlink: Hold the instance lock in port_new / port_del callbacksMoshe Shemesh
2022-07-12devlink: Remove unused functions devlink_rate_leaf_create/destroyMoshe Shemesh
2022-07-12devlink: Remove unused function devlink_rate_nodes_destroyMoshe Shemesh
2022-07-11tls: rx: fix the NoPad getsockoptJakub Kicinski
2022-07-11tls: rx: add counter for NoPad violationsJakub Kicinski
2022-07-11tls: fix spelling of MIBJakub Kicinski
2022-07-11skmsg: Fix invalid last sg check in sk_msg_recvmsg()Liu Jian
2022-07-11netfilter: nf_tables: move nft_cmp_fast_mask to where its usedFlorian Westphal
2022-07-11netfilter: nf_tables: use correct integer typesFlorian Westphal
2022-07-11netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal
2022-07-11netfilter: nf_tables: use the correct get/put helpersFlorian Westphal
2022-07-11netfilter: x_tables: use correct integer typesFlorian Westphal
2022-07-11netfilter: nfnetlink: add missing __be16 castFlorian Westphal
2022-07-11netfilter: nft_set_bitmap: Fix spelling mistakeZhang Jiaming
2022-07-11netfilter: h323: merge nat hook pointers into oneFlorian Westphal
2022-07-11netfilter: nf_conntrack: use rcu accessors where neededFlorian Westphal
2022-07-11netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal
2022-07-11netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov
2022-07-11net/sched: act_ct: set 'net' pointer when creating new nf_flow_tableVlad Buslov
2022-07-11netfilter: conntrack: use correct format charactersBill Wendling
2022-07-11netfilter: conntrack: use fallthrough to cleanupJackie Liu
2022-07-11net: Find dst with sk's xfrm policy not ctl_sksewookseo
2022-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-07-11mptcp: fix subflow traversal at disconnect timePaolo Abeni
2022-07-11wifi: mac80211: fix queue selection for mesh/OCB interfacesFelix Fietkau
2022-07-11wifi: mac80211: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-11wifi: mac80211: fix center freq calculation in ieee80211_chandef_downgradeMeiChia Chiu
2022-07-11wifi: nl80211: fix sending link ID info of associated BSSVeerendranath Jakkam