Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
9caeb5324427990db7bc97e674794d201c1f0797
/
drivers
/
net
/
chelsio
2867975
net: dont update dev->trans_start in 10GB drivers
by Eric Dumazet
· 15 years ago
703ceba
cxgb: set phy's mdio dev before the phy init sequence
by Divy Le Ray
· 15 years ago
aa22437
chelsio: Use generic XENPAK LASI register definitions
by Ben Hutchings
· 15 years ago
23c3320
chelsio: Use generic MDIO definitions and mdio_mii_ioctl()
by Ben Hutchings
· 16 years ago
0ee904c
drivers/net: replace BUG() with BUG_ON() if possible
by Alexander Beregalov
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
f4fe5a9
chelsio: remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
2d5451d
net: Fix warning fallout from recent NAPI interface changes.
by David S. Miller
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
5b9ab2e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
5147d14
drivers/net/chelsio/sge.c: remove redundant argument comments
by Qinghuang Feng
· 16 years ago
0082982
netdev: add more functions to netdevice ops
by Stephen Hemminger
· 16 years ago
80ff32b
cxgb2: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
c3ccc12
netdevice chelsio: Convert directly reference of netdev->priv
by Wang Chen
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
4422b00
cxgb: delete non NAPI code from the driver.
by Francois Romieu
· 16 years ago
ac390c6
annotate chelsio
by Al Viro
· 17 years ago
68d579f
drivers/net/chelsio/: #if 0 unused functions
by Adrian Bunk
· 17 years ago
3106752
drivers/net/chelsio: Add missing "space"
by Joe Perches
· 17 years ago
4c14fe9
cxgb - revert file mode changes.
by Divy Le Ray
· 17 years ago
e0348b9
cxgb - fix stats
by Divy Le Ray
· 17 years ago
445cf80
cxgb - fix NAPI
by Divy Le Ray
· 17 years ago
7832ee0
cxgb - fix T2 GSO
by Divy Le Ray
· 17 years ago
7de6af0
[CHELSIO]: Fix skb->dev setting.
by Divy Le Ray
· 17 years ago
33a85aa
chelsio: sparse warning fixes (old cxgb2)
by Stephen Hemminger
· 17 years ago
b9f2c04
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
by Jeff Garzik
· 17 years ago
88d3aaf
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
by Jeff Garzik
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 17 years ago
25805dc
network drivers: eliminate unneeded kill_vid code
by Stephen Hemminger
· 17 years ago
294cf1b
chelsio parenthesis fix
by Mariusz Kozlowski
· 17 years ago
459e536
chelsio: use const for virtual functions
by Stephen Hemminger
· 18 years ago
4c247db
chelsio: use C99 style initialization
by Stephen Hemminger
· 18 years ago
4d2b8f6
chelsio: remove unused code for 1G boards
by Stephen Hemminger
· 18 years ago
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
aa8223c
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
by Arnaldo Carvalho de Melo
· 18 years ago
d0a92be
[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
bbe735e
[SK_BUFF]: Introduce skb_network_offset()
by Arnaldo Carvalho de Melo
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
5c15bde
[VLAN]: Avoid a 4-order allocation.
by Dan Aloni
· 18 years ago
54d3e56
chelsio: Fix non-NAPI compile
by Roland Dreier
· 18 years ago
b9662d0
git-netdev-all: chelsio fix
by Andrew Morton
· 18 years ago
24a427c
chelsio: more rx speedup
by Stephen Hemminger
· 18 years ago
3de00b8
chelsio: NAPI speed improvement
by Stephen Hemminger
· 18 years ago
8343246
chelsio: tabulate the update of the statistic counters
by Francois Romieu
· 18 years ago
3e0f75b
chelsio: misc cleanups in sge
by Francois Romieu
· 18 years ago
47cbe6f
chelsio: useless test in cxgb2::remove_one
by Francois Romieu
· 18 years ago
d748742
chelsio: useless curly braces
by Francois Romieu
· 18 years ago
356bd14
chelsio: spaces, tabs and friends
by Francois Romieu
· 18 years ago
b7d5839
chelsio: the return statement is not a function
by Francois Romieu
· 18 years ago
c697f83
chelsio: move return, break and continue statements on their own line
by Francois Romieu
· 18 years ago
ab3b1c7
chelsio: error path fix
by Stephen Hemminger
· 18 years ago
7fe26a6
[PATCH] chelsio: working NAPI
by Stephen Hemminger
· 18 years ago
6d5aefb
WorkQueue: Fix up arch-specific work items where possible
by David Howells
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
cabdfb3
[PATCH] chelesio: transmit locking (plus bug fix).
by Stephen Hemminger
· 18 years ago
56f643c
[PATCH] chelsio: statistics improvement
by Stephen Hemminger
· 18 years ago
325dde4
[PATCH] chelsio: add MSI support
by Stephen Hemminger
· 18 years ago
57834ca
[PATCH] chelsio: use standard CRC routines
by Stephen Hemminger
· 18 years ago
a7377a5
[PATCH] chelsio: cleanup pm3393 code
by Stephen Hemminger
· 18 years ago
352c417
[PATCH] chelsio: add 1G swcixw aupport
by Stephen Hemminger
· 18 years ago
f1d3d38
[PATCH] chelsio: add support for other 10G boards
by Stephen Hemminger
· 18 years ago
415294e
[PATCH] chelsio: remove unused mutex
by Stephen Hemminger
· 18 years ago
1270266
[PATCH] chelsio: use kzalloc
by Stephen Hemminger
· 18 years ago
11e5a20
[PATCH] chelsio: whitespace fixes
by Stephen Hemminger
· 18 years ago
cbee9f9
[PATCH] chelsio: use kzalloc
by Stephen Hemminger
· 18 years ago
86c27d2
[PATCH] chelsio: use __netif_rx_schedule_prep
by Stephen Hemminger
· 18 years ago
e487647
[PATCH] chelsio: free_netdev
by Stephen Hemminger
· 18 years ago
bac7e87
[PATCH] chelsio: procectomy
by Stephen Hemminger
· 18 years ago
2057815
[PATCH] chelsio: whitespace cleanup
by Stephen Hemminger
· 18 years ago
9300abd
[PATCH] chelsio: remove leftover code
by Stephen Hemminger
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
7359bbf
[PATCH] chelsio: add endian annotations
by Alexey Dobriyan
· 19 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
a319a27
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 18 years ago
84fa793
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
by Patrick McHardy
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
2991762
drivers/net: Remove deprecated use of pci_module_init()
by Jeff Garzik
· 18 years ago
89114af
[NET] gso: Add skb_is_gso
by Herbert Xu
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
7967168
[NET]: Merge TSO/UFO fields in sk_buff
by Herbert Xu
· 18 years ago
1417ae0869
kbuild: fix unneeded rebuilds in drivers/net/chelsio after moving source tree
by Carl-Daniel Hailfinger
· 19 years ago
5d9428d
BUG_ON() Conversion in drivers/net/
by Eric Sesterhenn
· 19 years ago
8d3b33f
[PATCH] Remove MODULE_PARM
by Rusty Russell
· 19 years ago
abc71c4
Merge branch 'upstream-fixes'
by Jeff Garzik
· 19 years ago
232a347
[netdrvr] fix array overflows in Chelsio driver
by Scott Bardone
· 19 years ago
ded78e5
[PATCH] chelsio/espi.c:tricn_init(): remove dead code
by Adrian Bunk
· 19 years ago
74f5ec2
Merge branch 'upstream-fixes'
by Jeff Garzik
· 19 years ago
2d66806
[PATCH] chelsio: fix kmalloc failure in t1_espi_create
by Eric Sesterhenn
· 19 years ago
f71e130
Massive net driver const-ification.
by Arjan van de Ven
· 19 years ago
aa84505
[PATCH] chelsio: transmit routine return values
by Stephen Hemminger
· 19 years ago
91fb4c9
[PATCH] (1/7) chelsio sparse annotations
by viro@ftp.linux.org.uk
· 19 years ago
559fb51
Update Chelsio gige net driver.
by Scott Bardone
· 19 years ago
8199d3a
[PATCH] A new 10GB Ethernet Driver by Chelsio Communications
by Christoph Lameter
· 20 years ago