summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington
2022-12-19net: Introduce sk_use_task_frag in struct sock.Guillaume Nault
2022-12-19mctp: Remove device type check at unregisterMatt Johnston
2022-12-19net: dsa: microchip: remove IRQF_TRIGGER_FALLING in request_threaded_irqArun Ramadoss
2022-12-19mctp: serial: Fix starting value for frame check sequenceJeremy Kerr
2022-12-19nfp: fix unaligned io read of capabilities wordHuanhuan Wang
2022-12-19net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet
2022-12-19myri10ge: Fix an error handling path in myri10ge_probe()Christophe JAILLET
2022-12-19net: microchip: vcap: Fix initialization of value and maskHoratiu Vultur
2022-12-19Merge branch 'rxrpc-fixes'David S. Miller
2022-12-19rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells
2022-12-19rxrpc: rxperf: Fix uninitialised variableDavid Howells
2022-12-19rxrpc: Fix I/O thread stopDavid Howells
2022-12-19rxrpc: Fix switched parameters in peer tracingDavid Howells
2022-12-19rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells
2022-12-19rxrpc: Fix I/O thread startup getting skippedDavid Howells
2022-12-19rxrpc: Fix NULL deref in rxrpc_unuse_local()David Howells
2022-12-19rxrpc: Fix security setting propagationDavid Howells
2022-12-19rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells
2022-12-19net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang
2022-12-18Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2022-12-16skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan
2022-12-16devlink: protect devlink dump by the instance lockJakub Kicinski
2022-12-16net: ethernet: ti: am65-cpsw: fix CONFIG_PM #ifdefArnd Bergmann
2022-12-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-12-16openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron
2022-12-16Merge branch 'devlink-fixes'David S. Miller
2022-12-16selftests: devlink: add a warning for interfaces coming upJakub Kicinski
2022-12-16selftests: devlink: fix the fd redirect in dummy_reporter_testJakub Kicinski
2022-12-16devlink: hold region lock when flushing snapshotsJakub Kicinski
2022-12-15net: dsa: mt7530: remove redundant assignmentDaniel Golle
2022-12-15igc: Set Qbv start_time and end_time to end_time if not being configured in GCLTan Tee Min
2022-12-15igc: recalculate Qbv end_time by considering cycle timeTan Tee Min
2022-12-15igc: allow BaseTime 0 enrollment for QbvTan Tee Min
2022-12-15igc: Add checking for basetime less than zeroMuhammad Husaini Zulkifli
2022-12-15igc: Use strict cycles for Qbv schedulingVinicius Costa Gomes
2022-12-15igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes
2022-12-15net: dsa: mv88e6xxx: avoid reg_lock deadlock in mv88e6xxx_setup_port()Vladimir Oltean
2022-12-15ravb: Fix "failed to switch device to config mode" message during unbindBiju Das
2022-12-15net: stmmac: fix errno when create_singlethread_workqueue() failsGaosheng Cui
2022-12-15r6040: Fix kmemleak in probe and removeLi Zetao
2022-12-15unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()Kirill Tkhai
2022-12-14selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP programToke Høiland-Jørgensen
2022-12-14bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen
2022-12-14nfc: pn533: Clear nfc_target before being usedMinsuk Kang
2022-12-14net: enetc: avoid buffer leaks on xdp_do_redirect() failureVladimir Oltean
2022-12-14bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_funcJiri Olsa
2022-12-14bpf: prevent leak of lsm program after failed attachMilan Landaverde
2022-12-14selftests/bpf: Select CONFIG_FUNCTION_ERROR_INJECTIONSong Liu
2022-12-14selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=nYonghong Song