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
/
chelsio
/
sge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add appropriate <linux/prefetch.h> include for prefetch users
Paul Gortmaker
2011-05-22
1
-0
/
+1
*
net: chelsio: convert to hw_features
Michał Mirosław
2011-04-18
1
-6
/
+7
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
drivers/net/*/: Use static const
Joe Perches
2010-12-21
1
-6
/
+4
*
vlan: Don't check for vlan group before vlan_tx_tag_present.
Jesse Gross
2010-10-21
1
-1
/
+1
*
drivers/net: return operator cleanup
Eric Dumazet
2010-09-26
1
-1
/
+1
*
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
2010-09-02
1
-1
/
+1
*
drivers: net: use skb_headlen()
Eric Dumazet
2010-04-14
1
-4
/
+4
*
chelsio: Fix build warning.
David S. Miller
2010-04-13
1
-1
/
+1
*
chelsio: use the DMA state API instead of the pci equivalents
FUJITA Tomonori
2010-04-13
1
-25
/
+25
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
Merge branch 'for-next' into for-linus
Jiri Kosina
2010-03-08
1
-1
/
+1
|
\
|
*
tree-wide: Assorted spelling fixes
Daniel Mack
2010-02-09
1
-1
/
+1
*
|
drivers/net/chelsio: Use pr_<level>, netif_msg_<type>
Joe Perches
2010-02-26
1
-5
/
+5
*
|
percpu: add __percpu sparse annotations to net drivers
Tejun Heo
2010-02-16
1
-1
/
+1
|
/
*
this_cpu: Straight transformations
Christoph Lameter
2009-10-03
1
-3
/
+2
*
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
1
-1
/
+1
*
net: dont update dev->trans_start in 10GB drivers
Eric Dumazet
2009-05-29
1
-1
/
+0
*
drivers/net: replace BUG() with BUG_ON() if possible
Alexander Beregalov
2009-04-13
1
-2
/
+2
*
chelsio: remove some pointless conditionals before kfree_skb()
Wei Yongjun
2009-02-26
1
-2
/
+1
*
net: Remove redundant NAPI functions
Ben Hutchings
2009-01-21
1
-2
/
+2
*
net: Fix warning fallout from recent NAPI interface changes.
David S. Miller
2008-12-26
1
-3
/
+0
*
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
2008-12-22
1
-2
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-26
1
-4
/
+0
|
\
|
*
drivers/net/chelsio/sge.c: remove redundant argument comments
Qinghuang Feng
2008-11-23
1
-4
/
+0
*
|
netdevice chelsio: Convert directly reference of netdev->priv
Wang Chen
2008-11-16
1
-1
/
+1
*
|
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
2008-11-03
1
-1
/
+0
|
/
*
cxgb: delete non NAPI code from the driver.
Francois Romieu
2008-07-11
1
-65
/
+5
*
drivers/net/chelsio/: #if 0 unused functions
Adrian Bunk
2008-01-28
1
-0
/
+4
*
cxgb - revert file mode changes.
Divy Le Ray
2007-12-04
1
-0
/
+0
*
cxgb - fix stats
Divy Le Ray
2007-12-01
1
-4
/
+0
*
cxgb - fix NAPI
Divy Le Ray
2007-12-01
1
-4
/
+2
*
cxgb - fix T2 GSO
Divy Le Ray
2007-12-01
1
-19
/
+15
*
[CHELSIO]: Fix skb->dev setting.
Divy Le Ray
2007-11-15
1
-1
/
+1
*
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
2007-10-10
1
-16
/
+13
*
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
2007-04-25
1
-8
/
+16
*
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
2007-04-25
1
-2
/
+2
*
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
2007-04-25
1
-2
/
+1
*
chelsio: Fix non-NAPI compile
Roland Dreier
2007-02-27
1
-0
/
+1
*
git-netdev-all: chelsio fix
Andrew Morton
2007-02-05
1
-1
/
+1
*
chelsio: more rx speedup
Stephen Hemminger
2007-02-05
1
-42
/
+45
*
chelsio: NAPI speed improvement
Stephen Hemminger
2007-02-05
1
-42
/
+35
*
chelsio: misc cleanups in sge
Francois Romieu
2007-02-05
1
-35
/
+19
*
chelsio: useless curly braces
Francois Romieu
2007-02-05
1
-2
/
+1
*
chelsio: spaces, tabs and friends
Francois Romieu
2007-02-05
1
-61
/
+64
*
[PATCH] chelsio: working NAPI
Stephen Hemminger
2006-12-11
1
-66
/
+49
[next]