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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tehuti: convert to SKB paged frag API.
Ian Campbell
2011-09-22
1
-3
/
+3
*
sunhme: convert to SKB paged frag API.
Ian Campbell
2011-09-22
1
-3
/
+2
*
sungem: convert to SKB paged frag API.
Ian Campbell
2011-09-22
1
-4
/
+2
*
stmmac: convert to SKB paged frag API.
Ian Campbell
2011-09-22
1
-3
/
+2
*
starfire: convert to SKB paged frag API.
Ian Campbell
2011-09-22
1
-1
/
+4
*
sky2: convert to SKB paged frag API.
Ian Campbell
2011-09-22
1
-7
/
+6
*
skge: convert to SKB paged frag API.
Ian Campbell
2011-09-22
1
-2
/
+2
*
sfc: convert to SKB paged frag API.
Ian Campbell
2011-09-22
2
-10
/
+5
*
s2io: convert to SKB paged frag API.
Ian Campbell
2011-09-22
1
-4
/
+4
*
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-09-22
29
-363
/
+622
*
bna: PCI Probe Conf Lock Fix
Rasesh Mody
2011-09-21
1
-0
/
+1
*
macmace, macsonic: cleanup
Finn Thain
2011-09-21
2
-17
/
+1
*
net/smsc911x: Correctly configure 16-bit register access from DT
Dave Martin
2011-09-21
1
-0
/
+2
*
netxen: Add pcie workaround
Rajesh Borundia
2011-09-20
2
-3
/
+64
*
netxen: Fix vhdr_len in case of non vlan packets.
Rajesh Borundia
2011-09-20
1
-1
/
+1
*
igb: Remove multi_tx_table and simplify igb_xmit_frame
Alexander Duyck
2011-09-19
2
-17
/
+23
*
igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC
Alexander Duyck
2011-09-19
3
-20
/
+20
*
igb: drop the "adv" off function names relating to descriptors
Alexander Duyck
2011-09-19
3
-36
/
+36
*
igb: Refactor clean_rx_irq to reduce overhead and improve performance
Alexander Duyck
2011-09-19
1
-49
/
+47
*
igb: update ring and adapter structure to improve performance
Alexander Duyck
2011-09-19
2
-41
/
+46
*
igb: streamline Rx buffer allocation and cleanup
Alexander Duyck
2011-09-19
2
-88
/
+104
*
igb: drop support for single buffer mode
Alexander Duyck
2011-09-19
3
-86
/
+28
*
igb: Update max_frame_size to account for an optional VLAN tag if present
Alexander Duyck
2011-09-19
2
-9
/
+12
*
igb: Update RXDCTL/TXDCTL configurations
Alexander Duyck
2011-09-19
2
-16
/
+12
*
bna: Eliminate Small Race Condition Window in RX Path
Rasesh Mody
2011-09-17
1
-2
/
+3
*
bna: Set Ring Param Fix
Rasesh Mody
2011-09-17
1
-2
/
+3
*
bna: Semaphore Lock Fix
Rasesh Mody
2011-09-17
1
-1
/
+1
*
ixgbe: remove duplicate netif_tx_start_all_queues
Emil Tantilov
2011-09-16
1
-2
/
+0
*
ixgbe: fix FCRTL/H register dump for X540
Emil Tantilov
2011-09-16
1
-0
/
+1
*
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
3
-19
/
+35
*
ixgbe: drop adapter from ixgbe_fso call documentation
Alexander Duyck
2011-09-16
1
-1
/
+0
*
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
2
-18
/
+7
*
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
*
ixgb: convert to ndo_fix_features
Michał Mirosław
2011-09-16
3
-61
/
+31
*
ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALL
Ben Hutchings
2011-09-16
3
-0
/
+5
*
ethtool: Clean up definitions of rule location arrays in RX NFC
Ben Hutchings
2011-09-16
6
-10
/
+9
*
vxge: make function table const
stephen hemminger
2011-09-16
4
-17
/
+20
*
bna: make function tables cont
stephen hemminger
2011-09-16
5
-43
/
+36
*
pcnet32: constify function table
stephen hemminger
2011-09-16
1
-101
/
+101
*
sfc: Use correct fields of struct ethtool_coalesce
Ben Hutchings
2011-09-16
1
-9
/
+27
*
sfc: Validate IRQ moderation parameters in efx_init_irq_moderation()
Ben Hutchings
2011-09-16
6
-15
/
+34
*
sfc: Correct reporting and validation of TX interrupt coalescing
Ben Hutchings
2011-09-16
3
-34
/
+53
*
sfc: Use consistent types for interrupt coalescing parameters
Ben Hutchings
2011-09-16
3
-8
/
+9
*
sfc: Correct error code for unsupported interrupt coalescing parameters
Ben Hutchings
2011-09-16
1
-3
/
+3
*
Merge git://github.com/Jkirsher/net-next
David S. Miller
2011-09-16
7
-580
/
+341
|
\
|
*
ixgbe: Correctly name and handle MSI-X other interrupt
Alexander Duyck
2011-09-15
2
-95
/
+97
[next]