index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-17
iavf: Restrict maximum VLAN filters for VIRTCHNL_VF_OFFLOAD_VLAN_V2
Brett Creeley
1
-0
/
+50
2021-12-17
iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 offload enable/disable
Brett Creeley
3
-51
/
+383
2021-12-17
iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpath
Brett Creeley
5
-51
/
+135
2021-12-17
iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev config
Brett Creeley
3
-94
/
+453
2021-12-17
iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiation
Brett Creeley
3
-52
/
+240
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-26
/
+36
2021-12-15
ixgbe: set X550 MDIO speed before talking to PHY
Cyril Novikov
1
-0
/
+3
2021-12-15
ixgbe: Document how to enable NBASE-T support
Robert Schlabbach
1
-0
/
+4
2021-12-15
igc: Fix typo in i225 LTR functions
Sasha Neftin
1
-1
/
+1
2021-12-15
igbvf: fix double free in `igbvf_probe`
Letu Ren
1
-0
/
+1
2021-12-15
igb: Fix removal of unicast MAC filters of VFs
Karen Sornek
1
-14
/
+14
2021-12-15
ice: use modern kernel API for kick
Jesse Brandeburg
1
-4
/
+5
2021-12-15
ice: tighter control over VSI_DOWN state
Jesse Brandeburg
2
-5
/
+8
2021-12-15
ice: use prefetch methods
Jesse Brandeburg
1
-1
/
+12
2021-12-15
ice: update to newer kernel API
Jesse Brandeburg
1
-9
/
+9
2021-12-15
ice: support immediate firmware activation via devlink reload
Jacob Keller
10
-27
/
+308
2021-12-15
ice: reduce time to read Option ROM CIVD data
Jacob Keller
1
-12
/
+36
2021-12-15
ice: move ice_devlink_flash_update and merge with ice_flash_pldm_image
Jacob Keller
3
-72
/
+39
2021-12-15
ice: move and rename ice_check_for_pending_update
Jacob Keller
3
-77
/
+77
2021-12-15
ice: devlink: add shadow-ram region to snapshot Shadow RAM
Jacob Keller
2
-5
/
+89
2021-12-14
ice: Don't put stale timestamps in the skb
Karol Kolacinski
2
-7
/
+10
2021-12-14
ice: Use div64_u64 instead of div_u64 in adjfine
Karol Kolacinski
1
-1
/
+1
2021-12-14
ice: Remove unused ICE_FLOW_SEG_HDRS_L2_MASK
Tony Nguyen
1
-2
/
+0
2021-12-14
ice: Remove unnecessary casts
Dan Carpenter
1
-4
/
+2
2021-12-14
ice: Propagate error codes
Tony Nguyen
8
-99
/
+45
2021-12-14
ice: Remove excess error variables
Tony Nguyen
10
-282
/
+223
2021-12-14
ice: Cleanup after ice_status removal
Tony Nguyen
28
-350
/
+265
2021-12-14
ice: Remove enum ice_status
Tony Nguyen
22
-654
/
+568
2021-12-14
ice: Use int for ice_status
Tony Nguyen
33
-859
/
+863
2021-12-14
ice: Remove string printing for ice_status
Tony Nguyen
9
-236
/
+163
2021-12-14
ice: Refactor status flow for DDP load
Wojciech Drewek
4
-182
/
+272
2021-12-14
ice: Refactor promiscuous functions
Brett Creeley
4
-102
/
+156
2021-12-14
ice: refactor PTYPE validating
Jeff Guo
4
-372
/
+133
2021-12-14
ice: Add package PTYPE enable information
Haiyue Wang
4
-0
/
+98
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
6
-24
/
+0
2021-12-13
iavf: do not override the adapter state in the watchdog task (again)
Stefan Assmann
1
-1
/
+0
2021-12-13
iavf: missing unlocks in iavf_watchdog_task()
Dan Carpenter
1
-2
/
+2
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-85
/
+165
2021-12-08
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
9
-47
/
+74
2021-12-08
ice: safer stats processing
Jesse Brandeburg
1
-11
/
+18
2021-12-07
ice: fix adding different tunnels
Michal Swiatkowski
6
-13
/
+25
2021-12-07
ice: fix choosing UDP header type
Michal Swiatkowski
1
-17
/
+10
2021-12-07
ice: ignore dropped packets during init
Jesse Brandeburg
1
-0
/
+3
2021-12-07
ice: Fix problems with DSCP QoS implementation
Dave Ertman
1
-6
/
+12
2021-12-07
ice: rearm other interrupt cause register after enabling VFs
Paul Greenwalt
1
-0
/
+4
2021-12-07
ice: fix FDIR init missing when reset VF
Yahui Cao
1
-0
/
+2
2021-12-06
i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc
Norbert Zulinski
1
-0
/
+8
2021-12-06
i40e: Fix pre-set max number of queues for VF
Mateusz Palczewski
1
-5
/
+0
2021-12-06
i40e: Fix failed opcode appearing if handling messages from VF
Karen Sornek
2
-22
/
+50
2021-12-06
iavf: Fix reporting when setting descriptor count
Michal Maloszewski
1
-11
/
+32
[next]