summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlge
AgeCommit message (Expand)Author
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-10-22net: qlge: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-27qlge: Update version to 1.00.00.33Jitendra Kalsaria
2013-09-27qlge: Enhance nested VLAN (Q-in-Q) handling.Jitendra Kalsaria
2013-09-24qlogic: Remove extern from function prototypesJoe Perches
2013-09-24qlge: call ql_core_dump() only if dump memory was allocated.malahal@us.ibm.com
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-05-26qlge: add missing free_netdev() on error in qlge_probe()Wei Yongjun
2013-05-22net/ethernet/qlogic/qlge/qlge_main: Use module_pci_driver to register driverPeter Hüwe
2013-05-13qlge: fix dma map leak when the last chunk is not allocatedThadeu Lima de Souza Cascardo
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-19qlge: Update version to 1.00.00.32.Jitendra Kalsaria
2013-04-19qlge: Fix ethtool autoneg advertising.Jitendra Kalsaria
2013-04-19qlge: Fix receive path to drop error framesSritej Velaga
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-11qlge: remove NETIF_F_TSO6 flagAmerigo Wang
2013-01-09remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03qlge: remove __dev* attributesBill Pemberton
2012-11-06drivers: ethernet: qlogic: qlge_dbg.c: Fixed a coding style issueKumar Amit Mehta
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-07-30qlge: Add offload features to vlan interfacesbrenohl@br.ibm.com
2012-07-18qlge: fix an "&&" vs "||" bugDan Carpenter
2012-07-11qlge: fix endian issueLi RongQing
2012-07-11qlge: Bumped driver version to 1.00.00.31Jitendra Kalsaria
2012-07-11qlge: Refactoring of ethtool stats.Jitendra Kalsaria
2012-07-11qlge: Moving low level frame error to ethtool statistics.Jitendra Kalsaria
2012-07-11qlge: Fixed double pci free upon tx_ring->q allocation failure.Jitendra Kalsaria
2012-07-11qlge: Added missing case statement to ethtool get_strings.Jitendra Kalsaria
2012-07-11qlge: Clean up ethtool set WOL routine.Jitendra Kalsaria
2012-07-11qlge: Fix ethtool WOL calls to operate only on devices that support WOL.Jitendra Kalsaria
2012-07-11qlge: Cleanup atomic queue threshold check.Jitendra Kalsaria
2012-07-11qlge: Fix TX queue stoppage due to full condition.Jitendra Kalsaria
2012-07-11qlge: remove unnecessary setting of skb->devJon Mason
2012-07-05qlge: set maximal number of default RSS queuesYuval Mintz
2012-04-14net: Fix spelling typo in netMasanari Iida
2012-02-04qlge: Bumped driver version to 1.00.00.30.Jitendra Kalsaria
2012-02-04qlge: Fix memory leak in the process of refillJitendra Kalsaria
2012-02-04qlge: Removing needless print's which are notJitendra Kalsaria
2012-02-04qlge: Fixed invalid reference to ip headerJitendra Kalsaria
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2011-12-09net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko