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-05-04
ice: Use pf instead of vsi-back
Jesse Brandeburg
1
-30
/
+30
2019-05-04
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
14
-208
/
+448
2019-05-03
i40e: Introduce recovery mode support
Alice Michael
3
-30
/
+293
2019-05-03
i40e: print PCI vendor and device ID during probe
Stefan Assmann
1
-3
/
+4
2019-05-03
i40e: fix misleading message about promisc setting on un-trusted VF
Harshitha Ramamurthy
1
-12
/
+16
2019-05-03
i40e: update version number
Alice Michael
1
-1
/
+1
2019-05-03
i40e: remove out-of-range comparisons in i40e_validate_cloud_filter
Jacob Keller
1
-2
/
+2
2019-05-03
i40e: Further implementation of LLDP
Aleksandr Loktionov
8
-13
/
+93
2019-05-03
i40e: Report advertised link modes on 40GBase_LR4, CR4 and fibre
Adam Ludkiewicz
1
-1
/
+9
2019-05-03
i40e: ShadowRAM checksum calculation change
Maciej Paczkowski
1
-4
/
+25
2019-05-03
i40e: remove error msg when vf with port vlan tries to remove vlan 0
Aleksandr Loktionov
1
-1
/
+2
2019-05-03
i40e: change behavior on PF in response to MDD event
Carolyn Wyborny
1
-10
/
+2
2019-05-03
i40e: Fix for allowing too many MDD events on VF
Carolyn Wyborny
1
-5
/
+3
2019-05-02
ice: Use dev_err when ice_cfg_vsi_lan fails
Brett Creeley
1
-3
/
+6
2019-05-02
ice: Refactor link event flow
Brett Creeley
2
-48
/
+65
2019-05-02
ice: Add missing PHY type to link settings
Tony Nguyen
1
-0
/
+1
2019-05-02
ice: Add reg_idx variable in ice_q_vector structure
Brett Creeley
4
-26
/
+76
2019-05-02
ice: Remove runtime change of PFINT_OICR_ENA register
Md Fahad Iqbal Polash
2
-23
/
+3
2019-05-02
ice: Fix issue when adding more than allowed VLANs
Akeem G Abodunrin
2
-7
/
+21
2019-05-02
ice: Remove unnecessary wait when disabling/enabling Rx queues
Brett Creeley
1
-8
/
+2
2019-05-02
ice: Add ability to update rx-usecs-high
Brett Creeley
4
-2
/
+33
2019-05-02
ice: Add 52 byte RSS hash key support
Paul Greenwalt
2
-7
/
+8
2019-05-02
ice: Use ice_for_each_q_vector macro where possible
Brett Creeley
2
-8
/
+8
2019-05-02
ice: Validate ring existence and its q_vector per VSI
Maciej Fijalkowski
1
-1
/
+2
2019-05-02
ice: Reduce scope of variable in ice_vsi_cfg_rxqs
Brett Creeley
1
-7
/
+11
2019-05-02
ice: Resolve static analysis reported issue
Bruce Allan
1
-10
/
+2
2019-05-02
ice: Return configuration error without queue to disable
Akeem G Abodunrin
1
-7
/
+10
2019-05-02
ice: Create framework for VSI queue context
Anirudh Venkataramanan
7
-56
/
+205
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
8
-8
/
+10
2019-04-18
ice: Calculate ITR increment based on direct calculation
Brett Creeley
1
-72
/
+63
2019-04-18
ice: Bump driver version
Anirudh Venkataramanan
1
-1
/
+1
2019-04-18
ice: Add code to control FW LLDP and DCBX
Anirudh Venkataramanan
5
-2
/
+159
2019-04-18
ice: Add code for DCB rebuild
Anirudh Venkataramanan
3
-0
/
+85
2019-04-18
ice: Add code to get DCB related statistics
Anirudh Venkataramanan
6
-2
/
+86
2019-04-18
ice: Add priority information into VLAN header
Anirudh Venkataramanan
4
-3
/
+54
2019-04-18
ice: Update rings based on TC information
Anirudh Venkataramanan
5
-0
/
+52
2019-04-18
ice: Add code to process LLDP MIB change events
Anirudh Venkataramanan
5
-3
/
+47
2019-04-18
ice: Add code for DCB initialization part 4/4
Anirudh Venkataramanan
2
-2
/
+81
2019-04-18
ice: Add code for DCB initialization part 3/4
Anirudh Venkataramanan
14
-82
/
+997
2019-04-18
ice: Add code for DCB initialization part 2/4
Anirudh Venkataramanan
6
-1
/
+1057
2019-04-18
ice: Add code for DCB initialization part 1/4
Anirudh Venkataramanan
10
-0
/
+230
2019-04-18
ice: Bump version
Anirudh Venkataramanan
1
-1
/
+1
2019-04-18
ice: Fix incorrect use of abbreviations
Anirudh Venkataramanan
16
-294
/
+294
2019-04-18
ice: Fix typos in code comments
Anirudh Venkataramanan
4
-6
/
+6
2019-04-16
i40e: Fix misleading error message
Carolyn Wyborny
1
-1
/
+1
2019-04-16
i40e: Able to add up to 16 MAC filters on an untrusted VF
Adam Ludkiewicz
1
-2
/
+4
2019-04-16
i40e: Report advertised link modes on 40GBASE_SR4
Adam Ludkiewicz
1
-1
/
+6
2019-04-16
i40e: The driver now prints the API version in error message
Adam Ludkiewicz
1
-3
/
+15
2019-04-16
i40e: Changed maximum supported FW API version to 1.8
Adam Ludkiewicz
2
-3
/
+3
2019-04-16
i40e: Remove misleading messages for untrusted VF
Grzegorz Siwik
1
-5
/
+16
[prev]
[next]