summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-31Add support for PIO p flagPatrick Rohr
2024-07-31Merge branch 'smc-cleanups' into mainDavid S. Miller
2024-07-31net/smc: remove unused input parameters in smcr_new_buf_createZhengchao Shao
2024-07-31net/smc: remove redundant code in smc_connect_check_aclcZhengchao Shao
2024-07-31net/smc: remove the fallback in __smc_connectZhengchao Shao
2024-07-31net/smc: remove unreferenced header in smc_loopback.h fileZhengchao Shao
2024-07-31dt-bindings: net: dsa: vsc73xx: add {rx,tx}-internal-delay-psPawel Dembicki
2024-07-31net: dsa: vsc73xx: make RGMII delays configurablePawel Dembicki
2024-07-31Merge branch 'l2tp-session-cleanup' into mainDavid S. Miller
2024-07-31l2tp: use pre_exit pernet hook to avoid rcu_barrierJames Chapman
2024-07-31l2tp: cleanup eth/ppp pseudowire setup codeJames Chapman
2024-07-31l2tp: add idr consistency check in session_registerJames Chapman
2024-07-31l2tp: use rcu list add/del when updating listsJames Chapman
2024-07-31l2tp: prevent possible tunnel refcount underflowJames Chapman
2024-07-31l2tp: refactor ppp socket/session relationshipJames Chapman
2024-07-31l2tp: free sessions using rcuJames Chapman
2024-07-31l2tp: delete sessions using work queueJames Chapman
2024-07-31l2tp: simplify tunnel and socket cleanupJames Chapman
2024-07-31l2tp: remove unused tunnel magic fieldJames Chapman
2024-07-31l2tp: don't set sk_user_data in tunnel socketJames Chapman
2024-07-31l2tp: don't use tunnel socket sk_user_data in ppp procfs outputJames Chapman
2024-07-31l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_framesJames Chapman
2024-07-31ipv4: export ip_flush_pending_framesJames Chapman
2024-07-31l2tp: lookup tunnel from socket without using sk_user_dataJames Chapman
2024-07-30Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-30Merge tag 'perf-tools-fixes-for-v6.11-2024-07-30' of git://git.kernel.org/pub...Linus Torvalds
2024-07-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-07-30net/tcp: Expand goo.gl linkDr. David Alan Gilbert
2024-07-30net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn
2024-07-30net: wangxun: use net_prefetch to simplify logicJoe Damato
2024-07-30net: phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and aqr115cBartosz Golaszewski
2024-07-30net: phy: micrel: Fix the KSZ9131 MDI-X status issueRaju Lakkaraju
2024-07-30bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall testJiri Olsa
2024-07-30Merge tag 'chrome-platform-fixes-for-v6.11-rc2' of git://git.kernel.org/pub/s...Linus Torvalds
2024-07-30minmax: improve macro expansion and type checkingLinus Torvalds
2024-07-30net: mvpp2: Don't re-use loop iteratorDan Carpenter
2024-07-30btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba
2024-07-30net/iucv: fix use after free in iucv_sock_close()Alexandra Winter
2024-07-30platform/chrome: cros_ec_proto: Lock device when updating MKBP versionPatryk Duda
2024-07-30net/smc: prevent UAF in inet_create()D. Wythe
2024-07-30Merge branch 'mptcp-fix-inconsistent-backup-usage'Paolo Abeni
2024-07-30selftests: mptcp: join: check backup support in signal endpMatthieu Baerts (NGI0)
2024-07-30mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)
2024-07-30selftests: mptcp: join: validate backup in MPJMatthieu Baerts (NGI0)
2024-07-30mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)
2024-07-30mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)
2024-07-30mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)
2024-07-30mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)
2024-07-29profiling: remove stale percpu flip buffer variablesLinus Torvalds
2024-07-29selftests/bpf: Filter out _GNU_SOURCE when compiling test_cppStanislav Fomichev