summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2022-06-17Merge tag 'nfs-for-5.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-0/+1
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-410/+110
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong-405/+82
2022-06-15net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou-5/+28
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-16/+25
2022-06-09net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer-0/+1
2022-06-09tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TXMaxim Mikityanskiy-4/+4
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-62/+83
2022-06-08tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song-4/+6
2022-06-08net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets-1/+9
2022-06-08ip_gre: test csum_start instead of transport headerWillem de Bruijn-6/+5
2022-06-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-10/+3
2022-06-08ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen-2/+3
2022-06-08ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen-3/+3
2022-06-08net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada-1/+0
2022-06-08net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada-1/+0
2022-06-08SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer()Chuck Lever-4/+4
2022-06-08SUNRPC: Clean up xdr_get_next_encode_buffer()Chuck Lever-3/+5
2022-06-08SUNRPC: Clean up xdr_commit_encode()Chuck Lever-1/+1
2022-06-08SUNRPC: Optimize xdr_reserve_space()Chuck Lever-7/+10
2022-06-08SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever-1/+5
2022-06-08xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski-10/+3
2022-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-33/+53
2022-06-07sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew-0/+1
2022-06-07af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima-1/+1
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso-2/+29
2022-06-06netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso-0/+6
2022-06-06netfilter: nf_tables: release new hooks on unsupported flowtable flagsPablo Neira Ayuso-4/+8
2022-06-05bluetooth: don't use bitmaps for random flag accessesLinus Torvalds-29/+20
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+4
2022-06-02netfilter: nf_tables: always initialize flowtable hook list in transactionPablo Neira Ayuso-0/+1
2022-06-02Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-115/+175
2022-06-02net/af_packet: make sure to pull mac headerEric Dumazet-2/+4
2022-06-02net: CONFIG_DEBUG_NET depends on CONFIG_NETEric Dumazet-1/+1
2022-06-02tipc: check attribute length for bearer nameHoang Le-2/+1
2022-06-02SUNRPC: Trap RDMA segment overflowsChuck Lever-2/+2
2022-06-02Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-4/+1
2022-06-02ax25: Fix ax25 session cleanup problemsDuoming Zhou-11/+19
2022-06-02netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso-25/+6
2022-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-5/+8
2022-06-01Merge tag 'wireless-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-5/+2
2022-06-01netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net pathPablo Neira Ayuso-1/+1
2022-06-01netfilter: nat: really support inet nat without l3 addressFlorian Westphal-1/+2
2022-06-01net/sched: act_api: fix error code in tcf_ct_flow_table_fill_tuple_ipv6()Dan Carpenter-1/+1
2022-06-01net: ping6: Fix ping -6 with interface nameAya Levin-4/+4
2022-06-01wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg-5/+2
2022-05-31tcp: tcp_rtx_synack() can be called from process contextEric Dumazet-2/+2
2022-05-31Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-0/+5
2022-05-31netfilter: flowtable: fix nft_flow_route source address for nat casewenxu-2/+2
2022-05-31netfilter: flowtable: fix missing FLOWI_FLAG_ANYSRC flagwenxu-0/+2