summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/neterion/vxge/vxge-main.c
AgeCommit message (Expand)Author
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-23net: vxge: fix spelling mistake in macro VXGE_HW_ERR_PRIVILAGED_OPEARATIONColin Ian King
2017-11-20net: vxge: Fix some indentation issuesChristophe JAILLET
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-10net: vxge: remove redundant assignments and pointersColin Ian King
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18net: vxge: Convert timers to use timer_setup()Kees Cook
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-10-18ethernet/neterion: use core min/max MTU checkingJarod Wilson
2016-01-29net: vxge: avoid unused function warningsArnd Bergmann
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-09-15net: ethernet: neterion: vxge: vxge-main.c: Cleaning up missing null-terminat...Rickard Strandqvist
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-29vxge: remove deprecated syststamp timestampWillem de Bruijn
2014-05-21vxge: Use time_before()Manuel Schölling
2014-03-24vxge: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-03-14vxge: Don't receive packets when the napi budget == 0Eric W. Biederman
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-02-18vxge: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-02-09net: vxge: Remove unused device pointerChristian Engelmayer
2014-01-16vxge: make local functions staticstephen hemminger
2013-12-31net: vxge: slight optimization of addr comparedingtianhong
2013-12-18net: vxge calls skb_set_hashTom Herbert
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2013-11-21vxge: Implement the SIOCGHWTSTAMP ioctlBen Hutchings
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-21net: neterion: remove unnecessary pci_set_drvdata()Jingoo Han
2013-06-18treewide: Fix typo in printkMasanari Iida
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-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03vxge/s2io: remove __dev* attributesBill Pemberton
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld
2012-07-10vxge/s2io: remove dead URLsJon Mason
2012-07-05vxge: set maximal number of default RSS queuesYuval Mintz
2012-06-06ethernet: Remove casts to same typeJoe Perches
2012-04-07vxge: stop using net_device.{base_addr, irq}.Francois Romieu
2012-04-04vxge: Convert macro to inline functionJoe Perches
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker
2011-10-19net: add skb frag size accessorsEric Dumazet