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