index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ixgbe: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-12
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-12
1
-4
/
+11
|
\
|
*
i40e: Fix kernel panic on enable/disable LLDP
Dave Ertman
2016-09-01
1
-4
/
+11
*
|
ixgbe: Eliminate useless message and improve logic
Mark Rustad
2016-08-30
1
-11
/
+5
*
|
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2016-08-30
10
-122
/
+200
|
\
\
|
*
|
fm10k: don't re-map queues when a mailbox message suffices
Jacob Keller
2016-08-29
1
-17
/
+29
|
*
|
fm10k: don't clear the RXQCTL register when enabling or disabling queues
Jacob Keller
2016-08-29
1
-3
/
+5
|
*
|
fm10k: remove unnecessary extra parenthesis around ((~value))
Jacob Keller
2016-08-29
1
-1
/
+1
|
*
|
fm10k: add support for Rx offloads on one Geneve tunnel
Jacob Keller
2016-08-29
4
-4
/
+31
|
*
|
fm10k: rework vxlan_port offload before adding geneve support
Jacob Keller
2016-08-29
3
-78
/
+93
|
*
|
fm10k: don't try to stop queues if we've lost hw_addr
Jacob Keller
2016-08-29
1
-0
/
+3
|
*
|
fm10k: don't continue probe if PCI device not in normal IO state
Jacob Keller
2016-08-29
1
-0
/
+6
|
*
|
fm10k: print error code when pci_enable_device_mem fails during probe
Jacob Keller
2016-08-29
1
-1
/
+4
|
*
|
fm10k: NAPI polling routine must return actual work done
Jacob Keller
2016-08-29
1
-1
/
+1
|
*
|
fm10k: prefer READ_ONCE instead of ACCESS_ONCE
Jacob Keller
2016-08-29
5
-9
/
+9
|
*
|
fm10k: remove fm10k_get_reta_size from namespace
Jacob Keller
2016-08-29
2
-2
/
+1
|
*
|
fm10k: use variadic form of alloc_workqueue
Jacob Keller
2016-08-29
1
-1
/
+1
|
*
|
fm10k: use software values when checking for Tx hangs in hot path
Jacob Keller
2016-08-29
3
-6
/
+17
|
*
|
fm10k: fix PCI device enable_cnt leak in .io_slot_reset
Jacob Keller
2016-08-29
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-30
3
-13
/
+33
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
i40e: Change some init flow for the client
Anjali Singhai Jain
2016-08-25
2
-12
/
+30
|
*
ixgbe: Do not clear RAR entry when clearing VMDq for SAN MAC
Alexander Duyck
2016-08-19
1
-1
/
+3
*
|
ixgbe: Add support for new X557 device
Don Skidmore
2016-08-20
4
-0
/
+11
*
|
ixgbe: add device to MDIO speed setting
Don Skidmore
2016-08-20
1
-0
/
+2
*
|
ixgbe: Fix led interface for X557 devices
Don Skidmore
2016-08-20
2
-2
/
+53
*
|
ixgbe: add support for geneve Rx offload
Emil Tantilov
2016-08-20
3
-51
/
+134
*
|
ixgbevf: fix incorrect MAC address on load
Emil Tantilov
2016-08-20
1
-7
/
+14
*
|
ixgbe: report correct media type for KR, KX and KX4 interfaces
Veola Nazareth
2016-08-20
1
-1
/
+3
*
|
i40evf: Open RDMA Client after reset
Avinash Dayanand
2016-08-19
1
-0
/
+2
*
|
i40e/i40evf: Fix indentation
Jeff Kirsher
2016-08-19
2
-92
/
+96
*
|
i40e: Correcting mutex usage in client code
Avinash Dayanand
2016-08-19
1
-0
/
+1
*
|
i40e: Remove XSTRINGIFY macro definitions and uses
Joe Perches
2016-08-19
2
-7
/
+3
*
|
i40e: Initialize pointer in client_release function
Harshitha Ramamurthy
2016-08-19
1
-2
/
+2
*
|
i40e: Check client is open before calling client ops
Catherine Sullivan
2016-08-19
1
-0
/
+25
*
|
i40e: use matching format identifiers
Heinrich Schuchardt
2016-08-19
1
-13
/
+13
*
|
i40e: Add support for HMC resource and profile for X722
Carolyn Wyborny
2016-08-19
2
-0
/
+42
*
|
i40e: Fix byte ordering in ARP NS code for X722
Carolyn Wyborny
2016-08-19
2
-34
/
+42
*
|
i40e: refactor tail_bump check
Carolyn Wyborny
2016-08-19
2
-8
/
+4
*
|
i40evf: report link speed
Mitch Williams
2016-08-19
3
-12
/
+70
*
|
i40e: use alloc_workqueue instead of create_singlethread_workqueue
Jacob Keller
2016-08-19
2
-2
/
+4
*
|
i40e: use configured RSS key and lookup table in i40e_vsi_config_rss
Jacob Keller
2016-08-19
1
-4
/
+17
*
|
i40e: fix broken i40e_config_rss_aq function
Jacob Keller
2016-08-19
1
-34
/
+23
*
|
i40e: move i40e_vsi_config_rss below i40e_get_rss_aq
Jacob Keller
2016-08-19
1
-27
/
+27
*
|
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2016-08-19
4
-19
/
+15
|
\
\
|
*
|
ixgbe: use atomic bitwise operations when handling reset requests
Emil Tantilov
2016-08-18
2
-10
/
+8
|
*
|
ixgbevf: only check Tx queue enablement when debugging
Emil Tantilov
2016-08-18
1
-1
/
+1
|
*
|
ixgbevf: change hw_dbg to use netdev_dbg
Emil Tantilov
2016-08-18
2
-7
/
+5
|
*
|
ixgbe: only check Tx queue enablement when debugging
Emil Tantilov
2016-08-18
1
-1
/
+1
*
|
|
igb: fix error code in igb_add_ethtool_nfc_entry()
Gangfeng Huang
2016-08-18
1
-1
/
+1
*
|
|
igb: support RX flow classification by VLAN priority
Gangfeng Huang
2016-08-18
4
-7
/
+92
[prev]
[next]