index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-2
/
+2
2011-10-18
ixgbe: change the eeprom version reported by ethtool
Emil Tantilov
3
-10
/
+13
2011-10-17
ixgbe: allow eeprom writes via ethtool
Emil Tantilov
2
-0
/
+73
2011-10-17
ixgbe: fix endianess when writing driver version to firmware
Emil Tantilov
1
-8
/
+8
2011-10-17
ixgbe: Add new netdev op to turn spoof checking on or off per VF
Greg Rose
4
-10
/
+52
2011-10-14
ixgbe: fix skb truesize underestimation
Eric Dumazet
1
-1
/
+1
2011-10-13
ixgbe: Correct check for change in FCoE priority
Mark Rustad
1
-2
/
+10
2011-10-13
ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.
Amir Hanania
5
-11
/
+56
2011-10-13
ixgbe: Add protection from VF invalid target DMA
Greg Rose
2
-1
/
+175
2011-10-08
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
1
-4
/
+0
2011-10-07
ixgbe: bump version number
Don Skidmore
1
-2
/
+2
2011-10-06
ixgbe: X540 devices RX PFC frames pause traffic even if disabled
John Fastabend
2
-2
/
+12
2011-10-06
ixgbe: DCB X540 devices support max traffic class of 4
John Fastabend
2
-3
/
+19
2011-10-06
ixgbe: fixup hard dependencies on supporting 8 traffic classes
John Fastabend
6
-34
/
+101
2011-10-06
ixgbe: Fix PFC mask generation
Mark Rustad
1
-1
/
+1
2011-10-05
ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599
Emil Tantilov
3
-8
/
+1
2011-10-05
ixgbe: get pauseparam autoneg
Mika Lansirinne
1
-7
/
+1
2011-10-05
ixgbe: do not disable flow control in ixgbe_check_mac_link
Emil Tantilov
2
-11
/
+0
2011-10-05
ixgbe: send MFLCN to ethtool
Emil Tantilov
1
-1
/
+4
2011-10-05
ixgbe: add support for new 82599 device
Emil Tantilov
3
-0
/
+3
2011-10-05
ixgbe: fix driver version initialization in firmware
Jacob Keller
1
-3
/
+5
2011-10-05
ixgbe: remove return code for functions that always return 0
Emil Tantilov
1
-21
/
+9
2011-10-05
ixgbe: clear the data field in ixgbe_read_i2c_byte_generic
Emil Tantilov
1
-1
/
+2
2011-10-05
ixgbe: prevent link checks while resetting
Emil Tantilov
1
-1
/
+2
2011-09-29
ixgbe: add ECC warning for legacy interrupts
Don Skidmore
1
-1
/
+5
2011-09-29
ixgbe: cleanup ixgbe_setup_gpie() for X540
Don Skidmore
1
-2
/
+12
2011-09-29
ixgbe add thermal sensor support for x540 hardware
Jacob Keller
2
-18
/
+50
2011-09-29
ixgbe: update {P}FC thresholds to account for X540 and loopback
John Fastabend
7
-38
/
+190
2011-09-29
ixgbe: disable LLI for FCoE
Vasu Dev
1
-3
/
+1
2011-09-29
ixgbe: Cleanup q_vector interrupt throttle rate logic
Emil Tantilov
3
-159
/
+96
2011-09-23
Merge git://github.com/Jkirsher/net-next
David S. Miller
14
-245
/
+435
2011-09-23
ixgbe: remove global reset to the MAC
Emil Tantilov
1
-17
/
+2
2011-09-23
ixgbe: add WOL support for X540
Emil Tantilov
4
-2
/
+30
2011-09-23
ixgbe: avoid HW lockup when adapter is reset with Tx work pending
Emil Tantilov
6
-85
/
+104
2011-09-23
ixgbe: dcb, set priority to traffic class mappings
John Fastabend
1
-0
/
+3
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
4
-42
/
+69
2011-09-23
ixgbe: Reconfigure SR-IOV Init
Greg Rose
5
-97
/
+225
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-2
/
+2
2011-09-17
ixgbe: remove duplicate netif_tx_start_all_queues
Emil Tantilov
1
-2
/
+0
2011-09-17
ixgbe: fix FCRTL/H register dump for X540
Emil Tantilov
1
-0
/
+1
2011-09-17
ixgbe: cleanup some register reads
Emil Tantilov
1
-9
/
+21
2011-09-17
ixgbe: Make better use of memory allocations in one-buffer mode w/ RSC
Alexander Duyck
3
-19
/
+35
2011-09-17
ixgbe: drop adapter from ixgbe_fso call documentation
Alexander Duyck
1
-1
/
+0
2011-09-17
ixgbe: Add SFP support for missed 82598 PHY
Alexander Duyck
1
-0
/
+3
2011-09-17
ixgbe: Add missing code for enabling overheat sensor interrupt
Alexander Duyck
1
-0
/
+4
2011-09-17
ixgbe: make ixgbe_up and ixgbe_up_complete void functions
Alexander Duyck
2
-18
/
+7
2011-09-17
v2 ixgbe: Update packet buffer reservation to correct fdir headroom size
Alexander Duyck
1
-4
/
+6
2011-09-17
ixgbe: remove redundant configuration of tx_sample_rate
Alexander Duyck
1
-9
/
+4
2011-09-17
ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALL
Ben Hutchings
1
-0
/
+2
[next]