aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/tile
AgeCommit message (Expand)Author
2015-07-29nohz: Prevent tilegx network driver interruptsChris Metcalf
2015-05-14net: batch of last_rx update avoidance in ethernet drivers.françois romieu
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-03-31ptp: tilegx: convert to the 64 bit get/set time methods.Richard Cochran
2015-03-05drivers: fix up obsolete cpu function usage.Rusty Russell
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches
2014-08-26drivers/net/ethernet/tile: __get_cpu_var call introduced in 3.14Christoph Lameter
2014-08-26drivers/net/ethernet/tile: Replace __get_cpu_var uses for address calculationChristoph Lameter
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-06-16net: tile: fix unused variable warningChris Metcalf
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-05-30net: tile: Remove unnecessary memset of netdev private dataTobias Klauser
2014-05-30net: tile: Use helpers from linux/etherdevice.h to check/set MACTobias Klauser
2014-05-16tile: net: Use irq_alloc/free_hwirqThomas Gleixner
2014-03-24tilepro: Call dev_consume_skb_any instead of kfree_skb.Eric W. Biederman
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran
2014-03-14tilepro: Don't receive packets when the napi budget == 0Eric W. Biederman
2014-03-14tilegx: 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-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2013-12-27tile_net: Always enable PTP clock support on TILE-GxBen Hutchings
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2013-11-21tile_net: 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-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-09-11net: tilegx driver: avoid compiler warningChris Metcalf
2013-09-03drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches
2013-08-05tile: fix missing unlock on error in tile_net_open()Wei Yongjun
2013-08-01tile: support PTP using the tilegx mPIPE (IEEE 1588)Chris Metcalf
2013-08-01tile: remove deprecated NETIF_F_LLTX flag from tile driversChris Metcalf
2013-08-01tile: make "tile_net.custom" a proper bool module parameterChris Metcalf
2013-08-01tile: support TSO for IPv6 in tilegx network driverChris Metcalf
2013-08-01tile: support multiple mPIPE shims in tilegx network driverChris Metcalf
2013-08-01tile: enable GRO in the tilegx network driverChris Metcalf
2013-08-01tile: fix panic bug in napi support for tilegx network driverChris Metcalf
2013-08-01tile: update dev->stats directly in tilegx network driverChris Metcalf
2013-08-01tile: support jumbo frames in the tilegx network driverChris Metcalf
2013-08-01tile: remove dead is_dup_ack() function from tilepro net driverChris Metcalf
2013-08-01tile: avoid bug in tilepro net driver built with old hypervisorChris Metcalf
2013-08-01tile: support rx_dropped/rx_errors in tilepro net driverChris Metcalf
2013-08-01tile: set hw_features and vlan_features in setupChris Metcalf
2013-07-30tile: handle 64-bit statistics in tilepro network driverChris Metcalf
2013-05-02tile: support new Tilera hypervisorChris Metcalf
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2012-11-16tilegx: request_irq with a non-null device nameSimon Marchi