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
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-21
ice: Fix E810 PTP reset flow
Karol Kolacinski
3
-35
/
+173
2021-12-20
igb: fix deadlock caused by taking RTNL in RPM resume path
Heiner Kallweit
1
-6
/
+13
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-17
ice: xsk: fix cleaned_count setting
Maciej Fijalkowski
2
-6
/
+1
2021-12-17
ice: xsk: allow empty Rx descriptors on XSK ZC data path
Maciej Fijalkowski
1
-4
/
+10
2021-12-17
ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptor
Maciej Fijalkowski
1
-5
/
+1
2021-12-17
ice: remove dead store on XSK hotpath
Alexander Lobakin
1
-1
/
+0
2021-12-17
ice: xsk: allocate separate memory for XDP SW ring
Maciej Fijalkowski
3
-22
/
+47
2021-12-17
ice: xsk: return xsk buffers back to pool when cleaning the ring
Maciej Fijalkowski
1
-6
/
+6
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-14
xsk: Wipe out dead zero_copy_allocator declarations
Maciej Fijalkowski
2
-3
/
+0
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
9
-9
/
+9
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-10
ixgbe: Use irq_update_affinity_hint()
Nitesh Narayan Lal
1
-5
/
+5
2021-12-10
i40e: Use irq_update_affinity_hint()
Nitesh Narayan Lal
1
-4
/
+4
2021-12-10
iavf: Use irq_update_affinity_hint()
Nitesh Narayan Lal
1
-4
/
+4
[prev]
[next]