summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-2177-257/+861
|\
| * net: fec: check the return value of build_skb()Wei Fang2022-12-201-0/+8
| * Merge tag 'linux-can-fixes-for-6.2-20221219' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-12-193-12/+34
| |\
| | * can: kvaser_usb: hydra: help gcc-13 to figure out cmd_lenMarc Kleine-Budde2022-12-191-9/+24
| | * can: flexcan: avoid unbalanced pm_runtime_enable warningHaibo Chen2022-12-191-3/+9
| | * Documentation: devlink: add missing toc entry for etas_es58x devlink docVincent Mailhol2022-12-191-0/+1
| * | Merge branch 'stop-corrupting-socket-s-task_frag'Jakub Kicinski2022-12-1914-4/+24
| |\ \
| | * | net: simplify sk_page_fragBenjamin Coddington2022-12-191-7/+2
| | * | Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-1912-0/+17
| | * | net: Introduce sk_use_task_frag in struct sock.Guillaume Nault2022-12-192-2/+10
| |/ /
| * | mctp: Remove device type check at unregisterMatt Johnston2022-12-191-13/+1
| * | net: dsa: microchip: remove IRQF_TRIGGER_FALLING in request_threaded_irqArun Ramadoss2022-12-191-2/+1
| |/
| * mctp: serial: Fix starting value for frame check sequenceJeremy Kerr2022-12-191-2/+4
| * nfp: fix unaligned io read of capabilities wordHuanhuan Wang2022-12-191-1/+1
| * net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet2022-12-191-0/+6
| * myri10ge: Fix an error handling path in myri10ge_probe()Christophe JAILLET2022-12-191-0/+1
| * net: microchip: vcap: Fix initialization of value and maskHoratiu Vultur2022-12-191-0/+2
| * Merge branch 'rxrpc-fixes'David S. Miller2022-12-1912-49/+40
| |\
| | * rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells2022-12-193-14/+14
| | * rxrpc: rxperf: Fix uninitialised variableDavid Howells2022-12-191-1/+1
| | * rxrpc: Fix I/O thread stopDavid Howells2022-12-191-1/+3
| | * rxrpc: Fix switched parameters in peer tracingDavid Howells2022-12-192-3/+3
| | * rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells2022-12-193-23/+7
| | * rxrpc: Fix I/O thread startup getting skippedDavid Howells2022-12-193-0/+5
| | * rxrpc: Fix NULL deref in rxrpc_unuse_local()David Howells2022-12-191-1/+2
| | * rxrpc: Fix security setting propagationDavid Howells2022-12-193-5/+4
| | * rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells2022-12-191-1/+1
| |/
| * net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang2022-12-191-0/+2
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2022-12-184-40/+188
| |\
| | * igc: Set Qbv start_time and end_time to end_time if not being configured in GCLTan Tee Min2022-12-151-1/+13
| | * igc: recalculate Qbv end_time by considering cycle timeTan Tee Min2022-12-151-0/+15
| | * igc: allow BaseTime 0 enrollment for QbvTan Tee Min2022-12-153-1/+4
| | * igc: Add checking for basetime less than zeroMuhammad Husaini Zulkifli2022-12-151-0/+3
| | * igc: Use strict cycles for Qbv schedulingVinicius Costa Gomes2022-12-151-9/+2
| | * igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes2022-12-153-29/+151
| * | skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan2022-12-161-0/+3
| * | devlink: protect devlink dump by the instance lockJakub Kicinski2022-12-161-0/+3
| * | net: ethernet: ti: am65-cpsw: fix CONFIG_PM #ifdefArnd Bergmann2022-12-161-3/+1
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-169-36/+119
| |\ \
| | * | selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP programToke Høiland-Jørgensen2022-12-142-0/+72
| | * | bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen2022-12-141-2/+3
| | * | bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_funcJiri Olsa2022-12-141-0/+5
| | * | bpf: prevent leak of lsm program after failed attachMilan Landaverde2022-12-141-3/+3
| | * | selftests/bpf: Select CONFIG_FUNCTION_ERROR_INJECTIONSong Liu2022-12-141-0/+1
| | * | selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=nYonghong Song2022-12-142-5/+5
| | * | docs/bpf: Reword docs for BPF_MAP_TYPE_SK_STORAGEDonald Hunter2022-12-141-26/+30
| * | | openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron2022-12-161-9/+16
| * | | Merge branch 'devlink-fixes'David S. Miller2022-12-163-2/+17
| |\ \ \
| | * | | selftests: devlink: add a warning for interfaces coming upJakub Kicinski2022-12-161-0/+13
| | * | | selftests: devlink: fix the fd redirect in dummy_reporter_testJakub Kicinski2022-12-161-2/+2