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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ixgbe: add warning when max_vfs is out of range.
Jacob Keller
2013-11-11
2
-8
/
+13
*
igb: Update link modes display in ethtool
Carolyn Wyborny
2013-11-11
1
-24
/
+27
*
ixgbe: deleting dfwd stations out of order can cause null ptr deref
John Fastabend
2013-11-08
1
-2
/
+6
*
ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPS
John Fastabend
2013-11-08
1
-6
/
+10
*
ixgbe: enable l2 forwarding acceleration for macvlans
John Fastabend
2013-11-08
4
-89
/
+443
*
ixgbe: fix inconsistent clearing of the multicast table
Emil Tantilov
2013-11-01
1
-8
/
+7
*
ixgbe: cleanup IXGBE_DESC_UNUSED
Don Skidmore
2013-11-01
2
-8
/
+12
*
ixgbe: Reduce memory consumption with larger page sizes
Anton Blanchard
2013-11-01
1
-0
/
+4
*
igb: Don't let ethtool try to write to iNVM in i210/i211
Fujinaka, Todd
2013-11-01
1
-1
/
+3
*
ixgbevf: remove redundant workaround
Emil Tantilov
2013-11-01
1
-9
/
+0
*
e1000: fix wrong queue idx calculation
Hong Zhiguo
2013-11-01
1
-2
/
+1
*
i40e: fix error return code in i40e_probe()
Wei Yongjun
2013-10-29
1
-1
/
+3
*
ixgbevf: Add zero_base handler to network statistics
Don Skidmore
2013-10-29
2
-34
/
+45
*
ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLL
Jacob Keller
2013-10-29
3
-0
/
+60
*
ixgbevf: implement CONFIG_NET_RX_BUSY_POLL
Jacob Keller
2013-10-29
2
-0
/
+177
*
ixgbevf: have clean_rx_irq return total_rx_packets cleaned
Jacob Keller
2013-10-29
1
-6
/
+7
*
ixgbevf: add ixgbevf_rx_skb
Jacob Keller
2013-10-29
1
-1
/
+15
*
ixgbe: remove unnecessary duplication of PCIe bandwidth display
Jacob Keller
2013-10-29
1
-23
/
+13
*
ixgbe: show <2% for encoding loss on PCIe Gen3
Jacob Keller
2013-10-29
1
-2
/
+2
*
ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_all
Jacob Keller
2013-10-29
2
-16
/
+38
*
ixgbevf: bump driver version
Don Skidmore
2013-10-24
1
-1
/
+1
*
ixgbevf: implement ethtool get/set coalesce
Jacob Keller
2013-10-24
3
-1
/
+84
*
ixgbevf: Adds function to set PSRTYPE register
Don Skidmore
2013-10-24
1
-2
/
+16
*
ixgbe: fix rx-usecs range checks for BQL
Emil Tantilov
2013-10-24
1
-3
/
+3
*
ixgbe: use pcie_capability_read_word() to simplify code
Yijing Wang
2013-10-24
1
-4
/
+2
*
ixgbe: cleanup ixgbe_enumerate_functions
Jacob Keller
2013-10-24
1
-8
/
+5
*
igb: fix driver reload with VF assigned to guest
Stefan Assmann
2013-10-24
1
-21
/
+16
*
igb: Fix master/slave mode for all m88 i354 PHY's
Carolyn Wyborny
2013-10-24
1
-5
/
+3
*
i40e: remove unused including <linux/version.h>
Wei Yongjun
2013-10-24
1
-1
/
+0
*
igbvf: add missing iounmap() on error in igbvf_probe()
Wei Yongjun
2013-10-24
1
-1
/
+2
*
igbvf: integer wrapping bug setting the mtu
Dan Carpenter
2013-10-24
1
-3
/
+2
*
i40e: Bump version
Catherine Sullivan
2013-10-22
1
-1
/
+1
*
i40e: use pf_id for pf function id in qtx_ctl
Shannon Nelson
2013-10-22
2
-3
/
+3
*
i40e: check vsi ptrs before dumping them
Shannon Nelson
2013-10-22
1
-16
/
+23
*
i40e: reorder block declarations in debugfs
Shannon Nelson
2013-10-22
1
-8
/
+8
*
i40e: tweaking icr0 handling for legacy irq
Shannon Nelson
2013-10-22
3
-8
/
+8
*
i40e: refactor fdir setup function
Jesse Brandeburg
2013-10-22
1
-45
/
+33
*
i40e: fix sign extension issue
Jesse Brandeburg
2013-10-22
1
-6
/
+6
*
i40e: fix use of untrusted scalar value warning
Jesse Brandeburg
2013-10-22
1
-16
/
+18
*
i40e: clamp debugfs nvm read command
Jesse Brandeburg
2013-10-22
1
-3
/
+5
*
i40e: debugfs fixups
Jesse Brandeburg
2013-10-22
1
-12
/
+26
*
i40e: fixup legacy interrupt handling
Shannon Nelson
2013-10-22
1
-6
/
+12
*
i40e: assign correct vector to VF
Mitch Williams
2013-10-22
1
-1
/
+1
*
i40e: don't free nonexistent rings
Mitch Williams
2013-10-22
1
-5
/
+6
*
i40e: do not flush after re-enabling interrupts
Jesse Brandeburg
2013-10-22
2
-3
/
+2
*
net: e100: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-21
1
-2
/
+0
*
i40e: Bump version
Catherine Sullivan
2013-10-10
1
-1
/
+1
*
i40e: Add support for 64 bit netstats
Alexander Duyck
2013-10-10
4
-15
/
+95
*
i40e: Move rings from pointer to array to array of pointers
Alexander Duyck
2013-10-10
6
-185
/
+204
*
i40e: Replace ring container array with linked list
Alexander Duyck
2013-10-10
3
-53
/
+58
[next]