summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-14seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviorsAndrea Mayer1-2/+0
2022-07-14seg6: fix skb checksum evaluation in SRH encapsulation/insertionAndrea Mayer1-1/+4
2022-07-13net/sched: remove return value of unregister_tcf_proto_opsZhengchao Shao1-2/+3
2022-07-13Merge tag 'wireless-next-2022-07-13' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller55-3405/+5231
2022-07-13Merge tag 'wireless-2022-07-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller7-29/+26
2022-07-13net: ip6mr: add RTM_GETROUTE netlink opDavid Lamparter1-1/+92
2022-07-13net: devlink: use helpers to work with devlink->lock mutexJiri Pirko1-115/+115
2022-07-13net: devlink: fix unlocked vs locked functions descriptionsJiri Pirko1-0/+22
2022-07-13nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima3-4/+5
2022-07-13ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima1-2/+2
2022-07-13tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima2-1/+3
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima4-3/+5
2022-07-13icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima1-1/+1
2022-07-13icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima1-1/+2
2022-07-13icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.Kuniyuki Iwashima2-1/+3
2022-07-13icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.Kuniyuki Iwashima2-1/+3
2022-07-13icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts.Kuniyuki Iwashima2-1/+3
2022-07-13icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima2-2/+2
2022-07-13icmp: Fix a data-race around sysctl_icmp_echo_ignore_all.Kuniyuki Iwashima2-1/+3
2022-07-13tcp: Fix a data-race around sysctl_max_tw_buckets.Kuniyuki Iwashima1-1/+2
2022-07-13net: extract port range fields from fl_flow_keyMaksym Glubokiy2-7/+8
2022-07-13ip6_tunnel: allow to inherit from VLAN encapsulated IPMatthias May1-4/+7
2022-07-13ip6_gre: use actual protocol to select xmitMatthias May1-1/+3
2022-07-13ip6_gre: set DSCP for non-IPMatthias May1-7/+32
2022-07-13ip_tunnel: allow to inherit from VLAN encapsulated IPMatthias May1-8/+9
2022-07-13mptcp: more accurate MPC endpoint trackingPaolo Abeni2-7/+15
2022-07-13mptcp: allow the in kernel PM to set MPC subflow priorityPaolo Abeni1-22/+15
2022-07-13mptcp: address lookup improvementsPaolo Abeni1-5/+10
2022-07-13mptcp: introduce and use mptcp_pm_send_ack()Paolo Abeni3-24/+35
2022-07-13net: ip_tunnel: use strscpy to replace strlcpyXueBing Chen1-2/+2
2022-07-13tcp: make retransmitted SKB fit into the send windowYonglong Li1-7/+16
2022-07-12net: change the type of ip_route_input_rcu to staticZhengchao Shao1-17/+17
2022-07-12devlink: Hold the instance lock in port_new / port_del callbacksMoshe Shemesh1-5/+1
2022-07-12devlink: Remove unused functions devlink_rate_leaf_create/destroyMoshe Shemesh1-35/+7
2022-07-12devlink: Remove unused function devlink_rate_nodes_destroyMoshe Shemesh1-18/+0
2022-07-12tls: rx: fix the NoPad getsockoptJakub Kicinski1-5/+4
2022-07-12tls: rx: add counter for NoPad violationsJakub Kicinski2-0/+3
2022-07-12tls: fix spelling of MIBJakub Kicinski2-2/+2
2022-07-11netfilter: nf_tables: move nft_cmp_fast_mask to where its usedFlorian Westphal1-0/+12
2022-07-11netfilter: nf_tables: use correct integer typesFlorian Westphal4-11/+12
2022-07-11netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal2-4/+4
2022-07-11netfilter: nf_tables: use the correct get/put helpersFlorian Westphal4-10/+11
2022-07-11netfilter: x_tables: use correct integer typesFlorian Westphal3-9/+9
2022-07-11netfilter: nfnetlink: add missing __be16 castFlorian Westphal1-1/+1
2022-07-11netfilter: nft_set_bitmap: Fix spelling mistakeZhang Jiaming1-2/+2
2022-07-11netfilter: h323: merge nat hook pointers into oneFlorian Westphal2-189/+113
2022-07-11netfilter: nf_conntrack: use rcu accessors where neededFlorian Westphal7-16/+57
2022-07-11netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal3-3/+3
2022-07-11netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov5-4/+165
2022-07-11net/sched: act_ct: set 'net' pointer when creating new nf_flow_tableVlad Buslov1-2/+3