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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-22
net/mlx5: Fix compilation warning in eq.c
Saeed Mahameed
1
-4
/
+2
2019-03-22
net/mlx5: Simplify mlx5_sriov_is_enabled() by using pci core API
Parav Pandit
2
-8
/
+5
2019-03-22
net/mlx5: Rename total_vfs to total_vports
Parav Pandit
1
-2
/
+2
2019-03-22
net/mlx5: Simplify sriov enable/disable flow
Parav Pandit
1
-36
/
+8
2019-03-22
ice: Get VF VSI instances directly via PF
Akeem G Abodunrin
1
-8
/
+27
2019-03-22
ice: Don't let VF know that it is untrusted
Akeem G Abodunrin
1
-4
/
+8
2019-03-22
ice: Set LAN_EN for all directional rules
Yashaswini Raghuram Prathivadi Bhayankaram
1
-3
/
+9
2019-03-22
ice: Do not set LB_EN for prune switch rules
Christopher N Bednarz
1
-1
/
+6
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-22
r8169: use netif_start_queue instead of netif_wake_qeueue in rtl8169_start_xmit
Heiner Kallweit
1
-1
/
+1
2019-03-22
r8169: don't read interrupt mask register in interrupt handler
Heiner Kallweit
1
-2
/
+4
2019-03-21
nfp: remove defines for unused control bits
Jakub Kicinski
2
-5
/
+1
2019-03-21
net: hns3: fix for not calculating tx bd num correctly
Yunsheng Lin
2
-8
/
+6
2019-03-21
net: systemport: Remove print of base address
Florian Fainelli
1
-3
/
+3
2019-03-21
net: macb: Add null check for PCLK and HCLK
Harini Katakam
1
-2
/
+8
2019-03-20
dpaa2-eth: Fix possible access beyond end of array
Ioana Ciocoi Radulescu
1
-1
/
+1
2019-03-20
net: ks8851: Deduplicate register macros
Lukas Wunner
3
-330
/
+34
2019-03-20
net: ks8851: Fix register macro misnomers
Lukas Wunner
1
-25
/
+27
2019-03-20
net: ks8851: Set initial carrier state to down
Lukas Wunner
1
-0
/
+2
2019-03-20
net: ks8851: Delay requesting IRQ until opened
Lukas Wunner
1
-13
/
+11
2019-03-20
net: ks8851: Reassert reset pin if chip ID check fails
Lukas Wunner
1
-1
/
+1
2019-03-20
net: ks8851: Dequeue RX packets explicitly
Lukas Wunner
1
-4
/
+4
2019-03-20
net: hns3: Make hclge_destroy_cmd_queue static
YueHaibing
1
-1
/
+1
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
16
-43
/
+27
2019-03-20
qed: Define new MF bit for no_vlan config
Sudarsana Reddy Kalluru
3
-5
/
+8
2019-03-20
qede: Populate mbi version in ethtool driver query data.
Sudarsana Reddy Kalluru
1
-5
/
+19
2019-03-20
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
11
-116
/
+197
2019-03-20
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
12
-18
/
+1392
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
[prev]
[next]