summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua2022-07-211-0/+1
* netfilter: br_netfilter: do not skip all hooks with 0 priorityFlorian Westphal2022-07-211-3/+18
* net/tls: Check for errors in tls_device_initTariq Toukan2022-07-212-3/+8
* seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer2022-07-211-1/+0
* seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviorsAndrea Mayer2022-07-211-2/+0
* seg6: fix skb checksum evaluation in SRH encapsulation/insertionAndrea Mayer2022-07-211-1/+4
* nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima2022-07-213-4/+5
* ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima2022-07-211-2/+2
* tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima2022-07-212-1/+3
* icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima2022-07-211-1/+1
* icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima2022-07-211-1/+2
* icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.Kuniyuki Iwashima2022-07-212-1/+3
* icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.Kuniyuki Iwashima2022-07-212-1/+3
* icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima2022-07-212-2/+2
* netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso2022-07-211-21/+51
* netfilter: nf_log: incorrect offset to network headerPablo Neira Ayuso2022-07-211-4/+4
* ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima2022-07-211-1/+1
* icmp: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-211-2/+3
* cipso: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-211-5/+7
* inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-211-4/+8
* tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima2022-07-211-1/+2
* wifi: mac80211: fix queue selection for mesh/OCB interfacesFelix Fietkau2022-07-211-2/+2
* ip: fix dflt addr selection for connected nexthopNicolas Dichtel2022-07-211-1/+1
* xsk: Clear page contiguity bit when unmapping poolIvan Malov2022-07-121-0/+1
* rxrpc: Fix locking issueDavid Howells2022-07-125-22/+16
* Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche2022-07-121-0/+12
* batman-adv: Use netif_rx().Sebastian Andrzej Siewior2022-07-121-1/+1
* netfilter: nft_payload: don't allow th access for fragmentsFlorian Westphal2022-07-122-5/+6
* netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso2022-07-121-2/+54
* netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso2022-07-124-6/+6
* netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso2022-07-121-1/+8
* netfilter: nft_set_pipapo: release elements in clone from abort pathPablo Neira Ayuso2022-07-121-15/+33
* net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou2022-07-121-2/+2
* can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp2022-07-121-4/+14
* tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet2022-07-071-1/+3
* ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet2022-07-071-2/+2
* ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou2022-07-071-5/+3
* tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet2022-07-071-1/+1
* tipc: move bc link creation back to tipc_node_createXin Long2022-07-071-19/+22
* net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira2022-07-071-8/+14
* netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso2022-07-071-0/+2
* net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing2022-07-071-1/+0
* net: rose: fix UAF bugs caused by timer handlerDuoming Zhou2022-07-071-15/+19
* SUNRPC: Fix READ_PLUS crasherChuck Lever2022-07-071-1/+1
* ipv6: take care of disable_policy when restoring routesNicolas Dichtel2022-07-072-5/+8
* sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-293-3/+7
* Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski2022-06-291-3/+0
* net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan2022-06-291-0/+3
* erspan: do not assume transport header is always setEric Dumazet2022-06-292-10/+20
* net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye2022-06-291-2/+2