aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlge/qlge_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-4/+4
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-8/+8
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-6/+0
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-14/+8
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-1/+0
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-01-11qlge: remove NETIF_F_TSO6 flagAmerigo Wang1-1/+1
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-3/+3
2012-12-03qlge: remove __dev* attributesBill Pemberton1-4/+4
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-07-29qlge: Add offload features to vlan interfacesbrenohl@br.ibm.com1-0/+1
2012-07-11qlge: fix endian issueLi RongQing1-3/+3
2012-07-10qlge: Moving low level frame error to ethtool statistics.Jitendra Kalsaria1-27/+36
2012-07-10qlge: Fixed double pci free upon tx_ring->q allocation failure.Jitendra Kalsaria1-4/+6
2012-07-10qlge: Cleanup atomic queue threshold check.Jitendra Kalsaria1-4/+1
2012-07-10qlge: Fix TX queue stoppage due to full condition.Jitendra Kalsaria1-1/+11
2012-07-10qlge: remove unnecessary setting of skb->devJon Mason1-2/+0
2012-07-05qlge: set maximal number of default RSS queuesYuval Mintz1-1/+1
2012-04-14net: Fix spelling typo in netMasanari Iida1-1/+1
2012-02-04qlge: Fix memory leak in the process of refillJitendra Kalsaria1-3/+5
2012-02-04qlge: Removing needless print's which are notJitendra Kalsaria1-70/+1
2012-02-04qlge: Fixed invalid reference to ip headerJitendra Kalsaria1-3/+4
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-14/+24
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-4/+6
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-2/+2
2011-09-15qlge: convert to SKB paged frag API.Ian Campbell1-12/+6
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10qlogic: Move the QLogic driversJeff Kirsher1-0/+4987