Age | Commit message (Expand) | Author | Files | Lines |
2022-12-09 | Merge tag 'v6.1-rc8' into rdma.git for-next | Jason Gunthorpe | 137 | -707/+1500 |
2022-11-29 | net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed | Yoshihiro Shimoda | 1 | -0/+1 |
2022-11-29 | net/mlx5: Lag, Fix for loop when checking lag | Chris Mi | 1 | -2/+4 |
2022-11-29 | Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path" | Saeed Mahameed | 1 | -0/+16 |
2022-11-29 | net: marvell: prestera: Fix a NULL vs IS_ERR() check in some functions | Shang XiaoJing | 2 | -3/+3 |
2022-11-28 | net: ethernet: nixge: fix NULL dereference | Yuri Karpov | 1 | -14/+15 |
2022-11-28 | net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe() | Zhang Changzhong | 1 | -1/+1 |
2022-11-28 | Merge tag 'mlx5-fixes-2022-11-24' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 11 | -94/+105 |
2022-11-28 | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | David S. Miller | 5 | -8/+37 |
2022-11-25 | net: fec: don't reset irq coalesce settings to defaults on "ip link up" | Rasmus Villemoes | 1 | -16/+6 |
2022-11-25 | octeontx2-pf: Fix pfc_alloc_status array overflow | Suman Ghosh | 1 | -1/+1 |
2022-11-25 | net: stmmac: Set MAC's flow control register to reflect current settings | Goh, Wei Sheng | 2 | -2/+12 |
2022-11-25 | aquantia: Do not purge addresses when setting the number of rings | Izabela Bakollari | 3 | -4/+7 |
2022-11-25 | qed: avoid defines prefixed with CONFIG | Lukas Bulwahn | 1 | -12/+12 |
2022-11-25 | qlcnic: fix sleep-in-atomic-context bugs caused by msleep | Duoming Zhou | 1 | -2/+2 |
2022-11-24 | net: thunderx: Fix the ACPI memory leak | Yu Liao | 1 | -1/+3 |
2022-11-24 | octeontx2-af: Fix reference count issue in rvu_sdp_init() | Xiongfeng Wang | 1 | -2/+5 |
2022-11-24 | net: altera_tse: release phylink resources in tse_shutdown() | Liu Jian | 1 | -0/+1 |
2022-11-24 | net/mlx5e: MACsec, block offload requests with encrypt off | Emeel Hakim | 1 | -0/+5 |
2022-11-24 | net/mlx5e: MACsec, fix Tx SA active field update | Raed Salem | 1 | -2/+1 |
2022-11-24 | net/mlx5e: MACsec, remove replay window size limitation in offload path | Emeel Hakim | 1 | -16/+0 |
2022-11-24 | net/mlx5e: MACsec, fix add Rx security association (SA) rule memory leak | Emeel Hakim | 1 | -0/+1 |
2022-11-24 | net/mlx5e: MACsec, fix mlx5e_macsec_update_rxsa bail condition and functionality | Raed Salem | 1 | -13/+11 |
2022-11-24 | net/mlx5e: MACsec, fix update Rx secure channel active field | Raed Salem | 1 | -1/+1 |
2022-11-24 | net/mlx5e: MACsec, fix memory leak when MACsec device is deleted | Raed Salem | 1 | -44/+33 |
2022-11-24 | net/mlx5e: MACsec, fix RX data path 16 RX security channel limit | Raed Salem | 3 | -7/+14 |
2022-11-24 | net/mlx5e: Use kvfree() in mlx5e_accel_fs_tcp_create() | YueHaibing | 1 | -2/+2 |
2022-11-24 | net/mlx5e: Fix a couple error codes | Dan Carpenter | 1 | -4/+8 |
2022-11-24 | net/mlx5e: Fix use-after-free when reverting termination table | Roi Dayan | 1 | -0/+2 |
2022-11-24 | net/mlx5: Fix uninitialized variable bug in outlen_write() | YueHaibing | 1 | -2/+2 |
2022-11-24 | net/mlx5: E-switch, Fix duplicate lag creation | Chris Mi | 2 | -2/+11 |
2022-11-24 | net/mlx5: E-switch, Destroy legacy fdb table when needed | Chris Mi | 2 | -0/+10 |
2022-11-24 | net/mlx5: DR, Fix uninitialized var warning | YueHaibing | 1 | -1/+4 |
2022-11-24 | octeontx2-pf: Add check for devm_kcalloc | Jiasheng Jiang | 1 | -0/+2 |
2022-11-24 | net: enetc: preserve TX ring priority across reconfiguration | Vladimir Oltean | 3 | -11/+19 |
2022-11-24 | net: marvell: prestera: add missing unregister_netdev() in prestera_port_crea... | Zhang Changzhong | 1 | -0/+1 |
2022-11-23 | e100: Fix possible use after free in e100_xmit_prepare | Wang Hai | 1 | -4/+1 |
2022-11-23 | iavf: Fix error handling in iavf_init_module() | Yuan Can | 1 | -1/+8 |
2022-11-23 | fm10k: Fix error handling in fm10k_init_module() | Yuan Can | 1 | -1/+9 |
2022-11-23 | i40e: Fix error handling in i40e_init_module() | Shang XiaoJing | 1 | -1/+10 |
2022-11-23 | ixgbevf: Fix resource leak in ixgbevf_init_module() | Shang XiaoJing | 1 | -1/+9 |
2022-11-23 | net: dm9051: Fix missing dev_kfree_skb() in dm9051_loop_rx() | Yuan Can | 1 | -1/+3 |
2022-11-23 | Merge tag 'mlx5-fixes-2022-11-21' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 17 | -118/+280 |
2022-11-23 | net: ethernet: mtk_eth_soc: fix memory leak in error path | Yan Cangang | 3 | -6/+23 |
2022-11-23 | net: ethernet: mtk_eth_soc: fix resource leak in error path | Yan Cangang | 1 | -2/+2 |
2022-11-23 | net: ethernet: mtk_eth_soc: fix potential memory leak in mtk_rx_alloc() | Ziyang Xuan | 1 | -1/+3 |
2022-11-22 | tsnep: Fix rotten packets | Gerhard Engleder | 1 | -1/+56 |
2022-11-22 | octeontx2-pf: Remove duplicate MACSEC setting | Zheng Bin | 1 | -1/+0 |
2022-11-22 | bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending() | Yang Yingliang | 1 | -4/+8 |
2022-11-22 | net: sparx5: fix error handling in sparx5_port_open() | Liu Jian | 1 | -2/+12 |