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
2015-04-14
fm10k: Bump driver version to 0.15.2
Jeff Kirsher
1
-1
/
+1
2015-04-14
fm10k: corrected VF multicast update
Jeff Kirsher
1
-2
/
+5
2015-04-14
fm10k: mbx_update_max_size does not drop all oversized messages
Jeff Kirsher
1
-3
/
+6
2015-04-14
fm10k: reset head instead of calling update_max_size
Jeff Kirsher
1
-2
/
+16
2015-04-14
fm10k: renamed mbx_tx_dropped to mbx_tx_oversized
Jeff Kirsher
1
-1
/
+1
2015-04-14
fm10k: update xcast mode before synchronizing multicast addresses
Jeff Kirsher
1
-11
/
+11
2015-04-14
fm10k: start service timer on probe
Jeff Kirsher
1
-3
/
+6
2015-04-14
fm10k: fix function header comment
Jeff Kirsher
1
-2
/
+1
2015-04-14
fm10k: comment next_vf_mbx flow
Jeff Kirsher
1
-0
/
+11
2015-04-14
fm10k: don't handle mailbox events in iov_event path and always process mailbox
Jeff Kirsher
2
-32
/
+5
2015-04-14
fm10k: use separate workqueue for fm10k driver
Jeff Kirsher
3
-1
/
+16
2015-04-14
fm10k: Set PF queues to unlimited bandwidth during virtualization
Jeff Kirsher
1
-1
/
+2
2015-04-14
fm10k: expose tx_timeout_count as an ethtool stat
Jeff Kirsher
1
-0
/
+2
2015-04-14
fm10k: only increment tx_timeout_count in Tx hang path
Jeff Kirsher
1
-1
/
+0
2015-04-14
fm10k: remove extraneous "Reset interface" message
Jeff Kirsher
1
-1
/
+0
2015-04-14
fm10k: separate PF only stats so that VF does not display them
Jeff Kirsher
1
-14
/
+37
2015-04-14
fm10k: use hw->mac.max_queues for stats
Jeff Kirsher
2
-8
/
+12
2015-04-14
fm10k: only show actual queues, not the maximum in hardware
Jeff Kirsher
1
-2
/
+3
2015-04-14
fm10k: allow creation of VLAN on default vid
Jeff Kirsher
1
-4
/
+4
2015-04-14
fm10k: fix unused warnings
Jeff Kirsher
7
-37
/
+35
2015-04-14
fm10k: Add netconsole support
Jeff Kirsher
3
-0
/
+28
2015-04-14
fm10k: Have the VF get the default VLAN during init
Jeff Kirsher
1
-1
/
+5
2015-04-14
fm10k: Correct spelling mistake
Jeff Kirsher
1
-2
/
+2
2015-04-14
fm10k: Remove redundant rx_errors in ethtool
Jeff Kirsher
3
-7
/
+4
2015-04-14
fm10k: Corrected an error in Tx statistics
Jeff Kirsher
1
-2
/
+2
2015-04-13
e1000e: Move pm_qos_req to e1000e adapter
Thomas Graf
2
-4
/
+5
2015-04-11
ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key
Vlad Zolotarov
1
-0
/
+69
2015-04-11
ixgbevf: Add RSS Key query code
Vlad Zolotarov
4
-0
/
+57
2015-04-11
ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set
Vlad Zolotarov
2
-0
/
+22
2015-04-11
ixgbevf: Add a RETA query code
Vlad Zolotarov
5
-1
/
+80
2015-04-10
ixgbe: Add a RETA query command to VF-PF channel API
Vlad Zolotarov
2
-0
/
+39
2015-04-10
ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS info
Vlad Zolotarov
4
-2
/
+40
2015-04-10
ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key
Vlad Zolotarov
3
-1
/
+44
2015-04-10
ixgbe: Refactor the RSS configuration code
Vlad Zolotarov
2
-44
/
+112
2015-04-10
ixgbe: Drop unnecessary call to rcu_barrier
Alexander Duyck
1
-2
/
+0
2015-04-10
ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features
Alexander Duyck
1
-1
/
+1
2015-04-10
ixgbe: adds x550 specific FCoE offloads
Vasu Dev
3
-27
/
+107
2015-04-10
ixgbe: add support for X550 source_address_prunning
Don Skidmore
3
-0
/
+77
2015-04-09
ixgbe: add new bridge mode support function.
Don Skidmore
1
-16
/
+34
2015-04-09
ixgbe: Move bridge mode from flag to variable
Don Skidmore
3
-19
/
+20
2015-04-09
e100: Use dma_rmb/wmb where appropriate
Alexander Duyck
1
-3
/
+3
2015-04-09
i40e/i40evf: Use dma_rmb where appropriate
Alexander Duyck
2
-4
/
+4
2015-04-08
e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering
Alexander Duyck
2
-7
/
+7
2015-04-03
i40e: Bump to version 1.3.1
Catherine Sullivan
1
-2
/
+2
2015-04-03
i40evf: Refactor VF RSS code
Anjali Singhai Jain
1
-32
/
+11
2015-04-03
i40evf: protect VLAN filter list
Mitch Williams
1
-2
/
+22
2015-04-03
i40e: Communicate VSI id in place of VSI index to the VFs
Anjali Singhai Jain
4
-53
/
+76
2015-04-03
i40e: stop flow director on shutdown
Mitch Williams
1
-0
/
+2
2015-04-03
i40e: fix up VXLAN messages
Shannon Nelson
1
-19
/
+19
2015-04-03
i40e: Don't register/de-register apps on NIC partitions in MFP mode
Neerav Parikh
1
-0
/
+8
[next]