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
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-03
ice: use ice_for_each_vf for iteration during removal
Jacob Keller
1
-5
/
+4
2022-03-03
ice: remove checks in ice_vc_send_msg_to_vf
Jacob Keller
1
-8
/
+3
2022-03-03
ice: move VFLR acknowledge during ice_free_vfs
Jacob Keller
1
-19
/
+8
2022-03-03
ice: move clear_malvf call in ice_free_vfs
Jacob Keller
1
-7
/
+6
2022-03-03
ice: pass num_vfs to ice_set_per_vf_res()
Jacob Keller
1
-61
/
+26
2022-03-03
ice: store VF pointer instead of VF ID
Jacob Keller
10
-95
/
+142
2022-03-03
ice: refactor unwind cleanup in eswitch mode
Jacob Keller
2
-55
/
+53
2022-03-03
ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
Maciej Fijalkowski
1
-2
/
+4
2022-03-03
bnx2: Fix an error message
Christophe JAILLET
1
-1
/
+1
2022-03-03
net/mlx5: Support GRE conntrack offload
Toshiaki Makita
1
-6
/
+15
2022-03-03
net: mscc: ocelot: accept configuring bridge port flags on the NPI port
Vladimir Oltean
1
-0
/
+3
2022-03-03
sfc: extend the locking on mcdi->seqno
Niels Dossche
1
-1
/
+1
2022-03-03
ice: add TTY for GNSS module for E810T device
Karol Kolacinski
11
-1
/
+566
2022-03-03
mlxsw: Add support for IFLA_OFFLOAD_XSTATS_L3_STATS
Petr Machata
2
-2
/
+293
2022-03-03
mlxsw: Extract classification of router-related events to a helper
Petr Machata
1
-3
/
+13
2022-03-03
mlxsw: spectrum_router: Drop mlxsw_sp arg from counter alloc/free functions
Petr Machata
3
-14
/
+10
2022-03-03
mlxsw: reg: Fix packing of router interface counters
Petr Machata
1
-3
/
+5
2022-03-03
qed: validate and restrict untrusted VFs vlan promisc mode
Manish Chopra
2
-2
/
+27
2022-03-03
qed: display VF trust config
Manish Chopra
1
-0
/
+1
2022-03-03
net: stmmac: dwmac-qcom-ethqos: Adjust rgmii loopback_en per platform
Bjorn Andersson
1
-4
/
+18
2022-03-03
net: stmmac: Add support for SM8150
Vinod Koul
1
-0
/
+15
2022-03-03
mlx5: add support for page_pool_get_stats
Joe Damato
2
-1
/
+101
2022-03-02
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
6
-189
/
+397
2022-03-02
nfp: flower: Remove usage of the deprecated ida_simple_xxx API
Christophe JAILLET
1
-5
/
+5
2022-03-01
nfp: avoid newline at end of message in NL_SET_ERR_MSG_MOD
Wan Jiabing
1
-1
/
+1
2022-03-01
sfc: set affinity hints in local NUMA node only
Íñigo Huguet
1
-2
/
+10
2022-03-01
sfc: default config to 1 channel/core in local NUMA node only
Íñigo Huguet
1
-17
/
+34
2022-03-01
iavf: Remove non-inclusive language
Mateusz Palczewski
3
-4
/
+4
2022-03-01
iavf: Fix incorrect use of assigning iavf_status to int
Mateusz Palczewski
1
-92
/
+68
2022-03-01
iavf: stop leaking iavf_status as "errno" values
Mateusz Palczewski
3
-39
/
+157
2022-03-01
iavf: remove redundant ret variable
Minghao Chi
1
-7
/
+2
2022-03-01
iavf: Add usage of new virtchnl format to set default MAC
Mateusz Palczewski
2
-3
/
+25
2022-03-01
iavf: refactor processing of VLAN V2 capability message
Mateusz Palczewski
2
-30
/
+95
2022-03-01
iavf: Add support for 50G/100G in AIM algorithm
Mateusz Palczewski
1
-15
/
+47
2022-02-28
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jakub Kicinski
17
-242
/
+567
2022-02-28
e1000e: Correct NVM checksum verification flow
Sasha Neftin
1
-2
/
+2
2022-02-28
e1000e: Fix possible HW unit hang after an s0ix exit
Sasha Neftin
4
-0
/
+32
2022-02-28
net: dm9051: Make remove() callback a void function
Stephen Rothwell
1
-3
/
+1
2022-02-28
Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Jakub Kicinski
7
-21
/
+7
2022-02-28
igc: igc_write_phy_reg_gpy: drop premature return
Sasha Neftin
1
-2
/
+0
2022-02-28
igc: igc_read_phy_reg_gpy: drop premature return
Corinna Vinschen
1
-2
/
+0
2022-02-28
net: ethernet: sun: use time_is_before_jiffies() instead of open coding it
Wang Qing
1
-2
/
+3
2022-02-28
net: qlcnic: use time_is_before_jiffies() instead of open coding it
Wang Qing
1
-1
/
+2
2022-02-28
net: ethernet: use time_is_before_eq_jiffies() instead of open coding it
Wang Qing
1
-1
/
+2
2022-02-28
ionic: no transition while stopping
Shannon Nelson
1
-5
/
+9
2022-02-28
net: netsec: enable pp skb recycling
Lorenzo Bianconi
1
-1
/
+1
2022-02-28
net: sparx5: Add #include to remove warning
Casper Andersson
1
-0
/
+2
2022-02-28
flow_offload: reject offload for all drivers with invalid police parameters
Jianbo Liu
10
-33
/
+321
2022-02-27
net: mscc: ocelot: enforce FDB isolation when VLAN-unaware
Vladimir Oltean
4
-36
/
+243
2022-02-27
net/fungible: Kconfig, Makefiles, and MAINTAINERS
Dimitris Michailidis
6
-0
/
+63
[prev]
[next]