aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/tile/tilegx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26net: tile: remove ethernet driversArnd Bergmann1-2279/+0
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker1-2/+2
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker1-1/+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 Dumazet1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-10-18ethernet/tile: use core min/max MTU checkingJarod Wilson1-13/+8
2016-06-17net: tilegx: use correct timespec64 typeArnd Bergmann1-3/+3
2015-07-29nohz: Prevent tilegx network driver interruptsChris Metcalf1-1/+3
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus 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-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-3/+2
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 Lameter1-9/+9
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-06-16net: tile: fix unused variable warningChris Metcalf1-1/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+3
2014-05-30net: tile: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2014-05-30net: 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-21ptp: drivers: set the number of programmable pins.Richard Cochran1-0/+1
2014-03-14tilegx: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-1/+1
2014-01-14Merge 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 Hutchings1-24/+0
2013-11-21tile_net: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-3/+19
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-09-11net: tilegx driver: avoid compiler warningChris Metcalf1-3/+3
2013-09-03drivers/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-01tile: support PTP using the tilegx mPIPE (IEEE 1588)Chris Metcalf1-1/+215
2013-08-01tile: remove deprecated NETIF_F_LLTX flag from tile driversChris Metcalf1-1/+0
2013-08-01tile: make "tile_net.custom" a proper bool module parameterChris Metcalf1-5/+5
2013-08-01tile: support TSO for IPv6 in tilegx network driverChris Metcalf1-15/+29
2013-08-01tile: support multiple mPIPE shims in tilegx network driverChris Metcalf1-210/+341
2013-08-01tile: enable GRO in the tilegx network driverChris Metcalf1-1/+1
2013-08-01tile: fix panic bug in napi support for tilegx network driverChris Metcalf1-32/+33
2013-08-01tile: update dev->stats directly in tilegx network driverChris Metcalf1-21/+8
2013-08-01tile: support jumbo frames in the tilegx network driverChris Metcalf1-159/+188
2013-08-01tile: set hw_features and vlan_features in setupChris Metcalf1-4/+11
2013-05-02tile: support new Tilera hypervisorChris Metcalf1-1/+1
2012-11-16tilegx: request_irq with a non-null device nameSimon Marchi1-1/+1
2012-10-26tilegx: fix some issues in the SW TSO supportChris Metcalf1-16/+19
2012-07-18tilegx net: use eth_hw_addr_random(), not eth_random_addr()Chris Metcalf1-1/+1
2012-07-18tilegx net driver: handle payload data not in fragsChris Metcalf1-18/+18
2012-07-18net: tilegx driver bugfix (be explicit about percpu queue number)Chris Metcalf1-8/+15
2012-07-16ethernet: Use eth_random_addrJoe Perches1-1/+1