index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
igb
/
igb_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
igb: Fix TX map failure path
Jean-Philippe Brucker
2017-10-26
1
-1
/
+1
*
igb: do not drop PF mailbox lock after read of VF message
Greg Edwards
2017-08-08
1
-4
/
+10
*
igb: Remove incorrect "unexpected SYS WRAP" log message
Corinna Vinschen
2017-08-08
1
-2
/
+0
*
igb: protect TX timestamping from API misuse
Cliff Spradlin
2017-08-08
1
-1
/
+2
*
igb: Fix error of RX network flow classification
Gangfeng Huang
2017-08-08
1
-2
/
+2
*
igb: make a few local functions static
Colin Ian King
2017-06-07
1
-6
/
+6
*
igb: Remove useless argument
Benjamin Poirier
2017-06-06
1
-5
/
+5
*
igb: check for Tx timestamp timeouts during watchdog
Jacob Keller
2017-06-06
1
-0
/
+1
*
igb: add statistic indicating number of skipped Tx timestamps
Jacob Keller
2017-06-06
1
-0
/
+2
*
igb: avoid permanent lock of *_PTP_TX_IN_PROGRESS
Jacob Keller
2017-06-06
1
-5
/
+18
*
igb: mark PM functions as __maybe_unused
Arnd Bergmann
2017-06-06
1
-13
/
+5
*
igb: Enable reading of wake up packet
Kim Tatt Chuah
2017-04-20
1
-1
/
+35
*
igb/igbvf: Add VF MAC filter request capabilities
Yury Kylulin
2017-04-20
1
-13
/
+134
*
igb: improve MAC filter handling
Yury Kylulin
2017-04-20
1
-65
/
+181
*
igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code comment
Alexander Duyck
2017-03-17
1
-1
/
+1
*
igb: Re-add support for build_skb in igb
Alexander Duyck
2017-03-17
1
-0
/
+47
*
igb: Break out Rx buffer page management
Alexander Duyck
2017-03-17
1
-114
/
+121
*
igb: Add support for padding packet
Alexander Duyck
2017-03-17
1
-2
/
+12
*
igb: Add support for using order 1 pages to receive large frames
Alexander Duyck
2017-03-17
1
-17
/
+47
*
igb: Use page_address offset from page instead of masking virtual address
Alexander Duyck
2017-03-17
1
-6
/
+5
*
igb: Limit maximum frame Rx based on MTU
Alexander Duyck
2017-03-17
1
-4
/
+17
*
igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ring
Alexander Duyck
2017-03-17
1
-47
/
+73
*
igb: Clear Rx buffer_info in configure instead of clean
Alexander Duyck
2017-03-17
1
-14
/
+10
*
igb: Use length to determine if descriptor is done
Alexander Duyck
2017-03-17
1
-6
/
+8
*
igb: Add support for DMA_ATTR_WEAK_ORDERING
Alexander Duyck
2017-03-17
1
-3
/
+3
*
net: Remove usage of net_device last_rx member
Tobias Klauser
2017-01-18
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-11
1
-3
/
+3
|
\
|
*
mm: rename __page_frag functions to __page_frag_cache, drop order from drain
Alexander Duyck
2017-01-10
1
-3
/
+3
*
|
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-6
/
+4
*
|
igb: close/suspend race in netif_device_detach
Todd Fujinaka
2017-01-06
1
-9
/
+12
*
|
igb: re-assign hw address pointer on reset after PCI error
Guilherme G Piccoli
2017-01-06
1
-0
/
+5
*
|
igb: use igb_adapter->io_addr instead of e1000_hw->hw_addr
Cao jin
2017-01-06
1
-2
/
+2
|
/
*
igb: update code to better handle incrementing page count
Alexander Duyck
2016-12-14
1
-7
/
+17
*
igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNC
Alexander Duyck
2016-12-14
1
-20
/
+33
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
1
-2
/
+6
|
\
|
*
igb/igbvf: Don't use lco_csum to compute IPv4 checksum
Alexander Duyck
2016-12-01
1
-2
/
+6
*
|
ethernet/intel: use core min/max MTU checking
Jarod Wilson
2016-10-18
1
-11
/
+4
|
/
*
igb: bump version to igb-5.4.0
Todd Fujinaka
2016-09-27
1
-1
/
+1
*
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
2016-09-24
1
-3
/
+6
*
igb: add support of RX network flow classification
Gangfeng Huang
2016-08-18
1
-0
/
+45
*
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-08-02
1
-7
/
+3
|
\
|
*
ethernet/intel: Use pci_(request|release)_mem_regions
Johannes Thumshirn
2016-06-23
1
-7
/
+3
*
|
igb: Only DMA sync frame length
Andrew Lunn
2016-06-29
1
-3
/
+4
*
|
igb: call igb_ptp_suspend during suspend/resume cycle
Jacob Keller
2016-06-29
1
-0
/
+2
*
|
igb: re-use igb_ptp_reset in igb_ptp_init
Jacob Keller
2016-06-29
1
-1
/
+2
|
/
*
intel: Add support for IPv6 IP-in-IP offload
Alexander Duyck
2016-05-20
1
-0
/
+1
*
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
2016-05-20
1
-2
/
+1
*
igb/igbvf: Add support for GSO partial
Alexander Duyck
2016-05-13
1
-41
/
+96
*
igb: make igb_update_pf_vlvf static
Jacob Keller
2016-05-13
1
-1
/
+1
*
igb: use BIT() macro or unsigned prefix
Jacob Keller
2016-05-13
1
-24
/
+24
[next]