summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/tile/tilegx.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+2
* ethernet/tile: use core min/max MTU checkingJarod Wilson2016-10-181-13/+8
* net: tilegx: use correct timespec64 typeArnd Bergmann2016-06-171-3/+3
* nohz: Prevent tilegx network driver interruptsChris Metcalf2015-07-291-1/+3
* 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-131-3/+2
* 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-261-9/+9
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+2
* net: tile: fix unused variable warningChris Metcalf2014-06-161-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-10/+3
|\
| * net: tile: Remove unnecessary memset of netdev private dataTobias Klauser2014-05-301-1/+0
| * net: tile: Use helpers from linux/etherdevice.h to check/set MACTobias Klauser2014-05-301-9/+3
* | tile: net: Use irq_alloc/free_hwirqThomas Gleixner2014-05-161-3/+3
|/
* ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* tilegx: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* 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-271-24/+0
* | tile_net: Implement the SIOCGHWTSTAMP ioctlBen Hutchings2013-11-211-3/+19
|/
* 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-031-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-011-1/+215
* tile: remove deprecated NETIF_F_LLTX flag from tile driversChris Metcalf2013-08-011-1/+0
* 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/+8
* tile: support jumbo frames in the tilegx network driverChris Metcalf2013-08-011-159/+188
* tile: set hw_features and vlan_features in setupChris Metcalf2013-08-011-4/+11
* tile: support new Tilera hypervisorChris Metcalf2013-05-021-1/+1
* tilegx: request_irq with a non-null device nameSimon Marchi2012-11-161-1/+1
* tilegx: fix some issues in the SW TSO supportChris Metcalf2012-10-261-16/+19
* tilegx net: use eth_hw_addr_random(), not eth_random_addr()Chris Metcalf2012-07-181-1/+1
* tilegx net driver: handle payload data not in fragsChris Metcalf2012-07-181-18/+18
* net: tilegx driver bugfix (be explicit about percpu queue number)Chris Metcalf2012-07-181-8/+15
* ethernet: Use eth_random_addrJoe Perches2012-07-161-1/+1
* tilegx network driver: initial supportChris Metcalf2012-06-111-0/+1898