Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fbac58fcde6bbbd33c45870eb16f17795660093a
/
drivers
/
net
/
s2io.c
43b7c45
s2io: sparse warnings fix (rev2)
by Stephen Hemminger
· 17 years ago
1a7eb72
S2io: Updating transceiver information in ethtool function
by Sivakumar Subramani
· 17 years ago
2fd3768
S2io: Added support set_mac_address driver entry point
by Sivakumar Subramani
· 17 years ago
8a4bdba
S2io: Removed unused feature - bimodal interrupts
by Sivakumar Subramani
· 17 years ago
bd684e4
S2io: Change kmalloc+memset to k[zc]alloc
by Sivakumar Subramani
· 17 years ago
b9f2c04
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
by Jeff Garzik
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 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
596c5c9
S2io: code Optimization of isr function
by Sivakumar Subramani
· 17 years ago
92b8443
S2io: Check for device state before handling traffic
by Sivakumar Subramani
· 17 years ago
eaae7f7
S2io: Cleanup - removed unused variable intr_type
by Sivakumar Subramani
· 17 years ago
8116f3c
[S2IO]: Handle and monitor all of the device errors and alarms
by Sivakumar Subramani
· 17 years ago
9caab45
S2io: Enable all the error and alarm indications
by Sivakumar Subramani
· 17 years ago
92c4879
S2IO: Fixed Link LED issue when MSI-X is enabled
by Sivakumar Subramani
· 17 years ago
c77dd43
S2IO: Fixes in MSIX related code.
by Sivakumar Subramani
· 17 years ago
8abc4d5
[S2IO]: Making MSIX as default intr_type
by Sivakumar Subramani
· 17 years ago
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 17 years ago
3e84742
fix s2io regression
by Al Viro
· 17 years ago
573608e
S2io: Increment received packet count correctly
by Ramkrishna Vepa
· 17 years ago
0a65a65
S2io: Fix crash when resetting adapter
by Ramkrishna Vepa
· 17 years ago
b662767
S2IO: Implementing review comments from old patches
by Veena Parat
· 17 years ago
491abf2
S2IO: Checking for the return value of pci map function
by Veena Parat
· 17 years ago
eccb862
S2IO: Removing MSI support from driver
by Veena Parat
· 17 years ago
6d517a2
S2IO: Removing 3 buffer mode support from the driver
by Veena Parat
· 17 years ago
1f1c288
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 17 years ago
8910b49
Fix a potential NULL pointer dereference in free_shared_mem() in drivers/net/s2io.c
by Micah Gruber
· 17 years ago
44c1013
PCI: Change all drivers to use pci_device->revision
by Auke Kok
· 17 years ago
8453d43
Fix typo in drivers/net/s2io.c
by Rolf Eike Beer
· 17 years ago
146bd68
s2io: add PCI error recovery support
by Linas Vepstas
· 17 years ago
d796fdb
s2io: add PCI error recovery support
by Linas Vepstas
· 17 years ago
f9046eb
2.6.22: ERROR: "__ucmpdi2" [drivers/net/s2io.ko] undefined!
by Olaf Hering
· 17 years ago
25805dc
network drivers: eliminate unneeded kill_vid code
by Stephen Hemminger
· 17 years ago
491976b
S2IO: Statistics for link up/down and memory allocated/freed
by Sreenivasa Honnur
· 18 years ago
c53d494
S2IO: statistics for memory allocation failuers
by Sreenivasa Honnur
· 18 years ago
0cec35e
S2IO: getringparam ethtool option
by Sreenivasa Honnur
· 18 years ago
3ef34b8
S2io: Change of driver maintainers
by Ramkrishna Vepa
· 18 years ago
0c61ed5
S2io: Remove unused variables
by Ramkrishna Vepa
· 18 years ago
363dc36
S2IO: Save/Restore unused buffer mappings in 2/3 buffer mode
by Ramkrishna Vepa
· 18 years ago
7b49034
make drivers/net/s2io.c:vlan_strip_flag static
by Adrian Bunk
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
5c15bde
[VLAN]: Avoid a 4-order allocation.
by Dan Aloni
· 18 years ago
d8d70ca
S2IO: Restoring the mac address in s2io_reset
by Sivakumar Subramani
· 18 years ago
fa1f0cb
S2IO: Avoid printing the Enhanced statistics for Xframe I card.
by Sivakumar Subramani
· 18 years ago
ac1f90d
S2IO: Making LED off during LINK_DOWN notification.
by Sivakumar Subramani
· 18 years ago
926930b
S2IO: Added a loadable parameter to enable or disable vlan stripping in frame.
by Sivakumar Subramani
· 18 years ago
9fc93a4
S2IO: Optimized the delay to wait for command completion
by Sivakumar Subramani
· 18 years ago
fb6a825
S2IO: Fixes for MSI and MSIX
by Sivakumar Subramani
· 18 years ago
22747d6
s2io: RTNL and flush_scheduled_work deadlock
by Francois Romieu
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
bd4f3ae
[PATCH] trivial s2io annotations
by Al Viro
· 18 years ago
1ee6dd7
s2io: De-typedef driver.
by Ralf Baechle
· 18 years ago
a113ae0
s2io: Removed enabling of some of the unused interrupts.
by Sivakumar Subramani
· 18 years ago
372cc59
s2io: Fixes in updating skb->truesize and code cleanup.
by Sivakumar Subramani
· 18 years ago
19a6052
S2IO: Fixes for reset and link handling.
by Sivakumar Subramani
· 18 years ago
db874e6
s2io: Making LRO and UFO as module loadable parameter.
by Sivakumar Subramani
· 18 years ago
1d39ed5
remove NETIF_F_TSO ifdefery
by Arjan van de Ven
· 18 years ago
4384247
[PATCH] s2io bogus memset
by Al Viro
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
2ceaac7
[PATCH] net s2io: return on NULL dev_alloc_skb()
by David Rientjes
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
cc3afe6
[PATCH] more s2io __iomem annotations
by Al Viro
· 18 years ago
ee705db
[PATCH] 64bit bugs in s2io
by Al Viro
· 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
26d36b6
[PATCH] s2io: Switch to pci_get_device
by Alan Cox
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
6aa20a2
drivers/net: Trim trailing whitespace
by Jeff Garzik
· 18 years ago
2991762
drivers/net: Remove deprecated use of pci_module_init()
by Jeff Garzik
· 18 years ago
330ce0d
[PATCH] s2io build fix
by Andrew Morton
· 18 years ago
75c30b1
[PATCH] s2io driver bug fixes #2
by Ananda Raju
· 18 years ago
b41477f
[PATCH] s2io driver bug fixes #1
by Ananda Raju
· 18 years ago
e6a8fee
[PATCH] s2io driver irq fix
by Ananda Raju
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
e37a72d
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 18 years ago
f83ef8c
[IPV6]: Added GSO support for TCPv6
by Herbert Xu
· 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
612eff0
[PATCH] s2io: netpoll support
by Brian Haley
· 18 years ago
7b32a31
[PATCH] drivers/net/s2io.c: make bus_speed[] static
by Adrian Bunk
· 18 years ago
5d3213c
[PATCH] s2io: init/shutdown fixes
by Ananda Raju
· 19 years ago
bd1034f
[PATCH] s2io: additional stats
by Ananda Raju
· 19 years ago
c92ca04
[PATCH] s2io: fixes
by Ananda Raju
· 19 years ago
9dc737a
[PATCH] s2io: input parms, output messages update
by Ananda Raju
· 19 years ago
863c11a
[PATCH] s2io: performance improvements
by Ananda Raju
· 19 years ago
fb15b9d
Merge branch 'upstream-fixes'
by Jeff Garzik
· 19 years ago
a7a80d5
s2io: set_multicast_list bug
by Jeff Garzik
· 19 years ago
4615355
Merge branch 'net-const'
by Jeff Garzik
· 19 years ago
f71e130
Massive net driver const-ification.
by Arjan van de Ven
· 19 years ago
2ade436
Merge branch 'lro'
by Jeff Garzik
· 19 years ago
79dc190
[PATCH] s2io c99 warning fix
by Andrew Morton
· 19 years ago
fe93139
[PATCH] git-netdev-all: s2io fixes
by Andrew Morton
· 19 years ago
7d3d0439
[PATCH] S2io: Large Receive Offload (LRO) feature(v2) for Neterion (s2io) 10GbE Xframe PCI-X and PCI-E NICs
by Ravinandan Arakali
· 19 years ago
97309d1
Merge branch 'upstream-fixes'
by Jeff Garzik
· 19 years ago
efd51b5
[PATCH] s2io: scatter-gather fix
by Ananda Raju
· 19 years ago
26df54b
[PATCH] drivers/net/s2io.c: make code static
by Adrian Bunk
· 19 years ago
26b7625
[PATCH] git-netdev-all: s2io warning fix
by Andrew Morton
· 19 years ago
418fbfe
Merge branch 'master'
by Jeff Garzik
· 19 years ago
37eb47e
[PATCH] s2io: __iomem annotations for recent changes
by Al Viro
· 19 years ago
fed5ecc
[PATCH] s2io: UFO support
by Ananda Raju
· 19 years ago
Next »