index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netxen
/
netxen_nic_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[netdrvr] netxen: fix netxen_pci_tbl[] breakage
Al Viro
2008-06-27
1
-7
/
+11
*
netxen: download firmware in pci probe
Dhananjay Phadke
2008-06-17
1
-55
/
+10
*
netxen: cleanup debug messages
Dhananjay Phadke
2008-06-17
1
-35
/
+25
*
netxen: remove global physical_port array
Dhananjay Phadke
2008-06-17
1
-3
/
+1
*
netxen: fix portnum for hp mezz cards
Dhananjay Phadke
2008-06-17
1
-2
/
+8
*
make netxen_workq static
Adrian Bunk
2008-04-16
1
-1
/
+18
*
netxen, phy/marvell, skge: minor checkpatch fixes
Jeff Garzik
2008-03-25
1
-2
/
+1
*
netxen: remove low level tx lock
Dhananjay Phadke
2008-03-25
1
-73
/
+22
*
netxen: napi and irq cleanup
Dhananjay Phadke
2008-03-25
1
-74
/
+39
*
netxen: improve msi support
Dhananjay Phadke
2008-03-25
1
-33
/
+23
*
annotate netxen
Al Viro
2008-01-28
1
-1
/
+1
*
NULL noise in drivers/net
Al Viro
2008-01-28
1
-3
/
+3
*
[netdrvr] netxen: checkpatch fixes (98% trim trailing whitespace)
Jeff Garzik
2008-01-28
1
-10
/
+10
*
drivers/net/netxen: Add missing "space"
Joe Perches
2008-01-28
1
-3
/
+3
*
drivers/net/netxen/: cleanups
Adrian Bunk
2008-01-28
1
-5
/
+4
*
netxen: fix byte-swapping in tx and rx
Dhananjay Phadke
2008-01-12
1
-9
/
+1
*
netxen: optimize tx handling
dhananjay@netxen.com
2008-01-12
1
-31
/
+21
*
netxen: stop second phy correctly
dhananjay@netxen.com
2008-01-12
1
-5
/
+3
*
[NETXEN]: Fix ->poll() done logic.
David S. Miller
2008-01-08
1
-1
/
+1
*
[NETDRVR] lib82596, netxen: delete pointless tests from irq handler
Jeff Garzik
2007-10-23
1
-9
/
+2
*
unify DMA_..BIT_MASK definitions: v3.1
Borislav Petkov
2007-10-18
1
-3
/
+0
*
netxen: ethtool fixes
Dhananjay Phadke
2007-10-10
1
-0
/
+1
*
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2007-10-10
1
-9
/
+4
*
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-10-10
1
-1
/
+0
*
[PATCH] drivers/net: remove superfluous memset
Mariusz Kozlowski
2007-10-10
1
-1
/
+0
*
Clean up duplicate includes in drivers/net/
Jesper Juhl
2007-10-10
1
-1
/
+0
*
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
2007-10-10
1
-20
/
+19
*
netxen: fix crashes during module unload
dhananjay@netxen.com
2007-08-31
1
-8
/
+7
*
netxen: Avoid firmware load in PCI probe
dhananjay@netxen.com
2007-08-31
1
-4
/
+0
*
netxen: drop redudant spinlock
Dhananjay Phadke
2007-07-30
1
-4
/
+0
*
netxen: Fix interrupt handling for multiport adapters
dhananjay@netxen.com
2007-07-30
1
-17
/
+19
*
netxen: re-init station address after h/w init
dhananjay@netxen.com
2007-07-30
1
-2
/
+2
*
netxen: Load firmware during probe, dma watchdog fix.
dhananjay@netxen.com
2007-07-24
1
-24
/
+24
*
PCI: Change all drivers to use pci_device->revision
Auke Kok
2007-07-11
1
-5
/
+2
*
netxen: deinline and sparse fix
Stephen Hemminger
2007-07-10
1
-0
/
+97
*
RESEND [PATCH 3/3] NetXen: Graceful teardown of interface and hardware upon m...
Dhananjay Phadke
2007-07-02
1
-42
/
+86
*
RESEND [PATCH 2/3] NetXen: Support per PCI-function interrupt mask registers
dhananjay.phadke@gmail.com
2007-07-02
1
-13
/
+17
*
RESEND [PATCH 1/3] NetXen: Fix issue of MSI not working correctly
dhananjay.phadke@gmail.com
2007-07-02
1
-16
/
+13
*
NetXen: Fix ping issue after reboot on Blades with 3.4.19 firmware
Mithlesh Thukral
2007-06-09
1
-0
/
+7
*
NetXen: Removal of extra free_irq call
Mithlesh Thukral
2007-06-03
1
-2
/
+0
*
netxen_nic_main don't use deprecated irq flags
Andrew Morton
2007-05-11
1
-1
/
+1
*
NetXen: Port swap feature for multi port cards
Mithlesh Thukral
2007-04-28
1
-118
/
+188
*
NetXen: Multi PCI support for Quad cards
Mithlesh Thukral
2007-04-28
1
-29
/
+32
*
NetXen: Removal of redundant argument passing
Mithlesh Thukral
2007-04-28
1
-10
/
+22
*
NetXen: Use multiple PCI functions
Mithlesh Thukral
2007-04-28
1
-257
/
+269
*
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
2007-04-25
1
-2
/
+4
*
[TCP]: Introduce tcp_hdrlen() and tcp_optlen()
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[IP]: Introduce ip_hdrlen()
Arnaldo Carvalho de Melo
2007-04-25
1
-3
/
+3
*
NetXen: Fix second rmmod failure observed on PowerPC machines.
Linsys Contractor Mithlesh Thukral
2007-03-02
1
-5
/
+4
*
NetXen: Updates, removal of unsupported features and minor bug fixes.
Linsys Contractor Mithlesh Thukral
2007-03-02
1
-2
/
+2
[next]