summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-04-10ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen
2022-04-10brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov
2022-04-10mt76: Fix undefined behavior due to shift overflowing the constantBorislav Petkov
2022-04-09net/mlx5: Remove not-implemented IPsec capabilitiesLeon Romanovsky
2022-04-09net/mlx5: Remove ipsec_ops function tableLeon Romanovsky
2022-04-09net/mlx5: Reduce kconfig complexity while building crypto supportLeon Romanovsky
2022-04-09net/mlx5: Move IPsec file to relevant directoryLeon Romanovsky
2022-04-09net/mlx5: Remove not-needed IPsec configLeon Romanovsky
2022-04-09net/mlx5: Align flow steering allocation namespace to common styleLeon Romanovsky
2022-04-09net/mlx5: Unify device IPsec capabilities checkLeon Romanovsky
2022-04-09net/mlx5: Remove useless IPsec device checksLeon Romanovsky
2022-04-09net/mlx5: Remove ipsec vs. ipsec offload file separationLeon Romanovsky
2022-04-09RDMA/mlx5: Drop crypto flow steering APILeon Romanovsky
2022-04-09net/mlx5: Remove FPGA ipsec specific statisticsLeon Romanovsky
2022-04-09net/mlx5: Remove XFRM no_trailer flagLeon Romanovsky
2022-04-09net/mlx5: Remove not-used IDA field from IPsec structLeon Romanovsky
2022-04-09net/mlx5: Delete metadata handling logicLeon Romanovsky
2022-04-09net/mlx5_fpga: Drop INNOVA IPsec supportLeon Romanovsky
2022-04-08net: atlantic: Avoid out-of-bounds indexingKai-Heng Feng
2022-04-08net: dsa: felix: suppress -EPROBE_DEFER errorsMichael Walle
2022-04-08net: mdio: mscc-miim: add local dev variable to cleanup probe functionColin Foster
2022-04-08sfc: use hardware tx timestamps for more than PTPBert Kenward
2022-04-08mlxsw: i2c: Fix initialization error flowVadim Pasternak
2022-04-08net: mdio: don't defer probe forever if PHY IRQ provider is missingVladimir Oltean
2022-04-08net: phy: micrel: ksz9031/ksz9131: add cabletest supportMarek Vasut
2022-04-08Merge tag 'mmc-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2022-04-08Revert "iavf: Fix deadlock occurrence during resetting VF interface"Mateusz Palczewski
2022-04-08ice: arfs: fix use-after-free when freeing @rx_cpu_rmapAlexander Lobakin
2022-04-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller
2022-04-08vxlan: fix error return code in vxlan_fdb_appendHongbin Wang
2022-04-08net: mdio: aspeed: Add c45 supportPotin Lai
2022-04-08net: mdio: aspeed: Introduce read write function for c22 and c45Potin Lai
2022-04-08net: mdio: aspeed: move reg accessing part into separate functionsPotin Lai
2022-04-08veth: Ensure eth header is in skb's linear partGuillaume Nault
2022-04-08bnxt: XDP multibuffer enablementAndy Gospodarek
2022-04-08bnxt: support transmit and free of aggregation buffersAndy Gospodarek
2022-04-08bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buffAndy Gospodarek
2022-04-08bnxt: add page_pool support for aggregation ring when using xdpAndy Gospodarek
2022-04-08bnxt: change receive ring space parametersAndy Gospodarek
2022-04-08bnxt: set xdp_buff pfmemalloc flag if neededAndy Gospodarek
2022-04-08bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdpAndy Gospodarek
2022-04-08bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skbAndy Gospodarek
2022-04-08bnxt: refactor bnxt_rx_pages operate on skb_shared_infoAndy Gospodarek
2022-04-08bnxt: add flag to denote that an xdp program is currently attachedAndy Gospodarek
2022-04-08bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buffAndy Gospodarek
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-07hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()Andrea Parri (Microsoft)
2022-04-07qed: remove an unneed NULL check on list iteratorXiaomeng Tong