index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
*
fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads
Alexander Duyck
2014-12-11
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-12-11
1
-23
/
+10
|
\
|
*
ethernet/intel: Use napi_alloc_skb
Alexander Duyck
2014-12-10
1
-2
/
+1
|
*
ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
Alexander Duyck
2014-12-08
1
-14
/
+5
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-29
1
-7
/
+16
|
|
\
|
*
|
igb: use netdev_rss_key_fill() helper
Eric Dumazet
2014-11-16
1
-6
/
+3
|
*
|
fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page
Alexander Duyck
2014-11-12
1
-1
/
+1
*
|
|
Merge branch 'pm-runtime'
Rafael J. Wysocki
2014-12-08
1
-5
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIME
Rafael J. Wysocki
2014-12-05
1
-5
/
+1
|
|
/
*
/
igb: Fixes needed for surprise removal support
Carolyn Wyborny
2014-11-23
1
-7
/
+16
|
/
*
igb: don't reuse pages with pfmemalloc flag
Roman Gushchin
2014-10-30
1
-1
/
+5
*
igb: fix race accessing page->_count
Eric Dumazet
2014-10-10
1
-4
/
+3
*
igb: bump version to 5.2.15
Todd Fujinaka
2014-10-02
1
-1
/
+1
*
i40e/igb: Convert to dev_consume_skb_any()
Rick Jones
2014-10-02
1
-1
/
+1
*
igb: remove blocking phy read from inside spinlock
Bernhard Kaindl
2014-10-02
1
-12
/
+0
*
igb: add flags to set eee advertisement mode
Todd Fujinaka
2014-09-06
1
-4
/
+4
*
igb: use new eth_get_headlen interface
Alexander Duyck
2014-09-05
1
-108
/
+1
*
igb: flush when in xmit_more mode and under descriptor pressure
David S. Miller
2014-08-28
1
-39
/
+39
*
net: Remove ndo_xmit_flush netdev operation, use signalling instead.
David S. Miller
2014-08-25
1
-24
/
+12
*
igb: Support netdev_ops->ndo_xmit_flush()
David S. Miller
2014-08-24
1
-11
/
+24
*
igb: bump igb version to 5.2.13
Todd Fujinaka
2014-07-24
1
-2
/
+2
*
igb: Add message when malformed packets detected by hw
Carolyn Wyborny
2014-07-24
1
-0
/
+25
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-16
1
-0
/
+16
|
\
|
*
igb: do a reset on SR-IOV re-init if device is down
Stefan Assmann
2014-07-10
1
-0
/
+2
|
*
igb: Workaround for i210 Errata 25: Slow System Clock
Todd Fujinaka
2014-07-10
1
-0
/
+14
*
|
igb: bring link up when PHY is powered up
Todd Fujinaka
2014-07-01
1
-0
/
+2
|
/
*
igb: unhide invariant returns
Todd Fujinaka
2014-06-11
1
-8
/
+7
*
igb: add defaults for i210 TX/RX PBSIZE
Todd Fujinaka
2014-06-03
1
-0
/
+6
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2014-05-23
1
-1
/
+0
|
\
|
*
i40e,igb,ixgbe: remove usless return statements
Stephen Hemminger
2014-05-23
1
-1
/
+0
*
|
net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...
Sucheta Chakraborty
2014-05-23
1
-7
/
+13
|
/
*
igb: Change memcpy to struct assignment
Carolyn Wyborny
2014-04-24
1
-1
/
+1
*
igb: Cleanups to remove unneeded extern declaration
Carolyn Wyborny
2014-04-24
1
-1
/
+0
*
igb: Cleanups to replace deprecated DEFINE_PCI_DEVICE_TABLE
Carolyn Wyborny
2014-04-24
1
-1
/
+1
*
igb: Cleanups to fix static initialization
Carolyn Wyborny
2014-04-24
1
-1
/
+1
*
igb: Cleanups to fix msleep warnings
Carolyn Wyborny
2014-04-24
1
-3
/
+3
*
igb: Cleanups to fix line length warnings
Carolyn Wyborny
2014-04-24
1
-3
/
+5
*
igb: Cleanups to remove return parentheses
Carolyn Wyborny
2014-04-24
1
-3
/
+3
*
igb: Cleanups to fix missing break in switch statements
Carolyn Wyborny
2014-04-24
1
-0
/
+4
*
igb: Cleanups to fix assignment in if error
Carolyn Wyborny
2014-04-24
1
-1
/
+2
*
igb: Cleanups to change comment style on license headers
Carolyn Wyborny
2014-04-24
1
-28
/
+25
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-04-24
1
-1
/
+3
|
\
|
*
igb: fix stats for i210 rx_fifo_errors
Todd Fujinaka
2014-04-18
1
-1
/
+3
*
|
igb: Cleanups to fix incorrect indentation
Carolyn Wyborny
2014-04-23
1
-6
/
+24
*
|
igb: Cleanups to fix braces location warnings
Carolyn Wyborny
2014-04-23
1
-6
/
+4
*
|
igb: Cleanups for messaging
Carolyn Wyborny
2014-04-23
1
-22
/
+12
|
/
*
igb: fix last_rx_timestamp usage
Jakub Kicinski
2014-04-11
1
-1
/
+3
*
igb: remove open-coded skb_cow_head
Francois Romieu
2014-04-11
1
-5
/
+4
*
INTEL-IGB: Convert iounmap to pci_iounmap
Peter Senna Tschudin
2014-03-31
1
-2
/
+2
*
igb: fix race conditions on queuing skb for HW time stamp
Jakub Kicinski
2014-03-28
1
-1
/
+2
[next]