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-28
igc: Clean up unused pointers
Sasha Neftin
1
-3
/
+0
2019-05-28
igc: Fix double definitions
Sasha Neftin
1
-3
/
+0
2019-05-28
igb: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-05-28
igb: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-05-28
igb/igc: warn when fatal read failure happens
Feng Tang
2
-0
/
+2
2019-05-23
ice: Silence semantic parser warnings
Bruce Allan
2
-4
/
+4
2019-05-23
ice: Fix couple of issues in ice_vsi_release
Brett Creeley
3
-13
/
+14
2019-05-23
ice: Reorganize ice_vf struct
Jesse Brandeburg
1
-8
/
+13
2019-05-23
ice: Use bitfields when possible
Jesse Brandeburg
3
-11
/
+11
2019-05-23
ice: Reorganize tx_buf and ring structs
Jesse Brandeburg
1
-14
/
+21
2019-05-23
ice: Format ethtool reported stats
Richard Rodriguez
1
-54
/
+54
2019-05-23
ice: Gracefully handle reset failure in ice_alloc_vfs()
Brett Creeley
1
-2
/
+9
2019-05-23
ice: Refactor the LLDP MIB change event handling
Usha Ketineni
3
-21
/
+139
2019-05-23
ice: Advertise supported link modes if none requested
Tony Nguyen
1
-25
/
+50
2019-05-23
ice: Fix hang when ethtool disables FW LLDP
Dave Ertman
4
-17
/
+25
2019-05-23
ice: Call out dev/func caps when printing
Anirudh Venkataramanan
1
-26
/
+30
2019-05-23
ice: Remove braces for single statement blocks
Anirudh Venkataramanan
1
-2
/
+1
2019-05-23
ice: Cleanup an unnecessary variable initialization
Bruce Allan
1
-3
/
+3
2019-05-23
ice: Implement LLDP persistence
Anirudh Venkataramanan
5
-37
/
+29
2019-05-23
ice: Fix double spacing
Anirudh Venkataramanan
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
64
-1716
/
+8826
2019-05-06
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
11
-53
/
+0
2019-05-05
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
12
-179
/
+339
2019-05-04
i40e: Memory leak in i40e_config_iwarp_qvlist
Martyna Szapar
1
-8
/
+15
2019-05-04
i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
Martyna Szapar
1
-6
/
+10
2019-05-04
i40e: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-4
/
+2
2019-05-04
i40e: Revert ShadowRAM checksum calculation change
Maciej Paczkowski
1
-25
/
+3
2019-05-04
i40e: missing input validation on VF message handling by the PF
Martyna Szapar
2
-14
/
+46
2019-05-04
i40e: Add support for X710 B/P & SFP+ cards
Aleksandr Loktionov
6
-2
/
+74
2019-05-04
i40e: Wrong truncation from u16 to u8
Grzegorz Siwik
1
-1
/
+1
2019-05-04
i40e: add num_vectors checker in iwarp handler
Sergey Nemov
1
-0
/
+10
2019-05-04
i40e: Fix the typo in adding 40GE KR4 mode
Grzegorz Siwik
1
-2
/
+2
2019-05-04
i40e: Setting VF to VLAN 0 requires restart
Grzegorz Siwik
1
-2
/
+2
2019-05-04
i40e: add new pci id for X710/XXV710 N3000 cards
Aleksandr Loktionov
3
-0
/
+6
2019-05-04
i40e: VF's promiscuous attribute is not kept
Grzegorz Siwik
1
-0
/
+23
2019-05-04
ice: Disable sniffing VF traffic on PF
Michal Swiatkowski
1
-22
/
+2
2019-05-04
ice: Use more efficient structures
Jesse Brandeburg
1
-2
/
+2
2019-05-04
ice: Use bitfields where possible
Jesse Brandeburg
1
-5
/
+5
2019-05-04
ice: Add function to program ethertype based filter rule on VSIs
Akeem G Abodunrin
4
-0
/
+120
2019-05-04
ice: Separate if conditions for ice_set_features()
Tony Nguyen
1
-2
/
+6
2019-05-04
ice: Remove __always_unused attribute
Tony Nguyen
1
-1
/
+1
2019-05-04
ice: Suppress false-positive style issues reported by static analyzer
Bruce Allan
1
-0
/
+1
2019-05-04
ice: Refactor getting/setting coalesce
Brett Creeley
1
-59
/
+93
2019-05-04
ice: Always free/allocate q_vectors
Brett Creeley
1
-20
/
+14
2019-05-04
ice: Do not unnecessarily initialize local variable
Bruce Allan
1
-1
/
+1
2019-05-04
ice: Add more validation in ice_vc_cfg_irq_map_msg
Michal Swiatkowski
4
-28
/
+36
2019-05-04
ice: Don't remove VLAN filters that were never programmed
Akeem G Abodunrin
2
-2
/
+16
2019-05-04
ice: Preserve VLAN Rx stripping settings
Tony Nguyen
1
-0
/
+4
2019-05-04
ice: Fix for allowing too many MDD events on VF
Michal Swiatkowski
1
-7
/
+8
[prev]
[next]