aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/tile (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Hutchings2-35/+1
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-3/+19
2013-11-21tile_net: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-3/+19
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+2
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 Metcalf2-1/+226
2013-08-01tile: remove deprecated NETIF_F_LLTX flag from tile driversChris Metcalf2-2/+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: remove dead is_dup_ack() function from tilepro net driverChris Metcalf1-76/+0
2013-08-01tile: avoid bug in tilepro net driver built with old hypervisorChris Metcalf1-3/+6
2013-08-01tile: support rx_dropped/rx_errors in tilepro net driverChris Metcalf1-26/+15
2013-08-01tile: set hw_features and vlan_features in setupChris Metcalf2-33/+25
2013-07-30tile: handle 64-bit statistics in tilepro network driverChris Metcalf1-23/+54
2013-05-02tile: support new Tilera hypervisorChris Metcalf1-1/+1
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
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 Metcalf3-2/+1902
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2012-04-02drivers/net/ethernet/tile: fix netdev_alloc_skb() bombingChris Metcalf1-1/+1
2012-04-02tilepro ethernet driver: fix a few minor issuesChris Metcalf1-25/+50
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka1-1/+2
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi1-2/+2
2012-01-09netdev: make net_device_ops conststephen hemminger1-2/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-12-03arch/tile: use new generic {enable,disable}_percpu_irq() routinesChris Metcalf1-2/+2
2011-12-03drivers/net/ethernet/tile: use skb_frag_page() APIChris Metcalf1-2/+2
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-0/+2490
2011-10-19net: add skb frag size accessorsEric Dumazet1-1/+1
2011-08-12tile: Move the Tilera driverJeff Kirsher3-0/+2490