aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-13net: stmmac: add support for RZ/N1 GMACClément Léger4-0/+105
2024-05-13net: stmmac: dwmac-socfpga: use pcs_init/pcs_exitRussell King (Oracle)1-54/+53
2024-05-13net: stmmac: introduce pcs_init/pcs_exit stmmac operationsRussell King (Oracle)2-1/+9
2024-05-13net: stmmac: Make stmmac_xpcs_setup() generic to all PCS devicesSerge Semin3-19/+23
2024-05-13net: stmmac: Add dedicated XPCS cleanup methodSerge Semin3-4/+17
2024-05-13dt-bindings: net: renesas,rzn1-gmac: Document RZ/N1 GMAC supportClément Léger1-0/+66
2024-05-13io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for acceptJens Axboe1-4/+16
2024-05-13net: pass back whether socket was empty post acceptJens Axboe2-0/+2
2024-05-13net: have do_accept() take a struct proto_accept_arg argumentJens Axboe3-10/+11
2024-05-13net: change proto and proto_ops accept typeJens Axboe34-111/+132
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds42-441/+550
2024-05-13net: qede: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+3
2024-05-13Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds14-172/+525
2024-05-13Merge branch 'virtio_net-rx-enable-premapped-mode-by-default'Jakub Kicinski2-59/+38
2024-05-13virtio_net: remove the misleading commentXuan Zhuo1-1/+0
2024-05-13virtio_net: rx remove premapped failover codeXuan Zhuo1-50/+35
2024-05-13virtio_net: big mode skip the unmap checkXuan Zhuo1-2/+2
2024-05-13virtio_ring: enable premapped mode whatever use_dma_apiXuan Zhuo1-6/+1
2024-05-13Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-175/+295
2024-05-13tracing: Improve benchmark test performance by using do_div()Thorsten Blum1-1/+1
2024-05-13ring-buffer: Have mmapped ring buffer keep track of missed eventsSteven Rostedt (Google)1-6/+47
2024-05-13dpll: fix return value check for kmemdupChen Ni1-1/+1
2024-05-13Merge tag 'tag-chrome-platform-firmware-for-v6.10' of git://git.kernel.org/pu...Linus Torvalds3-4/+9
2024-05-13Merge tag 'tag-chrome-platform-for-v6.10' of git://git.kernel.org/pub/scm/lin...Linus Torvalds20-74/+214
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski134-4738/+9458
2024-05-13net: pcs: lynx: no need to read LPA in lynx_pcs_get_state_2500basex()Vladimir Oltean1-3/+2
2024-05-13ftrace: Use asynchronous grace period for register_ftrace_direct()Paul E. McKenney1-4/+9
2024-05-13ftrace: Replaces simple_strtoul in ftraceYuran Pereira1-4/+3
2024-05-13Merge branch 'mlx5-misc-patches'Jakub Kicinski6-114/+48
2024-05-13net/mlx5: Remove unused msix related exported APIsParav Pandit2-59/+0
2024-05-13net/mlx5e: Modifying channels number and updating TX queuesCarolina Jubran3-51/+47
2024-05-13net/mlx5: Enable 8 ports LAGShay Drory2-4/+1
2024-05-13Merge branch 'ax25-fix-issues-of-ax25_dev-and-net_device'Jakub Kicinski2-34/+17
2024-05-13ax25: Fix reference count leak issue of net_deviceDuoming Zhou1-6/+1
2024-05-13ax25: Fix reference count leak issues of ax25_devDuoming Zhou1-2/+1
2024-05-13ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou2-27/+16
2024-05-13test: hsr: Extend the hsr_redbox.sh to have more SAN devices connectedLukasz Majewski1-22/+49
2024-05-13Merge branch 'net-dsa-microchip-dcb-fixes'Jakub Kicinski3-69/+85
2024-05-13net: dsa: microchip: dcb: set default apptrust to PCP onlyOleksij Rempel1-18/+3
2024-05-13net: dsa: microchip: dcb: add comments for DSCP related functionsOleksij Rempel1-0/+31
2024-05-13net: dsa: microchip: dcb: rename IPV to IPMOleksij Rempel3-51/+51
2024-05-13l2tp: Support different protocol versions with same IP/port quadrupleSamuel Thibault1-8/+10
2024-05-13net: usb: ax88179_178a: fix link status when link is set to down/upJose Ignacio Tornos Martinez1-11/+26
2024-05-13net: smc91x: Fix m68k kernel compilation for ColdFire CPUThorsten Blum1-2/+2
2024-05-13Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds53-10043/+878
2024-05-13ring-buffer/selftest: Add ring-buffer mapping testVincent Donnefort4-0/+305
2024-05-13Documentation: tracing: Add ring-buffer mappingVincent Donnefort2-0/+107
2024-05-13tracing: Allow user-space mapping of the ring-bufferVincent Donnefort3-5/+102
2024-05-13ring-buffer: Introducing ring-buffer mapping functionsVincent Donnefort3-3/+463
2024-05-13ring-buffer: Allocate sub-buffers with __GFP_COMPVincent Donnefort1-3/+3