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
2019-03-22
ice: Enable LAN_EN for the right recipes
Yashaswini Raghuram Prathivadi Bhayankaram
1
-9
/
+20
2019-03-22
ice: Add support for PF/VF promiscuous mode
Akeem G Abodunrin
7
-31
/
+527
2019-03-22
ice: code cleanup in ice_sched.c
Victor Raj
1
-8
/
+9
2019-03-22
ice: Remove unused vsi_id field
Anirudh Venkataramanan
1
-1
/
+0
2019-03-22
ice: fix some function prototype and signature style issues
Bruce Allan
11
-87
/
+108
2019-03-22
ice: fix the divide by zero issue
Kiran Patil
1
-1
/
+12
2019-03-22
ice: Fix issue reconfiguring VF queues
Akeem G Abodunrin
3
-16
/
+76
2019-03-22
ice: Remove unused function prototype
Anirudh Venkataramanan
1
-10
/
+0
2019-03-22
ice: fix static analysis warnings
Bruce Allan
4
-4
/
+4
2019-03-22
ice: Fix issue reclaiming resources back to the pool after reset
Akeem G Abodunrin
1
-3
/
+23
2019-03-22
ice: Enable MAC anti-spoof by default
Akeem G Abodunrin
1
-0
/
+9
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
1
-3
/
+2
2019-03-20
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
11
-116
/
+197
2019-03-19
ice: Determine descriptor count and ring size based on PAGE_SIZE
Brett Creeley
3
-11
/
+43
2019-03-19
ice: Reset all VFs with VFLR during SR-IOV init flow
Akeem G Abodunrin
1
-1
/
+1
2019-03-19
ice: Get resources per function
Brett Creeley
1
-5
/
+8
2019-03-19
ice: Implement flow to reset VFs with PFR and other resets
Akeem G Abodunrin
1
-6
/
+2
2019-03-19
ice: configure GLINT_ITR to always have an ITR gran of 2
Brett Creeley
4
-18
/
+44
2019-03-19
ice: use ice_for_each_vsi macro when possible
Brett Creeley
3
-9
/
+8
2019-03-19
ice : Ensure only valid bits are set in ice_aq_set_phy_cfg
Chinh T Cao
3
-2
/
+15
2019-03-19
ice: remove redundant variable and if condition
Brett Creeley
1
-7
/
+4
2019-03-19
ice: avoid multiple unnecessary de-references in probe
Bruce Allan
1
-18
/
+15
2019-03-19
ice: Fix issue with VF reset and multiple VFs support on PFs
Akeem G Abodunrin
1
-7
/
+13
2019-03-19
ice: Fix broadcast traffic in port VLAN mode
Michal Swiatkowski
1
-32
/
+44
2019-03-19
igc: Remove unneeded hw_dbg prints
Sasha Neftin
1
-4
/
+0
2019-03-19
igc: Fix the typo in igc_base.h header definition
Sasha Neftin
1
-2
/
+2
2019-03-19
igc: Add support for the ntuple feature
Sasha Neftin
2
-0
/
+89
2019-03-19
igc: Add support for statistics
Sasha Neftin
3
-1
/
+403
2019-03-19
igc: Extend the ethtool supporting
Sasha Neftin
5
-3
/
+814
2019-03-19
igc: Add multiple receive queues control supporting
Sasha Neftin
4
-0
/
+73
2019-03-19
e1000e: Disable runtime PM on CNP+
Kai-Heng Feng
1
-1
/
+1
2019-03-19
igb: fix various indentation issues
Colin Ian King
1
-2
/
+2
2019-03-19
igb: Exclude device from suspend direct complete optimization
Kai-Heng Feng
1
-0
/
+3
2019-03-19
intel: correct return from set features callback
Serhey Popovych
5
-5
/
+5
2019-03-05
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
1
-2
/
+3
2019-02-25
ice: fix overlong string, update stats output
Jesse Brandeburg
1
-40
/
+40
2019-02-25
ice: Fix for FC get rx/tx pause params
Lukasz Czapnik
1
-11
/
+26
2019-02-25
ice: use absolute vector ID for VFs
Mitch Williams
1
-2
/
+4
2019-02-25
ice: check for a leaf node presence
Victor Raj
2
-0
/
+24
2019-02-25
ice: flush Tx pipe on disable queue timeout
Victor Raj
1
-2
/
+19
2019-02-25
ice: clear VF ARQLEN register on reset
Mitch Williams
2
-0
/
+6
2019-02-25
ice: don't spam VFs with link messages
Mitch Williams
1
-1
/
+2
2019-02-25
ice: only use the VF for ICE_VSI_VF in ice_vsi_release
Brett Creeley
1
-2
/
+4
2019-02-25
ice: fix numeric overflow warning
Bruce Allan
2
-4
/
+5
2019-02-25
ice: fix issue where host reboots on unload when iommu=on
Brett Creeley
1
-17
/
+54
2019-02-25
ice: fix ice_remove_rule_internal vsi_list handling
Jacob Keller
1
-2
/
+13
2019-02-25
ice: fix stack hogs from struct ice_vsi_ctx structures
Bruce Allan
3
-67
/
+117
2019-02-25
ice: sizeof(<type>) should be avoided
Bruce Allan
6
-45
/
+38
2019-02-25
ice: Fix added in VSI supported nodes calc
Victor Raj
1
-2
/
+7
2019-02-25
ice: Fix the calculation of ICE_MAX_MTU
Maciej Fijalkowski
1
-1
/
+1
[prev]
[next]