index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
/
ixgbe_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ixgbe: add Linux NICS mailing list to contact info
Jacob Keller
2014-03-12
1
-0
/
+1
*
net: ixgbe calls skb_set_hash
Tom Herbert
2014-03-12
1
-1
/
+3
*
ixgbe: implement SIOCGHWTSTAMP ioctl
Jacob Keller
2014-03-02
1
-1
/
+3
*
ixgbe: Check config reads for removal
Mark Rustad
2014-03-02
1
-4
/
+54
*
ixgbe: Restore hw_addr in LER recovery paths
Mark Rustad
2014-03-02
1
-2
/
+4
*
ixgbe: Add WoL support for a new device
Mark Rustad
2014-02-26
1
-0
/
+1
*
ixgbe: modify behavior on receiving a HW ECC error.
Don Skidmore
2014-02-26
1
-6
/
+12
*
netdevice: add queue selection fallback handler for ndo_select_queue
Daniel Borkmann
2014-02-17
1
-3
/
+3
*
ixgbe: bump version number
Don Skidmore
2014-01-17
1
-1
/
+1
*
ixgbe: set driver_max_VFs should be done before enabling SRIOV
ethan.zhao
2014-01-17
1
-1
/
+1
*
ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63
ethan.zhao
2014-01-17
1
-2
/
+2
*
ixgbe: reinit_locked() should be called with rtnl_lock
John Fastabend
2014-01-16
1
-0
/
+2
*
ixgbe: Additional adapter removal checks
Mark Rustad
2014-01-14
1
-0
/
+16
*
ixgbe: Check register reads for adapter removal
Mark Rustad
2014-01-14
1
-4
/
+34
*
ixgbe: Use static inlines instead of macros
Mark Rustad
2014-01-14
1
-2
/
+2
*
ixbge: Protect ixgbe_down with __IXGBE_DOWN bit
Mark Rustad
2014-01-14
1
-1
/
+3
*
ixgbe: Indicate removal state explicitly
Mark Rustad
2014-01-14
1
-4
/
+8
*
net: core: explicitly select a txq before doing l2 forwarding
Jason Wang
2014-01-10
1
-20
/
+13
*
ixgbe: turn NETIF_F_HW_L2FW_DOFFLOAD off by default
John Fastabend
2013-11-30
1
-3
/
+2
*
ixgbe: ixgbe_fwd_ring_down needs to be static
John Fastabend
2013-11-30
1
-2
/
+2
*
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-11-14
1
-0
/
+4
|
\
|
*
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
2013-11-06
1
-0
/
+4
*
|
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2013-11-14
1
-10
/
+5
|
\
\
|
*
|
DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handling
Russell King
2013-09-21
1
-10
/
+5
*
|
|
ixgbe: add warning when max_vfs is out of range.
Jacob Keller
2013-11-11
1
-4
/
+13
*
|
|
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-07
1
-77
/
+403
*
|
|
ixgbe: fix inconsistent clearing of the multicast table
Emil Tantilov
2013-11-01
1
-8
/
+7
*
|
|
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
1
-4
/
+2
*
|
|
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
*
|
|
ixgbe: remove marketing names from busy poll code
Jacob Keller
2013-10-01
1
-2
/
+2
|
|
/
|
/
|
*
|
ixgbe: limit setting speed to only one at a time for QSFP modules
Emil Tantilov
2013-09-13
1
-1
/
+9
*
|
ixgbe: fully disable hardware RSC logic when disabling RSC
Jacob Keller
2013-09-13
1
-1
/
+8
|
/
*
ixgbe: include QSFP PHY types in ixgbe_is_sfp()
Emil Tantilov
2013-08-29
1
-0
/
+4
*
ixgbe: cleanup some log messages
Don Skidmore
2013-08-29
1
-4
/
+2
*
ixgbe: disable link when adapter goes down
Jacob Keller
2013-08-29
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-03
1
-3
/
+3
|
\
|
*
net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL
Cong Wang
2013-08-01
1
-3
/
+3
*
|
ixgbe: add support for quad-port x520 adapter
Don Skidmore
2013-07-31
1
-0
/
+3
*
|
ixgbe: fix lockdep annotation issue for ptp's work item
Jacob Keller
2013-07-31
1
-4
/
+4
*
|
ixgbe: call pcie_get_mimimum_link to check if device has enough bandwidth
Jacob Keller
2013-07-31
1
-7
/
+129
*
|
ixgbe: fix SFF data dumps of SFP+ modules
Emil Tantilov
2013-07-30
1
-4
/
+0
*
|
ixgbe: bump version number
Don Skidmore
2013-07-30
1
-1
/
+1
*
|
ixgbe: fix fc autoneg ethtool reporting.
Don Skidmore
2013-07-30
1
-2
/
+1
*
|
ixgbe: Retain VLAN filtering in promiscuous + VT mode
Greg Rose
2013-07-30
1
-2
/
+9
|
/
*
net: rename ll methods to busy-poll
Eliezer Tamir
2013-07-10
1
-2
/
+2
[next]