summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-07-21net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua
2022-07-21netfilter: br_netfilter: do not skip all hooks with 0 priorityFlorian Westphal
2022-07-21net/tls: Check for errors in tls_device_initTariq Toukan
2022-07-21seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer
2022-07-21seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviorsAndrea Mayer
2022-07-21seg6: fix skb checksum evaluation in SRH encapsulation/insertionAndrea Mayer
2022-07-21nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima
2022-07-21ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima
2022-07-21tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima
2022-07-21icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima
2022-07-21icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima
2022-07-21icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.Kuniyuki Iwashima
2022-07-21icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.Kuniyuki Iwashima
2022-07-21icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima
2022-07-21netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso
2022-07-21netfilter: nf_log: incorrect offset to network headerPablo Neira Ayuso
2022-07-21ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima
2022-07-21icmp: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-21cipso: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-21inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-21tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima
2022-07-21wifi: mac80211: fix queue selection for mesh/OCB interfacesFelix Fietkau
2022-07-21ip: fix dflt addr selection for connected nexthopNicolas Dichtel
2022-07-12xsk: Clear page contiguity bit when unmapping poolIvan Malov
2022-07-12rxrpc: Fix locking issueDavid Howells
2022-07-12Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche
2022-07-12batman-adv: Use netif_rx().Sebastian Andrzej Siewior
2022-07-12netfilter: nft_payload: don't allow th access for fragmentsFlorian Westphal
2022-07-12netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso
2022-07-12netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso
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-07tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet
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
2022-07-07tipc: move bc link creation back to tipc_node_createXin Long
2022-07-07net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira
2022-07-07netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso
2022-07-07net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing
2022-07-07net: rose: fix UAF bugs caused by timer handlerDuoming Zhou
2022-07-07SUNRPC: Fix READ_PLUS crasherChuck Lever
2022-07-07ipv6: take care of disable_policy when restoring routesNicolas Dichtel
2022-06-29sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-29Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski
2022-06-29net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan
2022-06-29erspan: do not assume transport header is always setEric Dumazet
2022-06-29net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye