summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-07-22net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua
2022-07-22netfilter: br_netfilter: do not skip all hooks with 0 priorityFlorian Westphal
2022-07-22netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal
2022-07-22net/tls: Check for errors in tls_device_initTariq Toukan
2022-07-22seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer
2022-07-22seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviorsAndrea Mayer
2022-07-22seg6: fix skb checksum evaluation in SRH encapsulation/insertionAndrea Mayer
2022-07-22nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima
2022-07-22ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima
2022-07-22tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima
2022-07-22icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima
2022-07-22icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima
2022-07-22icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.Kuniyuki Iwashima
2022-07-22icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.Kuniyuki Iwashima
2022-07-22icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts.Kuniyuki Iwashima
2022-07-22icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima
2022-07-22icmp: Fix a data-race around sysctl_icmp_echo_ignore_all.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_max_tw_buckets.Kuniyuki Iwashima
2022-07-22mptcp: fix subflow traversal at disconnect timePaolo Abeni
2022-07-22netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso
2022-07-22vlan: fix memory leak in vlan_newlink()Eric Dumazet
2022-07-22netfilter: nf_log: incorrect offset to network headerPablo Neira Ayuso
2022-07-22ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima
2022-07-22icmp: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-22cipso: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-22inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima
2022-07-22netfilter: conntrack: fix crash due to confirmed bit load reorderingFlorian Westphal
2022-07-22netfilter: conntrack: remove the percpu dying listFlorian Westphal
2022-07-22netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal
2022-07-22netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal
2022-07-22netfilter: conntrack: split inner loop of list dumping to own functionFlorian Westphal
2022-07-22netfilter: ecache: move to separate structureFlorian Westphal
2022-07-22wifi: mac80211: fix queue selection for mesh/OCB interfacesFelix Fietkau
2022-07-22ip: fix dflt addr selection for connected nexthopNicolas Dichtel
2022-07-12net/sched: act_police: allow 'continue' action offloadVlad Buslov
2022-07-12net/sched: act_police: Add extack messages for offload failureIdo Schimmel
2022-07-12net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel
2022-07-12mptcp: fix local endpoint accountingPaolo Abeni
2022-07-12mptcp: Acquire the subflow socket lock before modifying MP_PRIO flagsMat Martineau
2022-07-12mptcp: Avoid acquiring PM lock for subflow priority changesMat Martineau
2022-07-12xsk: Clear page contiguity bit when unmapping poolIvan Malov
2022-07-12netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso
2022-07-12netfilter: nft_set_pipapo: release elements in clone from abort pathPablo Neira Ayuso
2022-07-12net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou
2022-07-12can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp
2022-07-07ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet
2022-07-07ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou
2022-07-07tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet