summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* tipc: fix use-after-free Read in tipc_named_reinitHoang Le2022-06-291-2/+1
* tipc: simplify the finalize work queueXin Long2022-06-296-23/+14
* bpf: Fix request_sock leak in sk lookup helpersJon Maxwell2022-06-291-6/+28
* netfilter: use get_random_u32 instead of prandomFlorian Westphal2022-06-292-20/+5
* netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2022-06-2918-83/+91
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2022-06-2922-130/+127
* net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden2022-06-291-1/+1
* tcp: drop the hash_32() part from the index calculationWilly Tarreau2022-06-251-1/+1
* tcp: increase source port perturb table to 2^16Willy Tarreau2022-06-251-4/+5
* tcp: dynamically allocate the perturb table used by source portsWilly Tarreau2022-06-251-2/+10
* tcp: add small random increments to the source portWilly Tarreau2022-06-251-4/+5
* tcp: use different parts of the port_offset for index and offsetWilly Tarreau2022-06-251-1/+1
* tcp: add some entropy in __inet_hash_connect()Eric Dumazet2022-06-251-0/+5
* net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2022-06-222-1/+8
* net/sched: act_police: more accurate MTU policingDavide Caratti2022-06-221-1/+15
* net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou2022-06-221-6/+28
* ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen2022-06-221-2/+3
* tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet2022-06-141-4/+7
* Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek2022-06-141-4/+6
* ip_gre: test csum_start instead of transport headerWillem de Bruijn2022-06-141-6/+5
* net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada2022-06-141-1/+0
* net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada2022-06-141-1/+0
* SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever2022-06-141-1/+5
* af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima2022-06-141-1/+1
* netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso2022-06-143-2/+29
* netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso2022-06-141-0/+6
* netfilter: nf_tables: release new hooks on unsupported flowtable flagsPablo Neira Ayuso2022-06-141-4/+8
* netfilter: nf_tables: always initialize flowtable hook list in transactionPablo Neira Ayuso2022-06-141-0/+1
* netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso2022-06-141-25/+6
* netfilter: nat: really support inet nat without l3 addressFlorian Westphal2022-06-141-1/+2
* xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee2022-06-141-0/+5
* tipc: check attribute length for bearer nameHoang Le2022-06-141-2/+1
* tcp: tcp_rtx_synack() can be called from process contextEric Dumazet2022-06-141-2/+2
* net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang2022-06-141-1/+1
* mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2022-06-092-0/+25
* cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov2022-06-091-0/+4
* wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg2022-06-091-5/+2
* net/smc: postpone sk_refcnt increment in connect()liuyacan2022-06-091-1/+1
* rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-06-094-16/+25
* rxrpc: Don't let ack.previousPacket regressDavid Howells2022-06-093-4/+6
* rxrpc: Fix overlapping ACK accountingDavid Howells2022-06-092-11/+12
* rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells2022-06-091-1/+2
* rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells2022-06-091-2/+2
* sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet2022-06-091-1/+3
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2022-06-0922-31/+33
* Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche2022-06-091-6/+9