aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-29Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski1-3/+0
2022-06-29net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan1-0/+3
2022-06-29erspan: do not assume transport header is always setEric Dumazet2-10/+20
2022-06-29net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye1-2/+2
2022-06-29bpf: Fix request_sock leak in sk lookup helpersJon Maxwell1-6/+28
2022-06-29net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden1-1/+1
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-22net: openvswitch: fix leak of nested actionsIlya Maximets1-5/+75
2022-06-22net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2-1/+8
2022-06-22net/sched: act_police: more accurate MTU policingDavide Caratti1-1/+15
2022-06-22ipv6: 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-14netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso1-0/+6
2022-06-14netfilter: nat: really support inet nat without l3 addressFlorian Westphal1-1/+2
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-14net/smc: postpone sk_refcnt increment in connect()liuyacan1-1/+1
2022-06-14rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells4-16/+25
2022-06-14rxrpc: Don't let ack.previousPacket regressDavid Howells3-4/+6
2022-06-14rxrpc: Fix overlapping ACK accountingDavid Howells2-11/+12
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
2022-06-14NFC: NULL out the dev->rfkill to prevent UAFLin Ma1-0/+1
2022-06-14nl80211: show SSID for P2P_GO interfacesJohannes Berg1-0/+1
2022-06-14rxrpc: Return an error to sendmsg if call failedDavid Howells1-0/+6
2022-06-14ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran1-1/+2
2022-06-14ipv6: fix locking issues with loops over idev->addr_listNiels Dossche1-6/+24
2022-06-06bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian1-2/+2
2022-06-06cfg80211: set custom regdomain after wiphy registrationMiri Korenblit2-4/+5
2022-06-06net: af_key: check encryption module availability consistencyThomas Bartschies1-3/+3
2022-06-06secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau3-8/+10
2022-06-06tcp: change source port randomizarion at connect() timeEric Dumazet1-3/+17
2022-05-25mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau1-2/+1