aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/neterion (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-02-18vxge: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-6/+9
2014-02-18s2io: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-2/+3
2014-02-09net: vxge: Remove unused device pointerChristian Engelmayer1-6/+0
2014-01-16vxge: make local functions staticstephen hemminger5-46/+5
2013-12-31net: vxge: slight optimization of addr comparedingtianhong1-1/+1
2013-12-18net: vxge calls skb_set_hashTom Herbert1-1/+2
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-8/+19
2013-11-21vxge: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-8/+19
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+4
2013-10-21net: neterion: remove unnecessary pci_set_drvdata()Jingoo Han2-4/+0
2013-06-18treewide: Fix typo in printkMasanari Iida1-1/+1
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2-2/+2
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-3/+5
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2-3/+3
2013-03-18net: neterion: replace ip_fast_csum with csum_replace2Li RongQing1-4/+2
2013-01-08remove init of dev->perm_addr in driversJiri Pirko2-2/+0
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2-11/+7
2012-12-04net: neterion: use for_each_pci_dev to simplify the codeWei Yongjun1-1/+1
2012-12-03vxge/s2io: remove __dev* attributesBill Pemberton5-19/+19
2012-11-19net: Remove bogus dependencies on INETBen Hutchings1-1/+1
2012-11-03net: neterion: Do not break word unregister.YOSHIFUJI Hideaki / 吉藤英明1-1/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas2-2/+2
2012-09-07netdev: make pci_error_handlers constStephen Hemminger2-2/+2
2012-08-23vxge: Use PCI Express Capability accessorsJiang Liu1-2/+2
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld1-4/+4
2012-07-10vxge/s2io: remove dead URLsJon Mason1-3/+1
2012-07-10drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings1-2/+1
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-5/+5
2012-07-05vxge: set maximal number of default RSS queuesYuval Mintz1-1/+2
2012-06-06ethernet: Remove casts to same typeJoe Perches5-19/+18
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-04-07s2io: stop using net_device.{base_addr, irq}.Francois Romieu1-9/+5
2012-04-07vxge: stop using net_device.{base_addr, irq}.Francois Romieu1-11/+7
2012-04-04vxge: Convert macro to inline functionJoe Perches2-9/+12
2012-04-03vxge: Remove unnecessary ; in do {} while (0) macroJoe Perches1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-3/+3
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-2/+4
2011-11-29corral some wayward N/A fw_version dust bunniesRick Jones1-1/+0
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław2-6/+7
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-4/+4
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-19net: add skb frag size accessorsEric Dumazet2-12/+12