summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-12esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca
2022-07-07ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou
2022-07-07sit: use minkernel test robot
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-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
2022-06-29bpf: Fix request_sock leak in sk lookup helpersJon Maxwell
2022-06-29net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden
2022-06-25tcp: drop the hash_32() part from the index calculationWilly Tarreau
2022-06-25tcp: increase source port perturb table to 2^16Willy Tarreau
2022-06-25tcp: dynamically allocate the perturb table used by source portsWilly Tarreau
2022-06-25tcp: add small random increments to the source portWilly Tarreau
2022-06-25tcp: use different parts of the port_offset for index and offsetWilly Tarreau
2022-06-25tcp: add some entropy in __inet_hash_connect()Eric Dumazet
2022-06-22net: openvswitch: fix leak of nested actionsIlya Maximets
2022-06-22net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets
2022-06-22net/sched: act_police: more accurate MTU policingDavide Caratti
2022-06-22ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet
2022-06-14Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek
2022-06-14ip_gre: test csum_start instead of transport headerWillem de Bruijn
2022-06-14net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada
2022-06-14net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada
2022-06-14SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever
2022-06-14af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima
2022-06-14netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso
2022-06-14netfilter: nat: really support inet nat without l3 addressFlorian Westphal
2022-06-14xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee
2022-06-14tipc: check attribute length for bearer nameHoang Le
2022-06-14tcp: tcp_rtx_synack() can be called from process contextEric Dumazet
2022-06-14mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau
2022-06-14netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso
2022-06-14wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg
2022-06-14net/smc: postpone sk_refcnt increment in connect()liuyacan
2022-06-14rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells
2022-06-14rxrpc: Don't let ack.previousPacket regressDavid Howells
2022-06-14rxrpc: Fix overlapping ACK accountingDavid Howells
2022-06-14rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells
2022-06-14rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells
2022-06-14sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet
2022-06-14Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu