aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/tile
AgeCommit message (Expand)AuthorFilesLines
2018-03-26net: tile: remove ethernet driversGravatar Arnd Bergmann 4-4705/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+4
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-27sched/isolation: Introduce housekeeping flagsGravatar Frederic Weisbecker 1-2/+2
2017-10-27sched/isolation: Move housekeeping related code to its own fileGravatar Frederic Weisbecker 1-1/+1
2017-10-05timer: Remove init_timer_pinned() in favor of timer_setup()Gravatar Kees Cook 1-5/+4
2017-08-22net: ethernet: make ptp_clock_info constGravatar Bhumika Goyal 1-1/+1
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLGravatar Miroslav Lichvar 1-0/+1
2017-01-30drivers: net: generalize napi_complete_done()Gravatar Eric Dumazet 2-2/+2
2017-01-12tilepro: Fix non-void return from void functionGravatar Joe Perches 1-4/+0
2017-01-08net: make ndo_get_stats64 a void functionGravatar stephen hemminger 1-2/+2
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 1-2/+2
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2016-11-16ptp_clock: Allow for it to be optionalGravatar Nicolas Pitre 1-1/+1
2016-10-18ethernet/tile: use core min/max MTU checkingGravatar Jarod Wilson 2-35/+13
2016-07-07timers, driver/net/ethernet/tile: Initialize the egress timer as pinnedGravatar Thomas Gleixner 1-2/+2
2016-06-17net: tilegx: use correct timespec64 typeGravatar Arnd Bergmann 1-3/+3
2016-05-04drivers: fix dev->trans_start removal falloutGravatar Florian Westphal 1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-1/+1
2016-01-04tilepro: use to_delayed_workGravatar Geliang Tang 1-2/+1
2015-07-29nohz: Prevent tilegx network driver interruptsGravatar Chris Metcalf 1-1/+3
2015-05-14net: batch of last_rx update avoidance in ethernet drivers.Gravatar françois romieu 1-3/+0
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2015-03-31ptp: tilegx: convert to the 64 bit get/set time methods.Gravatar Richard Cochran 1-4/+5
2015-03-05drivers: fix up obsolete cpu function usage.Gravatar Rusty Russell 1-2/+2
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 2-6/+4
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-15/+15
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnGravatar Joe Perches 1-5/+3
2014-08-26drivers/net/ethernet/tile: __get_cpu_var call introduced in 3.14Gravatar Christoph Lameter 1-2/+2
2014-08-26drivers/net/ethernet/tile: Replace __get_cpu_var uses for address calculationGravatar Christoph Lameter 2-13/+13
2014-07-15net: set name_assign_type in alloc_netdev()Gravatar Tom Gundersen 2-3/+4
2014-06-16net: tile: fix unused variable warningGravatar Chris Metcalf 1-1/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-10/+3
2014-05-30net: tile: Remove unnecessary memset of netdev private dataGravatar Tobias Klauser 1-1/+0
2014-05-30net: tile: Use helpers from linux/etherdevice.h to check/set MACGravatar Tobias Klauser 1-9/+3
2014-05-16tile: net: Use irq_alloc/free_hwirqGravatar Thomas Gleixner 1-3/+3
2014-03-24tilepro: Call dev_consume_skb_any instead of kfree_skb.Gravatar Eric W. Biederman 1-2/+2
2014-03-21ptp: drivers: set the number of programmable pins.Gravatar Richard Cochran 1-0/+1
2014-03-14tilepro: Don't receive packets when the napi budget == 0Gravatar Eric W. Biederman 1-0/+3
2014-03-14tilegx: Don't receive packets when the napi budget == 0Gravatar Eric W. Biederman 1-0/+3
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqGravatar Eric W. Biederman 1-2/+2
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueGravatar Daniel Borkmann 1-1/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingGravatar Jason Wang 1-1/+2
2013-12-27tile_net: Always enable PTP clock support on TILE-GxGravatar Ben Hutchings 2-35/+1
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar David S. Miller 1-3/+19
2013-11-21tile_net: Implement the SIOCGHWTSTAMP ioctlGravatar Ben Hutchings 1-3/+19
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+2
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepGravatar John Stultz 1-0/+2