index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-11
net: ethernet: ti: cpsw: drop CPSW_HEADROOM define
Grygorii Strashko
3
-3
/
+2
2022-04-11
dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()
Lv Ruyi
1
-2
/
+6
2022-04-11
bnx2x: Fix spelling mistake "regiser" -> "register"
Lv Ruyi
1
-4
/
+4
2022-04-11
net: ethernet: mtk_eth_soc/wed: fix sparse endian warnings
Felix Fietkau
1
-9
/
+12
2022-04-11
net: ethernet: mtk_eth_soc: fix return value check in mtk_wed_add_hw()
Yang Yingliang
1
-1
/
+1
2022-04-11
net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link
Dinh Nguyen
3
-16
/
+9
2022-04-11
net: phy: LAN87xx: remove genphy_softreset in config_aneg
Arun Ramadoss
1
-6
/
+1
2022-04-11
Merge 5.18-rc2 into staging-next
Greg Kroah-Hartman
35
-261
/
+321
2022-04-10
ath9k: Fix usage of driver-private space in tx_info
Toke Høiland-Jørgensen
2
-11
/
+21
2022-04-10
brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constant
Borislav Petkov
1
-1
/
+1
2022-04-10
mt76: Fix undefined behavior due to shift overflowing the constant
Borislav Petkov
1
-1
/
+1
2022-04-09
net/mlx5: Remove not-implemented IPsec capabilities
Leon Romanovsky
1
-3
/
+1
2022-04-09
net/mlx5: Remove ipsec_ops function table
Leon Romanovsky
4
-154
/
+8
2022-04-09
net/mlx5: Reduce kconfig complexity while building crypto support
Leon Romanovsky
2
-8
/
+1
2022-04-09
net/mlx5: Move IPsec file to relevant directory
Leon Romanovsky
12
-11
/
+11
2022-04-09
net/mlx5: Remove not-needed IPsec config
Leon Romanovsky
3
-33
/
+5
2022-04-09
net/mlx5: Align flow steering allocation namespace to common style
Leon Romanovsky
2
-8
/
+0
2022-04-09
net/mlx5: Unify device IPsec capabilities check
Leon Romanovsky
5
-55
/
+27
2022-04-09
net/mlx5: Remove useless IPsec device checks
Leon Romanovsky
3
-35
/
+20
2022-04-09
net/mlx5: Remove ipsec vs. ipsec offload file separation
Leon Romanovsky
11
-285
/
+205
2022-04-09
RDMA/mlx5: Drop crypto flow steering API
Leon Romanovsky
2
-6
/
+3
2022-04-09
net/mlx5: Remove FPGA ipsec specific statistics
Leon Romanovsky
5
-68
/
+0
2022-04-09
net/mlx5: Remove XFRM no_trailer flag
Leon Romanovsky
3
-5
/
+0
2022-04-09
net/mlx5: Remove not-used IDA field from IPsec struct
Leon Romanovsky
2
-4
/
+1
2022-04-09
net/mlx5: Delete metadata handling logic
Leon Romanovsky
5
-245
/
+0
2022-04-09
net/mlx5_fpga: Drop INNOVA IPsec support
Leon Romanovsky
12
-1758
/
+5
2022-04-08
net: atlantic: Avoid out-of-bounds indexing
Kai-Heng Feng
2
-16
/
+16
2022-04-08
net: dsa: felix: suppress -EPROBE_DEFER errors
Michael Walle
1
-1
/
+1
2022-04-08
net: mdio: mscc-miim: add local dev variable to cleanup probe function
Colin Foster
1
-15
/
+14
2022-04-08
sfc: use hardware tx timestamps for more than PTP
Bert Kenward
1
-1
/
+2
2022-04-08
mlxsw: i2c: Fix initialization error flow
Vadim Pasternak
1
-0
/
+1
2022-04-08
net: mdio: don't defer probe forever if PHY IRQ provider is missing
Vladimir Oltean
1
-0
/
+5
2022-04-08
net: phy: micrel: ksz9031/ksz9131: add cabletest support
Marek Vasut
1
-0
/
+221
2022-04-08
Merge tag 'mmc-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
4
-4
/
+4
2022-04-08
Revert "iavf: Fix deadlock occurrence during resetting VF interface"
Mateusz Palczewski
1
-5
/
+2
2022-04-08
ice: arfs: fix use-after-free when freeing @rx_cpu_rmap
Alexander Lobakin
3
-18
/
+14
2022-04-08
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex
David S. Miller
2
-290
/
+211
2022-04-08
vxlan: fix error return code in vxlan_fdb_append
Hongbin Wang
1
-2
/
+2
2022-04-08
net: mdio: aspeed: Add c45 support
Potin Lai
1
-5
/
+32
2022-04-08
net: mdio: aspeed: Introduce read write function for c22 and c45
Potin Lai
1
-12
/
+34
2022-04-08
net: mdio: aspeed: move reg accessing part into separate functions
Potin Lai
1
-32
/
+38
2022-04-08
veth: Ensure eth header is in skb's linear part
Guillaume Nault
1
-1
/
+1
2022-04-08
bnxt: XDP multibuffer enablement
Andy Gospodarek
2
-4
/
+4
2022-04-08
bnxt: support transmit and free of aggregation buffers
Andy Gospodarek
5
-23
/
+126
2022-04-08
bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff
Andy Gospodarek
3
-7
/
+85
2022-04-08
bnxt: add page_pool support for aggregation ring when using xdp
Andy Gospodarek
1
-30
/
+47
2022-04-08
bnxt: change receive ring space parameters
Andy Gospodarek
2
-15
/
+28
2022-04-08
bnxt: set xdp_buff pfmemalloc flag if needed
Andy Gospodarek
1
-5
/
+9
2022-04-08
bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdp
Andy Gospodarek
1
-0
/
+31
2022-04-08
bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skb
Andy Gospodarek
1
-11
/
+11
[prev]
[next]