summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-06-22net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou1-5/+28
2022-06-22net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp34-65/+54
2022-06-22sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew1-0/+1
2022-06-22ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen1-2/+3
2022-06-22ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen1-3/+3
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet1-4/+7
2022-06-14net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2-1/+9
2022-06-14net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann1-1/+1
2022-06-14Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek1-4/+6
2022-06-14net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer1-0/+1
2022-06-14tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song1-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-14xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski2-10/+3
2022-06-14af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima1-1/+1
2022-06-14netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso3-2/+29
2022-06-14netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso1-0/+6
2022-06-14netfilter: nf_tables: release new hooks on unsupported flowtable flagsPablo Neira Ayuso1-4/+8
2022-06-14netfilter: nf_tables: always initialize flowtable hook list in transactionPablo Neira Ayuso1-0/+1
2022-06-14SUNRPC: Trap RDMA segment overflowsChuck Lever1-2/+2
2022-06-14netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso1-25/+6
2022-06-14netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net pathPablo Neira Ayuso1-1/+1
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-14bluetooth: don't use bitmaps for random flag accessesLinus Torvalds4-29/+20
2022-06-14Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz1-15/+43
2022-06-14Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz1-0/+18
2022-06-14tipc: check attribute length for bearer nameHoang Le1-2/+1
2022-06-14ax25: Fix ax25 session cleanup problemsDuoming Zhou3-11/+19
2022-06-14net/sched: act_api: fix error code in tcf_ct_flow_table_fill_tuple_ipv6()Dan Carpenter1-1/+1
2022-06-14net: ping6: Fix ping -6 with interface nameAya Levin1-4/+4
2022-06-14tcp: tcp_rtx_synack() can be called from process contextEric Dumazet1-2/+2
2022-06-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet25-187/+192
2022-06-14net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang1-1/+1
2022-06-14net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailableliuyacan1-0/+1
2022-06-09mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2-0/+25
2022-06-09cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov1-0/+4
2022-06-09wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg1-5/+2
2022-06-09Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan1-27/+17
2022-06-09Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz2-5/+8
2022-06-09net/smc: fix listen processing for SMC-Rv2liuyacan1-17/+27
2022-06-09net/smc: postpone sk_refcnt increment in connect()liuyacan1-1/+1
2022-06-09rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells4-16/+25
2022-06-09rxrpc: Don't let ack.previousPacket regressDavid Howells3-4/+6
2022-06-09rxrpc: Fix overlapping ACK accountingDavid Howells2-11/+12
2022-06-09rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells1-1/+2
2022-06-09rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells1-2/+2
2022-06-09rxrpc: Fix locking issueDavid Howells5-22/+16