summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/tile
Commit message (Expand)AuthorAgeFilesLines
* net: tilegx: use correct timespec64 typeArnd Bergmann2016-06-181-3/+3
* drivers: fix dev->trans_start removal falloutFlorian Westphal2016-05-041-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* tilepro: use to_delayed_workGeliang Tang2016-01-041-2/+1Star
* nohz: Prevent tilegx network driver interruptsChris Metcalf2015-07-291-1/+3
* net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-141-3/+0Star
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-2/+2
|\
| * drivers: fix up obsolete cpu function usage.Rusty Russell2015-03-051-2/+2
* | ptp: tilegx: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-4/+5
|/
* tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-142-6/+4Star
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-152-15/+15
|\
| * drivers/net/ethernet/tile: __get_cpu_var call introduced in 3.14Christoph Lameter2014-08-261-2/+2
| * drivers/net/ethernet/tile: Replace __get_cpu_var uses for address calculationChristoph Lameter2014-08-262-13/+13
* | drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-101-5/+3Star
|/
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-162-3/+4
* net: tile: fix unused variable warningChris Metcalf2014-06-171-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-10/+3Star
|\
| * net: tile: Remove unnecessary memset of netdev private dataTobias Klauser2014-05-311-1/+0Star
| * net: tile: Use helpers from linux/etherdevice.h to check/set MACTobias Klauser2014-05-311-9/+3Star
* | tile: net: Use irq_alloc/free_hwirqThomas Gleixner2014-05-161-3/+3
|/
* tilepro: Call dev_consume_skb_any instead of kfree_skb.Eric W. Biederman2014-03-251-2/+2
* ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* tilepro: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-151-0/+3
* tilegx: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-151-0/+3
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-151-2/+2
* netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+2
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-1/+2
* | tile_net: Always enable PTP clock support on TILE-GxBen Hutchings2013-12-272-35/+1Star
* | Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2013-12-061-3/+19
|\ \ | |/ |/|
| * tile_net: Implement the SIOCGHWTSTAMP ioctlBen Hutchings2013-11-211-3/+19
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+2
|\ \ | |/ |/|
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+2
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
|/
* net: tilegx driver: avoid compiler warningChris Metcalf2013-09-111-3/+3
* drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-041-1/+1
* tile: fix missing unlock on error in tile_net_open()Wei Yongjun2013-08-051-1/+3
* tile: support PTP using the tilegx mPIPE (IEEE 1588)Chris Metcalf2013-08-012-1/+226
* tile: remove deprecated NETIF_F_LLTX flag from tile driversChris Metcalf2013-08-012-2/+0Star
* tile: make "tile_net.custom" a proper bool module parameterChris Metcalf2013-08-011-5/+5
* tile: support TSO for IPv6 in tilegx network driverChris Metcalf2013-08-011-15/+29
* tile: support multiple mPIPE shims in tilegx network driverChris Metcalf2013-08-011-210/+341
* tile: enable GRO in the tilegx network driverChris Metcalf2013-08-011-1/+1
* tile: fix panic bug in napi support for tilegx network driverChris Metcalf2013-08-011-32/+33
* tile: update dev->stats directly in tilegx network driverChris Metcalf2013-08-011-21/+8Star
* tile: support jumbo frames in the tilegx network driverChris Metcalf2013-08-011-159/+188
* tile: remove dead is_dup_ack() function from tilepro net driverChris Metcalf2013-08-011-76/+0Star
* tile: avoid bug in tilepro net driver built with old hypervisorChris Metcalf2013-08-011-3/+6
* tile: support rx_dropped/rx_errors in tilepro net driverChris Metcalf2013-08-011-26/+15Star
* tile: set hw_features and vlan_features in setupChris Metcalf2013-08-012-33/+25Star