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-02-08
i40e: consolidate handling of XDP program actions
Cristian Dumitrescu
1
-37
/
+61
2021-02-08
i40e: remove the redundant buffer info updates
Cristian Dumitrescu
1
-19
/
+14
2021-02-08
i40e: remove unnecessary cleaned_count updates
Cristian Dumitrescu
1
-3
/
+1
2021-02-08
i40e: remove unnecessary memory writes of the next to clean pointer
Cristian Dumitrescu
1
-19
/
+11
2021-02-08
ice: Improve MSI-X fallback logic
Tony Nguyen
1
-15
/
+25
2021-02-08
ice: Fix trivial error message
Mitch Williams
1
-1
/
+1
2021-02-08
ice: remove unnecessary casts
Bruce Allan
4
-11
/
+11
2021-02-08
ice: Refactor DCB related variables out of the ice_port_info struct
Chinh T Cao
7
-78
/
+83
2021-02-08
ice: fix writeback enable logic
Jesse Brandeburg
2
-35
/
+25
2021-02-08
ice: Use PSM clock frequency to calculate RL profiles
Ben Shelton
5
-9
/
+63
2021-02-08
ice: create scheduler aggregator node config and move VSIs
Kiran Patil
9
-20
/
+1207
2021-02-08
ice: Add initial support framework for LAG
Dave Ertman
7
-0
/
+570
2021-02-08
ice: Remove xsk_buff_pool from VSI structure
Michal Swiatkowski
3
-79
/
+30
2021-02-08
ice: implement new LLDP filter command
Dave Ertman
6
-8
/
+82
2021-02-08
ice: log message when trusted VF goes in/out of promisc mode
Brett Creeley
1
-13
/
+19
2021-02-05
ice: remove dead code
Bruce Allan
1
-7
/
+1
2021-02-05
ice: use flex_array_size where possible
Bruce Allan
2
-2
/
+2
2021-02-05
ice: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2
-4
/
+4
2021-02-05
ice: display stored UNDI firmware version via devlink info
Jacob Keller
3
-38
/
+113
2021-02-05
ice: display stored netlist versions via devlink info
Jacob Keller
7
-91
/
+174
2021-02-05
ice: display some stored NVM versions via devlink info
Jacob Keller
3
-4
/
+94
2021-02-05
ice: introduce function for reading from flash modules
Jacob Keller
2
-5
/
+179
2021-02-05
ice: cache NVM module bank information
Jacob Keller
2
-0
/
+188
2021-02-05
ice: introduce context struct for info report
Jacob Keller
1
-41
/
+68
2021-02-05
ice: create flash_info structure and separate NVM version
Jacob Keller
4
-62
/
+91
2021-02-05
ice: report timeout length for erasing during devlink flash
Jacob Keller
1
-3
/
+7
2021-02-04
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
12
-21
/
+48
2021-02-04
net: use the new dev_page_is_reusable() instead of private versions
Alexander Lobakin
8
-76
/
+16
2021-02-03
e1000: drop unneeded assignment in e1000_set_itr()
Sudip Mukherjee
1
-1
/
+0
2021-02-03
e1000e: remove the redundant value assignment in e1000_update_nvm_checksum_spt
Kaixu Xia
1
-7
/
+0
2021-02-03
igb: remove h from printk format specifier
Tom Rix
1
-1
/
+1
2021-02-03
igb: Enable RSS for Intel I211 Ethernet Controller
Nick Lowe
1
-2
/
+1
2021-02-03
igb: fix TDBAL register show incorrect value
Gal Hammer
1
-1
/
+1
2021-02-03
igc: Fix TDBAL register show incorrect value
Sasha Neftin
1
-1
/
+1
2021-02-03
igc: Remove unused FUNC_1 mask
Sasha Neftin
1
-1
/
+0
2021-02-03
igc: Remove unused local receiver mask
Sasha Neftin
1
-1
/
+0
2021-02-03
igc: Prefer strscpy over strlcpy
Sasha Neftin
1
-1
/
+1
2021-02-03
igc: Expose the gPHY firmware version
Sasha Neftin
5
-3
/
+28
2021-02-03
igc: Expose the NVM version
Sasha Neftin
3
-2
/
+17
2021-02-03
igc: Add Host Good Packets Transmitted Count
Sasha Neftin
1
-0
/
+1
2021-02-03
igc: Remove MULR mask define
Sasha Neftin
1
-1
/
+0
2021-02-03
igc: Remove igc_set_fw_version comment
Sasha Neftin
1
-1
/
+0
2021-02-03
igc: Clean up nvm_operations structure
Sasha Neftin
1
-1
/
+0
2021-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-17
/
+5
2021-02-01
i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues"
Aleksandr Loktionov
2
-13
/
+1
2021-02-01
igc: check return value of ret_val in igc_config_fc_after_link_up
Kevin Lo
1
-1
/
+1
2021-02-01
igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwr
Kevin Lo
1
-2
/
+1
2021-02-01
igc: Report speed and duplex as unknown when device is runtime suspended
Kai-Heng Feng
1
-1
/
+2
2021-01-28
e100: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-43
/
+49
2021-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-34
/
+60
[prev]
[next]