summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-293-3/+7
* Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski2022-06-291-3/+0
* netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal2022-06-291-4/+15
* netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal2022-06-291-4/+10
* 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
* ethtool: Fix get module eeprom fallbackIvan Vecera2022-06-291-1/+1
* tipc: fix use-after-free Read in tipc_named_reinitHoang Le2022-06-291-2/+1
* net: fix data-race in dev_isalive()Eric Dumazet2022-06-292-10/+16
* bpf: Fix request_sock leak in sk lookup helpersJon Maxwell2022-06-291-6/+28
* xsk: Fix generic transmit when completion queue reservation failsCiara Loftus2022-06-291-7/+9
* netfilter: use get_random_u32 instead of prandomFlorian Westphal2022-06-292-20/+5
* ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti2022-06-291-3/+7
* net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden2022-06-291-1/+1
* net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou2022-06-221-5/+28
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-06-2234-65/+54
* 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
* ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen2022-06-221-3/+3
* tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet2022-06-141-4/+7
* net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2022-06-142-1/+9
* net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann2022-06-141-1/+1
* Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek2022-06-141-4/+6
* net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer2022-06-141-0/+1
* 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
* 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
* bluetooth: don't use bitmaps for random flag accessesLinus Torvalds2022-06-144-29/+20
* Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz2022-06-141-15/+43
* Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz2022-06-141-0/+18
* tipc: check attribute length for bearer nameHoang Le2022-06-141-2/+1
* ax25: Fix ax25 session cleanup problemsDuoming Zhou2022-06-143-11/+19
* net/sched: act_api: fix error code in tcf_ct_flow_table_fill_tuple_ipv6()Dan Carpenter2022-06-141-1/+1
* net: ping6: Fix ping -6 with interface nameAya Levin2022-06-141-4/+4
* 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