summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-13brd: implement discard supportKeith Busch
2024-05-13Merge tag 'idxd-for-linus-may2024' of git bundle from ArjanLinus Torvalds
2024-05-13Merge tag 'x86-shstk-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-13Merge tag 'x86-platform-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-13Merge tag 'x86-percpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-05-13Merge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-14certs: Add ECDSA signature verification self-testJoachim Vandersmissen
2024-05-14certs: Move RSA self-test data to separate fileJoachim Vandersmissen
2024-05-13Merge tag 'x86-fpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge tag 'x86-entry-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-13Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski
2024-05-13Merge branch 'move-est-lock-and-est-structure-to-struct-stmmac_priv'Jakub Kicinski
2024-05-13net: stmmac: move the EST structure to struct stmmac_privXiaolei Wang
2024-05-13net: stmmac: move the EST lock to struct stmmac_privXiaolei Wang
2024-05-13Merge branch 'mptcp-small-improvements-fix-and-clean-ups'Jakub Kicinski
2024-05-13mptcp: include inet_common in mib.hMatthieu Baerts (NGI0)
2024-05-13mptcp: move mptcp_pm_gen.h's includeMatthieu Baerts (NGI0)
2024-05-13mptcp: remove unnecessary else statementsMatthieu Baerts (NGI0)
2024-05-13mptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)
2024-05-13mptcp: add net.mptcp.available_schedulersGregory Detal
2024-05-13mptcp: sockopt: info: stop early if no bufferMatthieu Baerts (NGI0)
2024-05-13mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)
2024-05-13mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)
2024-05-13Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-13Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-13Merge tag 'x86-bugs-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-13Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-13net: mana: Enable MANA driver on ARM64 with 4K page sizeHaiyang Zhang
2024-05-13net: prestera: Add flex arrays to some structsErick Archer
2024-05-13net: fec: remove .ndo_poll_controller to avoid deadlocksWei Fang
2024-05-13Merge tag 'x86-asm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge branch 'tcp-support-rstreasons-in-the-passive-logic'Jakub Kicinski
2024-05-13tcp: rstreason: fully support in tcp_check_req()Jason Xing
2024-05-13tcp: rstreason: handle timewait cases in the receive pathJason Xing
2024-05-13tcp: rstreason: fully support in tcp_rcv_state_process()Jason Xing
2024-05-13tcp: rstreason: fully support in tcp_ack()Jason Xing
2024-05-13tcp: rstreason: fully support in tcp_rcv_synsent_state_process()Jason Xing
2024-05-13Merge tag 'x86-misc-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-13Merge branch 'net-stmmac-add-support-for-rzn1-gmac-devices'Jakub Kicinski
2024-05-13net: stmmac: add support for RZ/N1 GMACClément Léger
2024-05-13net: stmmac: dwmac-socfpga: use pcs_init/pcs_exitRussell King (Oracle)
2024-05-13net: stmmac: introduce pcs_init/pcs_exit stmmac operationsRussell King (Oracle)
2024-05-13net: stmmac: Make stmmac_xpcs_setup() generic to all PCS devicesSerge Semin
2024-05-13net: stmmac: Add dedicated XPCS cleanup methodSerge Semin
2024-05-13dt-bindings: net: renesas,rzn1-gmac: Document RZ/N1 GMAC supportClément Léger
2024-05-13io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for acceptJens Axboe
2024-05-13net: pass back whether socket was empty post acceptJens Axboe
2024-05-13net: have do_accept() take a struct proto_accept_arg argumentJens Axboe
2024-05-13net: change proto and proto_ops accept typeJens Axboe