summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-2318-70/+119
|\
| * net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden2022-06-231-1/+1
| * sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-233-3/+7
| * Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski2022-06-231-3/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-06-214-25/+27
| |\
| | * netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal2022-06-211-4/+15
| | * netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal2022-06-211-4/+10
| | * netfilter: cttimeout: fix slab-out-of-bounds read typo in cttimeout_net_exitFlorian Westphal2022-06-171-1/+1
| | * netfilter: use get_random_u32 instead of prandomFlorian Westphal2022-06-082-20/+5
| * | net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan2022-06-201-0/+3
| * | erspan: do not assume transport header is always setEric Dumazet2022-06-202-10/+20
| * | net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye2022-06-171-2/+2
| * | ethtool: Fix get module eeprom fallbackIvan Vecera2022-06-171-1/+1
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-06-172-13/+37
| |\ \
| | * | bpf: Fix request_sock leak in sk lookup helpersJon Maxwell2022-06-151-6/+28
| | * | xsk: Fix generic transmit when completion queue reservation failsCiara Loftus2022-06-141-7/+9
| * | | ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti2022-06-171-3/+7
| * | | tipc: fix use-after-free Read in tipc_named_reinitHoang Le2022-06-171-2/+1
| * | | net: fix data-race in dev_isalive()Eric Dumazet2022-06-172-10/+16
* | | | Merge tag 'nfs-for-5.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-06-171-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew2022-06-071-0/+1
* | | | Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-165-410/+110
|\ \ \ \
| * | | | Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-164-405/+82
| * | | | net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou2022-06-151-5/+28
| | |/ / | |/| |
* | | | Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-06-102-16/+25
|\ \ \ \ | |/ / / |/| | |
| * | | SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer()Chuck Lever2022-06-081-4/+4
| * | | SUNRPC: Clean up xdr_get_next_encode_buffer()Chuck Lever2022-06-081-3/+5
| * | | SUNRPC: Clean up xdr_commit_encode()Chuck Lever2022-06-081-1/+1
| * | | SUNRPC: Optimize xdr_reserve_space()Chuck Lever2022-06-081-7/+10
| * | | SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever2022-06-081-1/+5
| * | | SUNRPC: Trap RDMA segment overflowsChuck Lever2022-06-021-2/+2
* | | | net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer2022-06-091-0/+1
* | | | tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TXMaxim Mikityanskiy2022-06-091-4/+4
* | | | Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-0915-62/+83
|\ \ \ \ | |_|/ / |/| | |
| * | | tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song2022-06-081-4/+6
| * | | net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2022-06-082-1/+9
| * | | ip_gre: test csum_start instead of transport headerWillem de Bruijn2022-06-081-6/+5
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-06-082-10/+3
| |\ \ \
| | * | | xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski2022-06-082-10/+3
| * | | | ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen2022-06-081-2/+3
| * | | | ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen2022-06-081-3/+3
| * | | | net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada2022-06-081-1/+0
| * | | | net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada2022-06-081-1/+0
| | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-06-074-33/+53
| |\ \ \ | | |/ / | |/| |
| | * | netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso2022-06-063-2/+29
| | * | netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso2022-06-061-0/+6
| | * | netfilter: nf_tables: release new hooks on unsupported flowtable flagsPablo Neira Ayuso2022-06-061-4/+8
| | * | netfilter: nf_tables: always initialize flowtable hook list in transactionPablo Neira Ayuso2022-06-021-0/+1
| | * | netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso2022-06-021-25/+6
| | * | netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net pathPablo Neira Ayuso2022-06-011-1/+1