Age | Commit message (Expand) | Author |
2022-10-11 | treewide: use get_random_bytes() when possible | Jason A. Donenfeld |
2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld |
2022-10-11 | treewide: use get_random_{u8,u16}() when possible, part 2 | Jason A. Donenfeld |
2022-10-11 | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld |
2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-10-10 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2022-10-10 | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2022-10-07 | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2022-10-07 | virtio-net: use mtu size as buffer length for big packets | Gavin Li |
2022-10-07 | virtio-net: introduce and use helper function for guest gso support checks | Gavin Li |
2022-10-06 | Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-10-04 | Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-10-04 | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-10-03 | net: pse-pd: add regulator based PSE driver | Oleksij Rempel |
2022-10-03 | ethtool: add interface to interact with Ethernet Power Equipment | Oleksij Rempel |
2022-10-03 | net: mdiobus: search for PSE nodes by parsing PHY nodes. | Oleksij Rempel |
2022-10-03 | net: mdiobus: fwnode_mdiobus_register_phy() rework error handling | Oleksij Rempel |
2022-10-03 | net: add framework to support Ethernet PSE and PDs devices | Oleksij Rempel |
2022-10-03 | net: marvell: prestera: Propagate nh state from hw to kernel | Yevhen Orlov |
2022-10-03 | net: marvell: prestera: Add neighbour cache accounting | Yevhen Orlov |
2022-10-03 | net: marvell: prestera: add stub handler neighbour events | Yevhen Orlov |
2022-10-03 | net: marvell: prestera: Add heplers to interact with fib_notifier_info | Yevhen Orlov |
2022-10-03 | net: marvell: prestera: Add length macros for prestera_ip_addr | Yevhen Orlov |
2022-10-03 | net: marvell: prestera: add delayed wq and flush wq on deinit | Yevhen Orlov |
2022-10-03 | net: marvell: prestera: Add strict cleanup of fib arbiter | Yevhen Orlov |
2022-10-03 | net: marvell: prestera: Add cleanup of allocated fib_nodes | Yevhen Orlov |
2022-10-03 | net: marvell: prestera: Add router nexthops ABI | Yevhen Orlov |
2022-10-03 | eth: octeon: fix build after netif_napi_add() changes | Jakub Kicinski |
2022-10-03 | net/mlx5: E-Switch, Return EBUSY if can't get mode lock | Jianbo Liu |
2022-10-03 | net/mlx5: E-switch, Don't update group if qos is not enabled | Chris Mi |
2022-10-03 | net/mlx5: E-Switch, Allow offloading fwd dest flow table with vport | Roi Dayan |
2022-10-03 | net/mlx5: Set default grace period based on function type | Maher Sanalla |
2022-10-03 | net/mlx5: Start health poll at earlier stage of driver load | Moshe Shemesh |
2022-10-03 | net/mlx5e: Expose rx_oversize_pkts_buffer counter | Gal Pressman |
2022-10-03 | net/mlx5e: xsk: Optimize for unaligned mode with 3072-byte frames | Maxim Mikityanskiy |
2022-10-03 | net/mlx5e: xsk: Print a warning in slow configurations | Maxim Mikityanskiy |
2022-10-03 | net/mlx5e: xsk: Use KLM to protect frame overrun in unaligned mode | Maxim Mikityanskiy |
2022-10-03 | net/mlx5e: Improve MTT/KSM alignment | Maxim Mikityanskiy |
2022-10-03 | net/mlx5e: xsk: Use umr_mode to calculate striding RQ parameters | Maxim Mikityanskiy |
2022-10-03 | net/mlx5e: xsk: Improve need_wakeup logic | Maxim Mikityanskiy |
2022-10-03 | net/mlx5e: xsk: Include XSK skb_from_cqe callbacks in INDIRECT_CALL | Maxim Mikityanskiy |
2022-10-03 | net/mlx5e: xsk: Set napi_id to support busy polling | Maxim Mikityanskiy |
2022-10-03 | net/mlx5e: xsk: Flush RQ on XSK activation to save memory | Maxim Mikityanskiy |
2022-10-03 | net: mvpp2: fix mvpp2 debugfs leak | Russell King (Oracle) |
2022-10-03 | net: ipa: update copyrights | Alex Elder |
2022-10-03 | net: ipa: update comments | Alex Elder |
2022-10-03 | r8152: Rate limit overflow messages | Andrew Gaul |
2022-10-03 | net: lan966x: Fix return type of lan966x_port_xmit | Nathan Huckleberry |