Age | Commit message (Expand) | Author |
2022-11-29 | net/mlx5: Lag, Fix for loop when checking lag | Chris Mi |
2022-11-29 | Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path" | Saeed Mahameed |
2022-11-29 | net: marvell: prestera: Fix a NULL vs IS_ERR() check in some functions | Shang XiaoJing |
2022-11-29 | net: tun: Fix use-after-free in tun_detach() | Shigeru Yoshida |
2022-11-28 | net: mdiobus: fix unbalanced node reference count | Yang Yingliang |
2022-11-28 | dsa: lan9303: Correct stat name | Jerry Ray |
2022-11-28 | Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski |
2022-11-28 | net: wwan: iosm: fix incorrect skb length | M Chetan Kumar |
2022-11-28 | net: wwan: iosm: fix crash in peek throughput test | M Chetan Kumar |
2022-11-28 | net: wwan: iosm: fix dma_alloc_coherent incompatible pointer type | M Chetan Kumar |
2022-11-28 | net: wwan: iosm: fix kernel test robot reported error | M Chetan Kumar |
2022-11-28 | net: phylink: fix PHY validation with rate adaption | Russell King (Oracle) |
2022-11-28 | net: ethernet: nixge: fix NULL dereference | Yuri Karpov |
2022-11-28 | net: net_netdev: Fix error handling in ntb_netdev_init_module() | Yuan Can |
2022-11-28 | net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe() | Zhang Changzhong |
2022-11-28 | Merge tag 'mlx5-fixes-2022-11-24' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller |
2022-11-28 | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | David S. Miller |
2022-11-27 | net: phy: fix null-ptr-deref while probe() failed | Yang Yingliang |
2022-11-25 | net: loopback: use NET_NAME_PREDICTABLE for name_assign_type | Rasmus Villemoes |
2022-11-25 | net: fec: don't reset irq coalesce settings to defaults on "ip link up" | Rasmus Villemoes |
2022-11-25 | octeontx2-pf: Fix pfc_alloc_status array overflow | Suman Ghosh |
2022-11-25 | net: stmmac: Set MAC's flow control register to reflect current settings | Goh, Wei Sheng |
2022-11-25 | aquantia: Do not purge addresses when setting the number of rings | Izabela Bakollari |
2022-11-25 | qed: avoid defines prefixed with CONFIG | Lukas Bulwahn |
2022-11-25 | qlcnic: fix sleep-in-atomic-context bugs caused by msleep | Duoming Zhou |
2022-11-25 | Merge tag 'linux-can-fixes-for-6.1-20221124' of git://git.kernel.org/pub/scm/... | David S. Miller |
2022-11-24 | wifi: wilc1000: validate number of channels | Phil Turnbull |
2022-11-24 | wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attribute | Phil Turnbull |
2022-11-24 | wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attribute | Phil Turnbull |
2022-11-24 | wifi: wilc1000: validate pairwise and authentication suite offsets | Phil Turnbull |
2022-11-24 | can: mcba_usb: Fix termination command argument | Yasushi SHOJI |
2022-11-24 | can: m_can: Add check for devm_clk_get | Jiasheng Jiang |
2022-11-24 | can: m_can: pci: add missing m_can_class_free_dev() in probe/remove methods | Zhang Changzhong |
2022-11-24 | can: etas_es58x: es58x_init_netdev(): free netdev when register_candev() | Zhang Changzhong |
2022-11-24 | can: cc770: cc770_isa_probe(): add missing free_cc770dev() | Zhang Changzhong |
2022-11-24 | can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev() | Zhang Changzhong |
2022-11-24 | can: can327: can327_feed_frame_to_netdev(): fix potential skb leak when netde... | Ziyang Xuan |
2022-11-24 | net: thunderx: Fix the ACPI memory leak | Yu Liao |
2022-11-24 | octeontx2-af: Fix reference count issue in rvu_sdp_init() | Xiongfeng Wang |
2022-11-24 | net: altera_tse: release phylink resources in tse_shutdown() | Liu Jian |
2022-11-24 | virtio_net: Fix probe failed when modprobe virtio_net | Li Zetao |
2022-11-24 | net/mlx5e: MACsec, block offload requests with encrypt off | Emeel Hakim |
2022-11-24 | net/mlx5e: MACsec, fix Tx SA active field update | Raed Salem |
2022-11-24 | net/mlx5e: MACsec, remove replay window size limitation in offload path | Emeel Hakim |
2022-11-24 | net/mlx5e: MACsec, fix add Rx security association (SA) rule memory leak | Emeel Hakim |
2022-11-24 | net/mlx5e: MACsec, fix mlx5e_macsec_update_rxsa bail condition and functionality | Raed Salem |
2022-11-24 | net/mlx5e: MACsec, fix update Rx secure channel active field | Raed Salem |
2022-11-24 | net/mlx5e: MACsec, fix memory leak when MACsec device is deleted | Raed Salem |
2022-11-24 | net/mlx5e: MACsec, fix RX data path 16 RX security channel limit | Raed Salem |
2022-11-24 | net/mlx5e: Use kvfree() in mlx5e_accel_fs_tcp_create() | YueHaibing |