index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ixgbe
/
ixgbe.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-22
ixgbe: convert to ndo_fix_features
Don Skidmore
1
-4
/
+1
2011-07-22
ixgbe: Pass staterr instead of re-reading status and error bits from descriptor
Alexander Duyck
1
-2
/
+3
2011-07-22
ixgbe: Move interrupt related values out of ring and into q_vector
Alexander Duyck
1
-11
/
+13
2011-07-22
ixgbe: add structure for containing RX/TX rings to q_vector
Alexander Duyck
1
-6
/
+10
2011-06-25
ixgbe: Update method used for determining descriptor count for an skb
Alexander Duyck
1
-0
/
+7
2011-06-25
ixgbe: Add one function that handles most of context descriptor setup
Alexander Duyck
1
-2
/
+2
2011-06-25
ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline function
Alexander Duyck
1
-3
/
+7
2011-06-24
ixgbe: add support for displaying ntuple filters via the nfc interface
Alexander Duyck
1
-0
/
+11
2011-06-24
ixgbe: update perfect filter framework to support retaining filters
Alexander Duyck
1
-6
/
+12
2011-06-21
ixgbe: DCB use existing TX and RX queues
John Fastabend
1
-2
/
+0
2011-05-15
ixgbe: Merge over-temp task into service task
Alexander Duyck
1
-1
/
+1
2011-05-15
ixgbe: Merge ATR reinit into the service task
Alexander Duyck
1
-1
/
+2
2011-05-15
ixgbe: merge reset task into service task
Alexander Duyck
1
-1
/
+1
2011-05-15
ixgbe: Merge watchdog functionality into service task
Alexander Duyck
1
-2
/
+0
2011-05-15
ixgbe: Combine SFP and multi-speed fiber task into single service task
Alexander Duyck
1
-13
/
+13
2011-05-15
ixgbe: move flags and state into the same cacheline
Alexander Duyck
1
-43
/
+45
2011-05-15
ixgbe: Add macvlan support for VF
Greg Rose
1
-0
/
+13
2011-04-27
ixgbe: convert to ethtool set_phys_id
Emil Tantilov
1
-0
/
+1
2011-03-12
ixgbe: add support for VF Transmit rate limit using iproute2
Lior Levy
1
-0
/
+2
2011-03-12
ixgbe: DCB, use multiple Tx rings per traffic class
John Fastabend
1
-1
/
+3
2011-03-12
ixgbe: DCB, implement capabilities flags
John Fastabend
1
-0
/
+1
2011-03-08
ixgbe: add support to FCoE DDP in target mode
Yi Zou
1
-0
/
+2
2011-03-03
ixgbe: cleanup copyright string for 2011
Don Skidmore
1
-1
/
+1
2011-02-11
ixgbe: fix namespace issue with ixgbe_dcb_txq_to_tc
Don Skidmore
1
-1
/
+0
2011-02-11
ixgbe: DCB, implement 802.1Qaz routines
John Fastabend
1
-0
/
+4
2011-01-10
ixgbe: update ntuple filter configuration
Alexander Duyck
1
-14
/
+0
2011-01-10
ixgbe: further flow director performance optimizations
Alexander Duyck
1
-1
/
+2
2011-01-10
ixgbe: cleanup flow director hash computation to improve performance
Alexander Duyck
1
-9
/
+9
2011-01-10
ixgbe: make sure per Rx queue is disabled before unmapping the receive buffer
Yi Zou
1
-0
/
+2
2010-11-17
ixgbe: add support for x540 MAC
Don Skidmore
1
-0
/
+4
2010-11-17
ixgbe: add MAC and PHY support for x540
Don Skidmore
1
-0
/
+2
2010-11-17
ixgbe: rework Tx hang detection to fix reoccurring false Tx hangs
John Fastabend
1
-0
/
+4
2010-11-17
ixgbe: cleanup ixgbe_map_rings_to_vectors
Alexander Duyck
1
-1
/
+2
2010-11-17
ixgbe: cleanup use of ixgbe_rsc_count and RSC_CB
Alexander Duyck
1
-0
/
+7
2010-11-17
ixgbe: add a state flags to ring
Alexander Duyck
1
-11
/
+33
2010-11-17
ixgbe: move CPU variable from ring into q_vector, add ring->q_vector
Alexander Duyck
1
-5
/
+4
2010-11-17
ixgbe: add a netdev pointer to the ring structure
Alexander Duyck
1
-4
/
+2
2010-11-17
ixgbe: combine some stats into a union to allow for Tx/Rx stats overlap
Alexander Duyck
1
-6
/
+18
2010-11-17
ixgbe: move device pointer into the ring structure
Alexander Duyck
1
-5
/
+6
2010-11-17
ixgbe: drop ring->head, make ring->tail a pointer instead of offset
Alexander Duyck
1
-2
/
+1
2010-11-17
ixgbe: cleanup ixgbe_alloc_rx_buffers
Alexander Duyck
1
-1
/
+1
2010-11-17
ixgbe: move GSO segments and byte count processing into ixgbe_tx_map
Alexander Duyck
1
-1
/
+3
2010-11-17
ixgbe: DCB set PFC high and low water marks per data sheet specs
John Fastabend
1
-2
/
+0
2010-11-17
ixgbe: delay rx_ring freeing
Eric Dumazet
1
-0
/
+1
2010-10-21
ixgbe: fix stats handling
Eric Dumazet
1
-1
/
+2
2010-10-21
ixgbe: Update ixgbe to use new vlan accleration.
Jesse Gross
1
-1
/
+3
2010-10-07
ixgbe: Use affinity_hint when Flow Director is enabled
Peter Waskiewicz
1
-0
/
+2
2010-08-20
ixgbe: rewrite ethtool test to use standard config functions
Alexander Duyck
1
-0
/
+11
2010-08-20
ixgbe: update all DESC_ADV macros to accept a ring pointer
Alexander Duyck
1
-3
/
+3
2010-08-20
ixgbe: bump PS header size to 512 bytes
Alexander Duyck
1
-4
/
+9
[next]