summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou2022-06-221-6/+28
* sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew2022-06-221-0/+1
* ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen2022-06-221-2/+3
* xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski2022-06-142-4/+25
* tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet2022-06-141-4/+7
* net/sched: act_police: more accurate MTU policingDavide Caratti2022-06-141-1/+15
* net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2022-06-142-1/+9
* Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek2022-06-141-4/+6
* tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song2022-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
* xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski2022-06-142-10/+3
* i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2022-06-143-13/+19
* 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
* SUNRPC: Trap RDMA segment overflowsChuck Lever2022-06-141-2/+2
* netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso2022-06-141-25/+6
* netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net pathPablo Neira Ayuso2022-06-141-1/+1
* 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
* tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-06-1425-187/+192
* 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
* Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche2022-06-091-6/+9
* Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche2022-06-091-0/+2
* Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu2022-06-091-8/+13
* nl80211: don't hold RTNL in color change requestJohannes Berg2022-06-091-2/+1
* NFC: NULL out the dev->rfkill to prevent UAFLin Ma2022-06-091-0/+1
* nl80211: show SSID for P2P_GO interfacesJohannes Berg2022-06-091-0/+1
* mptcp: reset the packet scheduler on PRIO changePaolo Abeni2022-06-091-0/+2
* afs: Adjust ACK interpretation to try and cope with NATDavid Howells2022-06-091-0/+27
* rxrpc, afs: Fix selection of abort codesDavid Howells2022-06-092-3/+3
* rxrpc: Return an error to sendmsg if call failedDavid Howells2022-06-091-0/+6
* net: remove two BUG() from skb_checksum_help()Eric Dumazet2022-06-091-2/+6