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: do not update real num queues when netdev is going away
Yi Zou
2012-02-09
1
-0
/
+4
*
ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page size
Alexander Duyck
2012-02-09
1
-6
/
+6
*
ixgbe: Fix case of Tx Hang in PF with 32 VFs
Greg Rose
2012-02-09
1
-1
/
+1
*
ixgbe: update copyright to 2012
Don Skidmore
2012-02-03
1
-2
/
+2
*
ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() call
Neerav Parikh
2012-01-05
1
-1
/
+4
*
ixgbe: add support for new 82599 device.
Don Skidmore
2012-01-02
1
-2
/
+9
*
ixgbe: add support for new 82599 device id
Emil Tantilov
2012-01-02
1
-0
/
+1
*
ixgbe: fix typo's
Stephen Hemminger
2012-01-02
1
-7
/
+7
*
net: fix assignment of 0/1 to bool variables.
Rusty Russell
2011-12-19
1
-1
/
+1
*
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
2011-12-08
1
-2
/
+6
*
net: remove netdev_alloc_page and use __GFP_COLD
Eric Dumazet
2011-11-22
1
-1
/
+1
*
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-16
1
-2
/
+4
*
ixgbe: fix smatch splat due to missing NULL check
John Fastabend
2011-11-02
1
-21
/
+12
*
ixgbe: fix disabling of Tx laser at probe
Emil Tantilov
2011-11-02
1
-7
/
+7
*
ixgbe: Fix link issues caused by a reset while interface is down
Emil Tantilov
2011-11-02
1
-1
/
+0
*
net: add skb frag size accessors
Eric Dumazet
2011-10-19
1
-2
/
+2
*
ixgbe: change the eeprom version reported by ethtool
Emil Tantilov
2011-10-17
1
-3
/
+4
*
ixgbe: Add new netdev op to turn spoof checking on or off per VF
Greg Rose
2011-10-16
1
-2
/
+8
*
ixgbe: fix skb truesize underestimation
Eric Dumazet
2011-10-13
1
-1
/
+1
*
ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.
Amir Hanania
2011-10-12
1
-0
/
+17
*
ixgbe: Add protection from VF invalid target DMA
Greg Rose
2011-10-12
1
-1
/
+171
*
ixgbe: bump version number
Don Skidmore
2011-10-06
1
-2
/
+2
*
ixgbe: DCB X540 devices support max traffic class of 4
John Fastabend
2011-10-06
1
-3
/
+18
*
ixgbe: fixup hard dependencies on supporting 8 traffic classes
John Fastabend
2011-10-06
1
-4
/
+8
*
ixgbe: add support for new 82599 device
Emil Tantilov
2011-10-05
1
-0
/
+1
*
ixgbe: fix driver version initialization in firmware
Jacob Keller
2011-10-05
1
-3
/
+5
*
ixgbe: prevent link checks while resetting
Emil Tantilov
2011-10-05
1
-1
/
+2
*
ixgbe: add ECC warning for legacy interrupts
Don Skidmore
2011-09-28
1
-1
/
+5
*
ixgbe: cleanup ixgbe_setup_gpie() for X540
Don Skidmore
2011-09-28
1
-2
/
+12
*
ixgbe add thermal sensor support for x540 hardware
Jacob Keller
2011-09-28
1
-18
/
+48
*
ixgbe: update {P}FC thresholds to account for X540 and loopback
John Fastabend
2011-09-28
1
-7
/
+121
*
ixgbe: Cleanup q_vector interrupt throttle rate logic
Emil Tantilov
2011-09-28
1
-42
/
+35
*
Merge git://github.com/Jkirsher/net-next
David S. Miller
2011-09-23
1
-106
/
+35
|
\
|
*
ixgbe: add WOL support for X540
Emil Tantilov
2011-09-23
1
-2
/
+12
|
*
ixgbe: cleanup X540 interrupt enablement
Don Skidmore
2011-09-23
1
-2
/
+2
|
*
ixgbe: DCB, do not call set_state() from IEEE mode
John Fastabend
2011-09-23
1
-6
/
+12
|
*
ixgbe: Reconfigure SR-IOV Init
Greg Rose
2011-09-23
1
-96
/
+9
*
|
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-09-22
1
-2
/
+2
|
/
*
ixgbe: remove duplicate netif_tx_start_all_queues
Emil Tantilov
2011-09-16
1
-2
/
+0
*
ixgbe: cleanup some register reads
Emil Tantilov
2011-09-16
1
-9
/
+21
*
ixgbe: Make better use of memory allocations in one-buffer mode w/ RSC
Alexander Duyck
2011-09-16
1
-14
/
+27
*
ixgbe: Add SFP support for missed 82598 PHY
Alexander Duyck
2011-09-16
1
-0
/
+3
*
ixgbe: Add missing code for enabling overheat sensor interrupt
Alexander Duyck
2011-09-16
1
-0
/
+4
*
ixgbe: make ixgbe_up and ixgbe_up_complete void functions
Alexander Duyck
2011-09-16
1
-17
/
+6
*
v2 ixgbe: Update packet buffer reservation to correct fdir headroom size
Alexander Duyck
2011-09-16
1
-4
/
+6
*
ixgbe: remove redundant configuration of tx_sample_rate
Alexander Duyck
2011-09-16
1
-9
/
+4
*
Merge git://github.com/Jkirsher/net-next
David S. Miller
2011-09-16
1
-487
/
+288
|
\
|
*
ixgbe: Correctly name and handle MSI-X other interrupt
Alexander Duyck
2011-09-15
1
-94
/
+97
|
*
ixgbe: cleanup configuration of EITRSEL and VF reset path
Alexander Duyck
2011-09-15
1
-12
/
+13
|
*
ixgbe: Update TXDCTL configuration to correctly handle WTHRESH
Alexander Duyck
2011-09-15
1
-17
/
+18
[next]