index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
igb
/
igb_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-23
igb: Cleanups to fix incorrect indentation
Carolyn Wyborny
1
-6
/
+24
2014-04-23
igb: Cleanups to fix braces location warnings
Carolyn Wyborny
1
-6
/
+4
2014-04-23
igb: Cleanups for messaging
Carolyn Wyborny
1
-22
/
+12
2014-04-18
igb: fix stats for i210 rx_fifo_errors
Todd Fujinaka
1
-1
/
+3
2014-04-11
igb: fix last_rx_timestamp usage
Jakub Kicinski
1
-1
/
+3
2014-04-11
igb: remove open-coded skb_cow_head
Francois Romieu
1
-5
/
+4
2014-03-31
INTEL-IGB: Convert iounmap to pci_iounmap
Peter Senna Tschudin
1
-2
/
+2
2014-03-28
igb: fix race conditions on queuing skb for HW time stamp
Jakub Kicinski
1
-1
/
+2
2014-03-28
igb: never generate both software and hardware timestamps
Jakub Kicinski
1
-2
/
+2
2014-03-21
igb: Unset IGB_FLAG_HAS_MSIX-flag when falling back to msi-only
Christoph Paasch
1
-0
/
+1
2014-03-21
igb: Fix Null-pointer dereference in igb_reset_q_vector
Christoph Paasch
1
-0
/
+6
2014-03-21
igb: add register rd/wr for surprise removal
Fujinaka, Todd
1
-0
/
+22
2014-03-21
igb: implement SIOCGHWTSTAMP ioctl
Jacob Keller
1
-1
/
+3
2014-03-19
igb: Convert uses of __constant_<foo> to <foo>
Joe Perches
1
-6
/
+6
2014-03-19
igb: enable VLAN stripping for VMs with i350
Stefan Assmann
1
-0
/
+7
2014-03-18
igb: remove references to long gone command line parameters
Fernando Luis Vazquez Cao
1
-4
/
+2
2014-03-14
igb: Don't receive packets when the napi budget == 0
Eric W. Biederman
1
-2
/
+2
2014-03-14
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
1
-4
/
+4
2014-03-14
igb: Fix code comment
Jeff Kirsher
1
-1
/
+1
2014-03-12
igb: Fix for devices using ethtool for EEE settings
Carolyn Wyborny
1
-14
/
+55
2014-03-12
net: igb calls skb_set_hash
Tom Herbert
1
-1
/
+3
2014-02-26
igb: Update license text to remove FSF address and update copyright.
Carolyn Wyborny
1
-4
/
+3
2014-02-18
igb: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-4
/
+5
2013-12-17
igb: Change to use statically allocated array for MSIx entries
Carolyn Wyborny
1
-23
/
+15
2013-12-17
igb: Fix queue allocation method to accommodate changing during runtime
Carolyn Wyborny
1
-22
/
+44
2013-12-10
igb: Add new feature Media Auto Sense for 82580 devices only
Carolyn Wyborny
1
-0
/
+193
2013-12-10
igb: Support ports mapped in 64-bit PCI space
Aaron Sierra
1
-7
/
+3
2013-12-10
igb: Add media switching feature for i354 PHY's
Carolyn Wyborny
1
-0
/
+6
2013-11-14
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+5
2013-11-14
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-12
/
+6
2013-11-06
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
1
-0
/
+5
2013-10-24
igb: fix driver reload with VF assigned to guest
Stefan Assmann
1
-21
/
+16
2013-10-02
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
1
-1
/
+1
2013-10-01
igb: Add ethtool support to configure number of channels
Laura Mihaela Vasilescu
1
-0
/
+22
2013-09-21
DMA-API: net: intel/igb: fix 32-bit DMA mask handling
Russell King
1
-12
/
+6
2013-09-04
igb: Update version number
Akeem G Abodunrin
1
-1
/
+1
2013-09-04
igb: Implementation of 1-sec delay for i210 devices
Akeem G Abodunrin
1
-3
/
+29
2013-09-04
igb: Don't look for a PBA in the iNVM when flashless
Todd Fujinaka
1
-1
/
+8
2013-08-22
igb: Expose RSS indirection table for ethtool
Laura Mihaela Vasilescu
1
-21
/
+7
2013-08-22
igb: Add macro for size of RETA indirection table
Laura Mihaela Vasilescu
1
-1
/
+1
2013-08-22
igb: Fix get_fw_version function for all parts
Carolyn Wyborny
1
-9
/
+19
2013-08-22
igb: Add device support for flashless SKU of i210 device
Carolyn Wyborny
1
-0
/
+2
2013-08-22
igb: Refactor NVM read functions to accommodate devices with no flash
Carolyn Wyborny
1
-3
/
+16
2013-08-22
igb: Update MTU so that it is always at least a standard frame size
Alexander Duyck
1
-0
/
+4
2013-08-22
igb: don't allow SR-IOV without MSI-X
Mitch A Williams
1
-0
/
+5
2013-08-22
igb: Added rcu_lock to avoid race
Akeem G Abodunrin
1
-1
/
+4
2013-08-22
igb: Read register for latch_on without return value
Akeem G Abodunrin
1
-10
/
+4
2013-07-28
igb: fix vlan filtering in promisc mode when not in VT mode
Emil Tantilov
1
-2
/
+1
2013-05-21
igb: Fix possible panic caused by Rx traffic arrival while interface is down
Carolyn Wyborny
1
-2
/
+5
2013-05-21
igb: Add update to last_rx_timestamp in Rx rings
Matthew Vick
1
-1
/
+1
[prev]
[next]