summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-21net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua1-0/+1
2022-07-21netfilter: br_netfilter: do not skip all hooks with 0 priorityFlorian Westphal1-3/+18
2022-07-21seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer1-1/+0
2022-07-21seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviorsAndrea Mayer1-2/+0
2022-07-21seg6: fix skb checksum evaluation in SRH encapsulation/insertionAndrea Mayer1-1/+4
2022-07-21ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima1-2/+2
2022-07-21icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima1-1/+1
2022-07-21icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima1-1/+2
2022-07-21icmp: Fix data-races around sysctl.Kuniyuki Iwashima1-2/+3
2022-07-21cipso: Fix data-races around sysctl.Kuniyuki Iwashima1-5/+7
2022-07-21inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima1-4/+8
2022-07-12net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou1-2/+2
2022-07-12can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp1-4/+14
2022-07-12esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2-6/+4
2022-07-07ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou1-5/+3
2022-07-07sit: use minkernel test robot1-1/+1
2022-07-07netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso1-0/+2
2022-07-07net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing1-1/+0
2022-07-07net: rose: fix UAF bugs caused by timer handlerDuoming Zhou1-15/+19
2022-07-07SUNRPC: Fix READ_PLUS crasherChuck Lever1-1/+1
2022-07-02net/sched: move NULL ptr check to qdisc_put() tooDiederik de Haas1-2/+3
2022-07-02erspan: do not assume transport header is always setEric Dumazet2-10/+20
2022-07-02net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye1-2/+2
2022-06-25tcp: drop the hash_32() part from the index calculationWilly Tarreau1-1/+1
2022-06-25tcp: increase source port perturb table to 2^16Willy Tarreau1-4/+5
2022-06-25tcp: dynamically allocate the perturb table used by source portsWilly Tarreau1-2/+10
2022-06-25tcp: add small random increments to the source portWilly Tarreau1-4/+5
2022-06-25tcp: use different parts of the port_offset for index and offsetWilly Tarreau1-1/+1
2022-06-25tcp: add some entropy in __inet_hash_connect()Eric Dumazet1-0/+5
2022-06-25xprtrdma: fix incorrect header size calculationsColin Ian King1-2/+2
2022-06-25net: openvswitch: fix leak of nested actionsIlya Maximets1-5/+56
2022-06-25net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2-1/+8
2022-06-25ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen1-2/+3
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet1-4/+7
2022-06-14Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek1-4/+6
2022-06-14ip_gre: test csum_start instead of transport headerWillem de Bruijn1-6/+5
2022-06-14net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada1-1/+0
2022-06-14net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada1-1/+0
2022-06-14SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever1-1/+5
2022-06-14af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima1-1/+1
2022-06-14xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee1-0/+5
2022-06-14tipc: check attribute length for bearer nameHoang Le1-2/+1
2022-06-14tcp: tcp_rtx_synack() can be called from process contextEric Dumazet1-2/+2
2022-06-14mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2-0/+25
2022-06-14netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso2-9/+10
2022-06-14wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg1-5/+2
2022-06-14rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells1-1/+2
2022-06-14rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells1-2/+2
2022-06-14sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet1-1/+3
2022-06-14Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu1-8/+13