aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/tile/tilegx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-11tilegx network driver: initial supportChris Metcalf1-0/+1898