index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
igb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
2018-11-21
1
-4
/
+6
*
igb: Fix format with line continuation whitespace
Joe Perches
2018-11-21
1
-7
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-12
1
-5
/
+7
|
\
|
*
igb: shorten maximum PHC timecounter update interval
Miroslav Lichvar
2018-11-06
1
-5
/
+7
*
|
igb: extend PTP gettime function to read system clock
Miroslav Lichvar
2018-11-10
1
-10
/
+55
*
|
i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURE
Todd Fujinaka
2018-11-07
1
-1
/
+1
*
|
intel-ethernet: software timestamp skbs as late as possible
Jacob Keller
2018-11-07
1
-2
/
+2
|
/
*
igb: shorten maximum PHC timecounter update interval
Miroslav Lichvar
2018-10-31
1
-1
/
+7
*
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-10-25
1
-9
/
+0
|
\
|
*
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
2018-10-02
1
-9
/
+0
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-09-25
1
-30
/
+0
|
\
\
|
*
|
igb: remove ndo_poll_controller
Eric Dumazet
2018-09-24
1
-30
/
+0
|
|
/
*
/
intel-ethernet: use correct module license
Jesse Brandeburg
2018-09-19
1
-1
/
+1
|
/
*
igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()
Jia-Ju Bai
2018-08-24
1
-1
/
+1
*
igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()
Jia-Ju Bai
2018-08-24
1
-2
/
+2
*
igb: Use an advanced ctx descriptor for launchtime
Jesus Sanchez-Palencia
2018-08-24
1
-1
/
+2
*
Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-08-16
1
-1
/
+0
|
\
|
*
igb: Remove unnecessary include of <linux/pci-aspm.h>
Bjorn Helgaas
2018-08-06
1
-1
/
+0
*
|
igb: e1000_phy: Mark expected switch fall-through
Gustavo A. R. Silva
2018-08-08
1
-0
/
+1
*
|
igb: e1000_82575: Mark expected switch fall-through
Gustavo A. R. Silva
2018-08-08
1
-0
/
+1
*
|
igb_main: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-08-08
1
-0
/
+2
*
|
igb: Use dma_wmb() instead of wmb() before doorbell writes
Venkatesh Srinivas
2018-07-26
1
-2
/
+2
*
|
igb: Remove superfluous reset to PHY and page 0 selection
Christian Grönke
2018-07-26
1
-12
/
+0
*
|
igb: Add support for ETF offload
Jesus Sanchez-Palencia
2018-07-04
3
-17
/
+138
*
|
igb: Only call skb_tx_timestamp after descriptors are ready
Jesus Sanchez-Palencia
2018-07-04
1
-2
/
+2
*
|
igb: Refactor igb_offload_cbs()
Jesus Sanchez-Palencia
2018-07-04
1
-9
/
+14
*
|
igb: Only change Tx arbitration when CBS is on
Jesus Sanchez-Palencia
2018-07-04
1
-16
/
+33
*
|
igb: Refactor igb_configure_cbs()
Jesus Sanchez-Palencia
2018-07-04
1
-32
/
+28
*
|
net: sched: pass extack pointer to block binds and cb registration
John Hurley
2018-06-26
1
-1
/
+1
*
|
cls_flower: fix error values for commands not supported by drivers
Jiri Pirko
2018-06-25
1
-1
/
+1
|
/
*
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-13
1
-4
/
+4
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-3
/
+4
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-4
/
+4
*
igb: Wait 10ms just once after TX queues reset
Sergey Nemov
2018-06-04
1
-5
/
+8
*
igb: Clear TSICR interrupts together with ICR
Joanna Yurdal
2018-06-04
1
-0
/
+2
*
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-27
21
-460
/
+22
*
igb: Add support for adding offloaded clsflower filters
Vinicius Costa Gomes
2018-04-25
2
-2
/
+188
*
igb: Add the skeletons for tc-flower offloading
Vinicius Costa Gomes
2018-04-25
1
-0
/
+66
*
igb: Add MAC address support for ethtool nftuple filters
Vinicius Costa Gomes
2018-04-25
1
-4
/
+39
*
igb: Enable nfc filters to specify MAC addresses
Vinicius Costa Gomes
2018-04-25
2
-0
/
+32
*
igb: Allow filters to be added for the local MAC address
Vinicius Costa Gomes
2018-04-25
1
-4
/
+36
*
igb: Add support for enabling queue steering in filters
Vinicius Costa Gomes
2018-04-25
3
-0
/
+33
*
igb: Add support for MAC address filters specifying source addresses
Vinicius Costa Gomes
2018-04-25
3
-5
/
+37
*
igb: Enable the hardware traffic class feature bit for igb models
Vinicius Costa Gomes
2018-04-25
1
-0
/
+3
*
igb: Fix queue selection on MAC filters on i210
Vinicius Costa Gomes
2018-04-25
1
-2
/
+7
*
igb: Fix not adding filter elements to the list
Vinicius Costa Gomes
2018-04-25
1
-1
/
+1
*
igb: Fix the transmission mode of queue 0 for Qav mode
Vinicius Costa Gomes
2018-04-24
1
-1
/
+16
*
ethernet: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-1
/
+1
*
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
2018-03-23
21
-0
/
+21
*
igb: Fix a test with HWTSTAMP_TX_ON
Christophe JAILLET
2018-03-05
1
-1
/
+1
[next]