summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-11-24can: cc770: cc770_isa_probe(): add missing free_cc770dev()Zhang Changzhong
2022-11-24can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()Zhang Changzhong
2022-11-24can: can327: can327_feed_frame_to_netdev(): fix potential skb leak when netde...Ziyang Xuan
2022-11-24net: thunderx: Fix the ACPI memory leakYu Liao
2022-11-24octeontx2-af: Fix reference count issue in rvu_sdp_init()Xiongfeng Wang
2022-11-24net: altera_tse: release phylink resources in tse_shutdown()Liu Jian
2022-11-24virtio_net: Fix probe failed when modprobe virtio_netLi Zetao
2022-11-24net/mlx5e: MACsec, block offload requests with encrypt offEmeel Hakim
2022-11-24net/mlx5e: MACsec, fix Tx SA active field updateRaed Salem
2022-11-24net/mlx5e: MACsec, remove replay window size limitation in offload pathEmeel Hakim
2022-11-24net/mlx5e: MACsec, fix add Rx security association (SA) rule memory leakEmeel Hakim
2022-11-24net/mlx5e: MACsec, fix mlx5e_macsec_update_rxsa bail condition and functionalityRaed Salem
2022-11-24net/mlx5e: MACsec, fix update Rx secure channel active fieldRaed Salem
2022-11-24net/mlx5e: MACsec, fix memory leak when MACsec device is deletedRaed Salem
2022-11-24net/mlx5e: MACsec, fix RX data path 16 RX security channel limitRaed Salem
2022-11-24net/mlx5e: Use kvfree() in mlx5e_accel_fs_tcp_create()YueHaibing
2022-11-24net/mlx5e: Fix a couple error codesDan Carpenter
2022-11-24net/mlx5e: Fix use-after-free when reverting termination tableRoi Dayan
2022-11-24net/mlx5: Fix uninitialized variable bug in outlen_write()YueHaibing
2022-11-24net/mlx5: E-switch, Fix duplicate lag creationChris Mi
2022-11-24net/mlx5: E-switch, Destroy legacy fdb table when neededChris Mi
2022-11-24net/mlx5: DR, Fix uninitialized var warningYueHaibing
2022-11-24net: wwan: t7xx: Fix the ACPI memory leakHanjun Guo
2022-11-24octeontx2-pf: Add check for devm_kcallocJiasheng Jiang
2022-11-23net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean
2022-11-23bonding: fix link recovery in mode 2 when updelay is nonzeroJonathan Toppins
2022-11-23net: marvell: prestera: add missing unregister_netdev() in prestera_port_crea...Zhang Changzhong
2022-11-23net/mlxsw: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23net: dsa: xrs700x: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23net: dsa: microchip: ksz9477: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23net: dsa: lan9303: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li
2022-11-23ice: Use ICE_RLAN_BASE_S instead of magic numberAnatolii Gerasymenko
2022-11-23ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced queuesMarcin Szycik
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko
2022-11-23ice: Accumulate HW and Netdev statistics over resetBenjamin Mikailenko
2022-11-23ice: Remove and replace ice speed defines with ethtool.h versionsBrett Creeley
2022-11-23ice: Check for PTP HW lock more frequentlyKarol Kolacinski
2022-11-23e100: Fix possible use after free in e100_xmit_prepareWang Hai
2022-11-23iavf: Fix error handling in iavf_init_module()Yuan Can
2022-11-23fm10k: Fix error handling in fm10k_init_module()Yuan Can
2022-11-23i40e: Fix error handling in i40e_init_module()Shang XiaoJing
2022-11-23ixgbevf: Fix resource leak in ixgbevf_init_module()Shang XiaoJing
2022-11-23sfc: ensure type is valid before updating seen_genEdward Cree
2022-11-23net/cdc_ncm: Fix multicast RX support for CDC NCM devices with ZLPSantiago Ruano Rincón
2022-11-23ppp: associate skb with a device at txStanislav Fomichev
2022-11-23net: usb: qmi_wwan: add u-blox 0x1342 compositionDavide Tronchin
2022-11-23net: dm9051: Fix missing dev_kfree_skb() in dm9051_loop_rx()Yuan Can
2022-11-23arcnet: fix potential memory leak in com20020_probe()Wang Hai
2022-11-22Revert "veth: Avoid drop packets when xdp_redirect performs"Heng Qi