index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-01
ixgbe: fix inconsistent clearing of the multicast table
Emil Tantilov
1
-8
/
+7
2013-11-01
ixgbe: cleanup IXGBE_DESC_UNUSED
Don Skidmore
2
-8
/
+12
2013-11-01
ixgbe: Reduce memory consumption with larger page sizes
Anton Blanchard
1
-0
/
+4
2013-11-01
igb: Don't let ethtool try to write to iNVM in i210/i211
Fujinaka, Todd
1
-1
/
+3
2013-11-01
ixgbevf: remove redundant workaround
Emil Tantilov
1
-9
/
+0
2013-11-01
e1000: fix wrong queue idx calculation
Hong Zhiguo
1
-2
/
+1
2013-10-29
i40e: fix error return code in i40e_probe()
Wei Yongjun
1
-1
/
+3
2013-10-29
ixgbevf: Add zero_base handler to network statistics
Don Skidmore
2
-34
/
+45
2013-10-29
ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLL
Jacob Keller
3
-0
/
+60
2013-10-29
ixgbevf: implement CONFIG_NET_RX_BUSY_POLL
Jacob Keller
2
-0
/
+177
2013-10-29
ixgbevf: have clean_rx_irq return total_rx_packets cleaned
Jacob Keller
1
-6
/
+7
2013-10-29
ixgbevf: add ixgbevf_rx_skb
Jacob Keller
1
-1
/
+15
2013-10-29
ixgbe: remove unnecessary duplication of PCIe bandwidth display
Jacob Keller
1
-23
/
+13
2013-10-29
ixgbe: show <2% for encoding loss on PCIe Gen3
Jacob Keller
1
-2
/
+2
2013-10-29
ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_all
Jacob Keller
2
-16
/
+38
2013-10-24
ixgbevf: bump driver version
Don Skidmore
1
-1
/
+1
2013-10-24
ixgbevf: implement ethtool get/set coalesce
Jacob Keller
3
-1
/
+84
2013-10-24
ixgbevf: Adds function to set PSRTYPE register
Don Skidmore
1
-2
/
+16
2013-10-24
ixgbe: fix rx-usecs range checks for BQL
Emil Tantilov
1
-3
/
+3
2013-10-24
ixgbe: use pcie_capability_read_word() to simplify code
Yijing Wang
1
-4
/
+2
2013-10-24
ixgbe: cleanup ixgbe_enumerate_functions
Jacob Keller
1
-8
/
+5
2013-10-24
igb: fix driver reload with VF assigned to guest
Stefan Assmann
1
-21
/
+16
2013-10-24
igb: Fix master/slave mode for all m88 i354 PHY's
Carolyn Wyborny
1
-5
/
+3
2013-10-24
i40e: remove unused including <linux/version.h>
Wei Yongjun
1
-1
/
+0
2013-10-24
igbvf: add missing iounmap() on error in igbvf_probe()
Wei Yongjun
1
-1
/
+2
2013-10-24
igbvf: integer wrapping bug setting the mtu
Dan Carpenter
1
-3
/
+2
2013-10-22
i40e: Bump version
Catherine Sullivan
1
-1
/
+1
2013-10-22
i40e: use pf_id for pf function id in qtx_ctl
Shannon Nelson
2
-3
/
+3
2013-10-22
i40e: check vsi ptrs before dumping them
Shannon Nelson
1
-16
/
+23
2013-10-22
i40e: reorder block declarations in debugfs
Shannon Nelson
1
-8
/
+8
2013-10-22
i40e: tweaking icr0 handling for legacy irq
Shannon Nelson
3
-8
/
+8
2013-10-22
i40e: refactor fdir setup function
Jesse Brandeburg
1
-45
/
+33
2013-10-22
i40e: fix sign extension issue
Jesse Brandeburg
1
-6
/
+6
2013-10-22
i40e: fix use of untrusted scalar value warning
Jesse Brandeburg
1
-16
/
+18
2013-10-22
i40e: clamp debugfs nvm read command
Jesse Brandeburg
1
-3
/
+5
2013-10-22
i40e: debugfs fixups
Jesse Brandeburg
1
-12
/
+26
2013-10-22
i40e: fixup legacy interrupt handling
Shannon Nelson
1
-6
/
+12
2013-10-22
i40e: assign correct vector to VF
Mitch Williams
1
-1
/
+1
2013-10-22
i40e: don't free nonexistent rings
Mitch Williams
1
-5
/
+6
2013-10-22
i40e: do not flush after re-enabling interrupts
Jesse Brandeburg
2
-3
/
+2
2013-10-21
net: e100: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-10-09
i40e: Bump version
Catherine Sullivan
1
-1
/
+1
2013-10-09
i40e: Add support for 64 bit netstats
Alexander Duyck
4
-15
/
+95
2013-10-09
i40e: Move rings from pointer to array to array of pointers
Alexander Duyck
6
-185
/
+204
2013-10-09
i40e: Replace ring container array with linked list
Alexander Duyck
3
-53
/
+58
2013-10-09
i40e: Move q_vectors from pointer to array to array of pointers
Alexander Duyck
4
-60
/
+112
2013-10-09
i40e: Split bytes and packets from Rx/Tx stats
Alexander Duyck
5
-26
/
+28
2013-10-09
i40e: Add support for Tx byte queue limits
Alexander Duyck
1
-0
/
+15
2013-10-09
i40e: Drop dead code and flags from Tx hotpath
Alexander Duyck
2
-27
/
+5
2013-10-09
i40e: clean up Tx fast path
Alexander Duyck
2
-99
/
+122
[next]