summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda2022-11-291-0/+1
* net/mlx5: Lag, Fix for loop when checking lagChris Mi2022-11-291-2/+4
* Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"Saeed Mahameed2022-11-291-0/+16
* net: marvell: prestera: Fix a NULL vs IS_ERR() check in some functionsShang XiaoJing2022-11-292-3/+3
* net: tun: Fix use-after-free in tun_detach()Shigeru Yoshida2022-11-291-1/+3
* net: mdiobus: fix unbalanced node reference countYang Yingliang2022-11-292-1/+2
* dsa: lan9303: Correct stat nameJerry Ray2022-11-291-1/+1
* Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-11-292-14/+46
|\
| * wifi: wilc1000: validate number of channelsPhil Turnbull2022-11-241-6/+16
| * wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attributePhil Turnbull2022-11-241-1/+2
| * wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attributePhil Turnbull2022-11-241-2/+12
| * wifi: wilc1000: validate pairwise and authentication suite offsetsPhil Turnbull2022-11-241-5/+16
* | net: wwan: iosm: fix incorrect skb lengthM Chetan Kumar2022-11-281-7/+11
* | net: wwan: iosm: fix crash in peek throughput testM Chetan Kumar2022-11-281-3/+2
* | net: wwan: iosm: fix dma_alloc_coherent incompatible pointer typeM Chetan Kumar2022-11-281-1/+1
* | net: wwan: iosm: fix kernel test robot reported errorM Chetan Kumar2022-11-281-2/+1
* | net: phylink: fix PHY validation with rate adaptionRussell King (Oracle)2022-11-281-6/+16
* | net: ethernet: nixge: fix NULL dereferenceYuri Karpov2022-11-281-14/+15
* | net: net_netdev: Fix error handling in ntb_netdev_init_module()Yuan Can2022-11-281-1/+8
* | net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe()Zhang Changzhong2022-11-281-1/+1
* | Merge tag 'mlx5-fixes-2022-11-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2022-11-2811-94/+105
|\ \
| * | net/mlx5e: MACsec, block offload requests with encrypt offEmeel Hakim2022-11-241-0/+5
| * | net/mlx5e: MACsec, fix Tx SA active field updateRaed Salem2022-11-241-2/+1
| * | net/mlx5e: MACsec, remove replay window size limitation in offload pathEmeel Hakim2022-11-241-16/+0
| * | net/mlx5e: MACsec, fix add Rx security association (SA) rule memory leakEmeel Hakim2022-11-241-0/+1
| * | net/mlx5e: MACsec, fix mlx5e_macsec_update_rxsa bail condition and functionalityRaed Salem2022-11-241-13/+11
| * | net/mlx5e: MACsec, fix update Rx secure channel active fieldRaed Salem2022-11-241-1/+1
| * | net/mlx5e: MACsec, fix memory leak when MACsec device is deletedRaed Salem2022-11-241-44/+33
| * | net/mlx5e: MACsec, fix RX data path 16 RX security channel limitRaed Salem2022-11-243-7/+14
| * | net/mlx5e: Use kvfree() in mlx5e_accel_fs_tcp_create()YueHaibing2022-11-241-2/+2
| * | net/mlx5e: Fix a couple error codesDan Carpenter2022-11-241-4/+8
| * | net/mlx5e: Fix use-after-free when reverting termination tableRoi Dayan2022-11-241-0/+2
| * | net/mlx5: Fix uninitialized variable bug in outlen_write()YueHaibing2022-11-241-2/+2
| * | net/mlx5: E-switch, Fix duplicate lag creationChris Mi2022-11-242-2/+11
| * | net/mlx5: E-switch, Destroy legacy fdb table when neededChris Mi2022-11-242-0/+10
| * | net/mlx5: DR, Fix uninitialized var warningYueHaibing2022-11-241-1/+4
* | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-11-285-8/+37
|\ \ \
| * | | e100: Fix possible use after free in e100_xmit_prepareWang Hai2022-11-231-4/+1
| * | | iavf: Fix error handling in iavf_init_module()Yuan Can2022-11-231-1/+8
| * | | fm10k: Fix error handling in fm10k_init_module()Yuan Can2022-11-231-1/+9
| * | | i40e: Fix error handling in i40e_init_module()Shang XiaoJing2022-11-231-1/+10
| * | | ixgbevf: Fix resource leak in ixgbevf_init_module()Shang XiaoJing2022-11-231-1/+9
* | | | net: phy: fix null-ptr-deref while probe() failedYang Yingliang2022-11-271-0/+1
* | | | net: loopback: use NET_NAME_PREDICTABLE for name_assign_typeRasmus Villemoes2022-11-251-1/+1
* | | | net: fec: don't reset irq coalesce settings to defaults on "ip link up"Rasmus Villemoes2022-11-251-16/+6
* | | | octeontx2-pf: Fix pfc_alloc_status array overflowSuman Ghosh2022-11-251-1/+1
* | | | net: stmmac: Set MAC's flow control register to reflect current settingsGoh, Wei Sheng2022-11-252-2/+12
* | | | aquantia: Do not purge addresses when setting the number of ringsIzabela Bakollari2022-11-253-4/+7
* | | | qed: avoid defines prefixed with CONFIGLukas Bulwahn2022-11-251-12/+12
* | | | qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou2022-11-251-2/+2