index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qlogic
/
qlge
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-02
ethernet: Convert mac address uses of 6 to ETH_ALEN
Joe Perches
1
-1
/
+1
2013-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2013-05-25
qlge: add missing free_netdev() on error in qlge_probe()
Wei Yongjun
1
-0
/
+1
2013-05-22
net/ethernet/qlogic/qlge/qlge_main: Use module_pci_driver to register driver
Peter Hüwe
1
-12
/
+1
2013-05-13
qlge: fix dma map leak when the last chunk is not allocated
Thadeu Lima de Souza Cascardo
1
-0
/
+7
2013-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-9
/
+31
2013-04-19
qlge: Update version to 1.00.00.32.
Jitendra Kalsaria
1
-1
/
+1
2013-04-19
qlge: Fix ethtool autoneg advertising.
Jitendra Kalsaria
1
-1
/
+1
2013-04-19
qlge: Fix receive path to drop error frames
Sritej Velaga
1
-7
/
+29
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-4
/
+4
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
1
-2
/
+2
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-8
/
+8
2013-03-09
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
1
-6
/
+0
2013-02-08
drivers: net: Remove remaining alloc/OOM messages
Joe Perches
1
-14
/
+8
2013-02-04
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
1
-1
/
+0
2013-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-01-11
qlge: remove NETIF_F_TSO6 flag
Amerigo Wang
1
-1
/
+1
2013-01-08
remove init of dev->perm_addr in drivers
Jiri Pirko
1
-1
/
+0
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
1
-3
/
+3
2012-12-03
qlge: remove __dev* attributes
Bill Pemberton
1
-4
/
+4
2012-11-06
drivers: ethernet: qlogic: qlge_dbg.c: Fixed a coding style issue
Kumar Amit Mehta
1
-8
/
+8
2012-09-07
netdev: make pci_error_handlers const
Stephen Hemminger
1
-1
/
+1
2012-07-29
qlge: Add offload features to vlan interfaces
brenohl@br.ibm.com
1
-0
/
+1
2012-07-18
qlge: fix an "&&" vs "||" bug
Dan Carpenter
1
-1
/
+1
2012-07-11
qlge: fix endian issue
Li RongQing
1
-3
/
+3
2012-07-10
qlge: Bumped driver version to 1.00.00.31
Jitendra Kalsaria
1
-1
/
+1
2012-07-10
qlge: Refactoring of ethtool stats.
Jitendra Kalsaria
1
-138
/
+157
2012-07-10
qlge: Moving low level frame error to ethtool statistics.
Jitendra Kalsaria
3
-27
/
+58
2012-07-10
qlge: Fixed double pci free upon tx_ring->q allocation failure.
Jitendra Kalsaria
1
-4
/
+6
2012-07-10
qlge: Added missing case statement to ethtool get_strings.
Jitendra Kalsaria
1
-0
/
+5
2012-07-10
qlge: Clean up ethtool set WOL routine.
Jitendra Kalsaria
1
-9
/
+0
2012-07-10
qlge: Fix ethtool WOL calls to operate only on devices that support WOL.
Jitendra Kalsaria
2
-4
/
+18
2012-07-10
qlge: Cleanup atomic queue threshold check.
Jitendra Kalsaria
2
-5
/
+1
2012-07-10
qlge: Fix TX queue stoppage due to full condition.
Jitendra Kalsaria
1
-1
/
+11
2012-07-10
qlge: remove unnecessary setting of skb->dev
Jon Mason
1
-2
/
+0
2012-07-05
qlge: set maximal number of default RSS queues
Yuval Mintz
1
-1
/
+1
2012-04-14
net: Fix spelling typo in net
Masanari Iida
1
-1
/
+1
2012-02-04
qlge: Bumped driver version to 1.00.00.30.
Jitendra Kalsaria
1
-1
/
+1
2012-02-04
qlge: Fix memory leak in the process of refill
Jitendra Kalsaria
1
-3
/
+5
2012-02-04
qlge: Removing needless print's which are not
Jitendra Kalsaria
1
-70
/
+1
2012-02-04
qlge: Fixed invalid reference to ip header
Jitendra Kalsaria
1
-3
/
+4
2012-01-31
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
1
-3
/
+1
2011-12-08
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
1
-14
/
+24
2011-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+3
2011-11-23
qlge: fix size of external list for TX address descriptors
Thadeu Lima de Souza Cascardo
1
-5
/
+3
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
1
-4
/
+6
2011-11-08
sweep the floors and convert some .get_drvinfo routines to strlcpy
Rick Jones
1
-4
/
+7
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-3
/
+3
2011-10-06
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
Ian Campbell
1
-2
/
+2
2011-09-15
qlge: convert to SKB paged frag API.
Ian Campbell
1
-12
/
+6
[next]