summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/tile
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-22net: ethernet: make ptp_clock_info constBhumika Goyal1-1/+1
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet2-2/+2
2017-01-12tilepro: Fix non-void return from void functionJoe Perches1-4/+0
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-2/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-12-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre1-1/+1
2016-10-18ethernet/tile: use core min/max MTU checkingJarod Wilson2-35/+13
2016-07-07timers, driver/net/ethernet/tile: Initialize the egress timer as pinnedThomas Gleixner1-2/+2
2016-06-18net: tilegx: use correct timespec64 typeArnd Bergmann1-3/+3
2016-05-05drivers: fix dev->trans_start removal falloutFlorian Westphal1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-01-05tilepro: use to_delayed_workGeliang Tang1-2/+1
2015-07-29nohz: Prevent tilegx network driver interruptsChris Metcalf1-1/+3
2015-05-15net: batch of last_rx update avoidance in ethernet drivers.françois romieu1-3/+0
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2015-03-31ptp: tilegx: convert to the 64 bit get/set time methods.Richard Cochran1-4/+5
2015-03-05drivers: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2015-02-14tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-6/+4
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-15/+15
2014-09-10drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-5/+3
2014-08-26drivers/net/ethernet/tile: __get_cpu_var call introduced in 3.14Christoph Lameter1-2/+2
2014-08-26drivers/net/ethernet/tile: Replace __get_cpu_var uses for address calculationChristoph Lameter2-13/+13
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen2-3/+4
2014-06-17net: tile: fix unused variable warningChris Metcalf1-1/+0
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+3
2014-05-31net: tile: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2014-05-31net: tile: Use helpers from linux/etherdevice.h to check/set MACTobias Klauser1-9/+3
2014-05-16tile: net: Use irq_alloc/free_hwirqThomas Gleixner1-3/+3
2014-03-25tilepro: Call dev_consume_skb_any instead of kfree_skb.Eric W. Biederman1-2/+2
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran1-0/+1
2014-03-15tilepro: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15tilegx: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-1/+1
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2013-12-27tile_net: Always enable PTP clock support on TILE-GxBen Hutchings2-35/+1
2013-12-06Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-3/+19
2013-11-21tile_net: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-3/+19
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+2
2013-10-03net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-09-12net: tilegx driver: avoid compiler warningChris Metcalf1-3/+3
2013-09-04drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2013-08-05tile: fix missing unlock on error in tile_net_open()Wei Yongjun1-1/+3
2013-08-02tile: support PTP using the tilegx mPIPE (IEEE 1588)Chris Metcalf2-1/+226
2013-08-02tile: remove deprecated NETIF_F_LLTX flag from tile driversChris Metcalf2-2/+0