summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-06-29sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-29Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski
2022-06-29netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal
2022-06-29netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal
2022-06-29net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan
2022-06-29erspan: do not assume transport header is always setEric Dumazet
2022-06-29net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye
2022-06-29ethtool: Fix get module eeprom fallbackIvan Vecera
2022-06-29tipc: fix use-after-free Read in tipc_named_reinitHoang Le
2022-06-29net: fix data-race in dev_isalive()Eric Dumazet
2022-06-29bpf: Fix request_sock leak in sk lookup helpersJon Maxwell
2022-06-29xsk: Fix generic transmit when completion queue reservation failsCiara Loftus
2022-06-29netfilter: use get_random_u32 instead of prandomFlorian Westphal
2022-06-29ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti
2022-06-29net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden
2022-06-22net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou
2022-06-22net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
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-22ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet
2022-06-14net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets
2022-06-14net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann
2022-06-14Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek
2022-06-14net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer
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-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-14bluetooth: don't use bitmaps for random flag accessesLinus Torvalds
2022-06-14Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz
2022-06-14Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz
2022-06-14tipc: check attribute length for bearer nameHoang Le
2022-06-14ax25: Fix ax25 session cleanup problemsDuoming Zhou
2022-06-14net/sched: act_api: fix error code in tcf_ct_flow_table_fill_tuple_ipv6()Dan Carpenter
2022-06-14net: ping6: Fix ping -6 with interface nameAya Levin
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