summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-06-22net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou
2022-06-22sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew
2022-06-22ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen
2022-06-14xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet
2022-06-14net/sched: act_police: more accurate MTU policingDavide Caratti
2022-06-14net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets
2022-06-14Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek
2022-06-14tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song
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-14xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski
2022-06-14i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson
2022-06-14af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima
2022-06-14netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso
2022-06-14netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso
2022-06-14netfilter: nf_tables: release new hooks on unsupported flowtable flagsPablo Neira Ayuso
2022-06-14netfilter: nf_tables: always initialize flowtable hook list in transactionPablo Neira Ayuso
2022-06-14SUNRPC: Trap RDMA segment overflowsChuck Lever
2022-06-14netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso
2022-06-14netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net 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-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-06-14net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang
2022-06-09mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau
2022-06-09cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov
2022-06-09wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg
2022-06-09net/smc: postpone sk_refcnt increment in connect()liuyacan
2022-06-09rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells
2022-06-09rxrpc: Don't let ack.previousPacket regressDavid Howells
2022-06-09rxrpc: Fix overlapping ACK accountingDavid Howells
2022-06-09rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells
2022-06-09rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells
2022-06-09sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet
2022-06-09Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche
2022-06-09Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche
2022-06-09Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu
2022-06-09nl80211: don't hold RTNL in color change requestJohannes Berg
2022-06-09NFC: NULL out the dev->rfkill to prevent UAFLin Ma
2022-06-09nl80211: show SSID for P2P_GO interfacesJohannes Berg
2022-06-09mptcp: reset the packet scheduler on PRIO changePaolo Abeni
2022-06-09afs: Adjust ACK interpretation to try and cope with NATDavid Howells
2022-06-09rxrpc, afs: Fix selection of abort codesDavid Howells
2022-06-09rxrpc: Return an error to sendmsg if call failedDavid Howells
2022-06-09net: remove two BUG() from skb_checksum_help()Eric Dumazet