summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IVArd Biesheuvel2023-05-021-0/+10
* SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever2023-04-283-6/+111
* SUNRPC: Clear rq_xid when receiving a new RPC CallChuck Lever2023-04-281-0/+2
* SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever2023-04-281-2/+46
* SUNRPC: Be even lazier about releasing pagesChuck Lever2023-04-282-3/+3
* SUNRPC: Convert svc_xprt_release() to the release_pages() APIChuck Lever2023-04-261-6/+5
* SUNRPC: Relocate svc_free_res_pages()Chuck Lever2023-04-262-1/+20
* SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever2023-04-262-18/+16
* SUNRPC: Ensure server-side sockets have a sock->fileChuck Lever2023-04-261-7/+18
* NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever2023-04-261-1/+14
* sunrpc: simplify two-level sysctl registration for svcrdma_parm_tableLuis Chamberlain2023-04-261-19/+2
* SUNRPC: return proper error from get_expiry()NeilBrown2023-04-262-12/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-2613-101/+111
|\
| * tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima2023-04-251-0/+3
| * netlink: Use copy_to_user() for optval in netlink_getsockopt().Kuniyuki Iwashima2023-04-251-52/+23
| * net/sched: sch_qfq: refactor parsing of netlink parametersPedro Tammela2023-04-231-14/+11
| * net/sched: sch_qfq: use extack on errors messagesPedro Tammela2023-04-231-4/+5
| * net/sched: sch_htb: use extack on errors messagesPedro Tammela2023-04-231-8/+9
| * rxrpc: Fix error when reading rxrpc tokensMarc Dionne2023-04-231-1/+1
| * rxrpc: Fix potential race in error handling in afs_make_call()David Howells2023-04-222-13/+27
| * ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan2023-04-221-3/+13
| * net/sched: cls_api: Initialize miss_cookie_node when action miss is not usedIvan Vecera2023-04-221-0/+1
| * net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti2023-04-221-1/+5
| * Merge tag 'nf-23-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-04-213-5/+13
| |\
| | * netfilter: conntrack: fix wrong ct->timeout valueTzung-Bi Shih2023-04-191-4/+9
| | * netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_in...Pablo Neira Ayuso2023-04-193-1/+4
* | | net: ethtool: coalesce: try to make user settings stick twiceJakub Kicinski2023-04-251-11/+43
* | | Merge tag 'nf-next-23-04-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-04-259-345/+432
|\ \ \
| * | | netfilter: nf_tables: allow to create netdev chain without devicePablo Neira Ayuso2023-04-221-12/+11
| * | | netfilter: nf_tables: support for deleting devices in an existing netdev chainPablo Neira Ayuso2023-04-221-11/+88
| * | | netfilter: nf_tables: support for adding new devices to an existing netdev chainPablo Neira Ayuso2023-04-221-81/+136
| * | | netfilter: nf_tables: rename function to destroy hook listPablo Neira Ayuso2023-04-221-4/+4
| * | | netfilter: nf_tables: do not send complete notification of deletionsPablo Neira Ayuso2023-04-221-19/+51
| * | | netfilter: nf_tables: extended netlink error reporting for netdevicePablo Neira Ayuso2023-04-221-14/+24
| * | | ipvs: Remove {Enter,Leave}FunctionSimon Horman2023-04-224-92/+9
| * | | ipvs: Consistently use array_size() in ip_vs_conn_init()Simon Horman2023-04-221-6/+6
| * | | ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman2023-04-221-1/+1
| * | | netfilter: nf_tables: do not store rule in traceinfo structureFlorian Westphal2023-04-222-14/+15
| * | | netfilter: nf_tables: do not store verdict in traceinfo structureFlorian Westphal2023-04-222-16/+19
| * | | netfilter: nf_tables: do not store pktinfo in traceinfo structureFlorian Westphal2023-04-222-12/+14
| * | | netfilter: nf_tables: remove unneeded conditionalFlorian Westphal2023-04-221-4/+2
| * | | netfilter: nf_tables: make validation state per tableFlorian Westphal2023-04-221-20/+18
| * | | netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal2023-04-222-8/+2
| * | | netfilter: nf_tables: don't store chain address on jumpFlorian Westphal2023-04-223-26/+32
| * | | netfilter: nf_tables: don't store address of last rule on jumpFlorian Westphal2023-04-221-6/+2
| * | | netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob markerFlorian Westphal2023-04-221-28/+27
* | | | Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if runningLuiz Augusto von Dentz2023-04-242-6/+31
* | | | Bluetooth: Cancel sync command before suspend and power offArchie Pusaka2023-04-242-0/+7
* | | | Bluetooth: Devcoredump: Fix storing u32 without specifying byte order issueZijun Hu2023-04-241-6/+7
* | | | bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li2023-04-241-1/+8