aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/tile/tilepro.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-18ethernet/tile: use core min/max MTU checkingJarod Wilson1-22/+5
2016-07-07timers, driver/net/ethernet/tile: Initialize the egress timer as pinnedThomas Gleixner1-2/+2
2016-05-04drivers: fix dev->trans_start removal falloutFlorian Westphal1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-01-04tilepro: use to_delayed_workGeliang Tang1-2/+1
2015-05-14net: batch of last_rx update avoidance in ethernet drivers.françois romieu1-3/+0
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-3/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-4/+4
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-5/+3
2014-08-26drivers/net/ethernet/tile: Replace __get_cpu_var uses for address calculationChristoph Lameter1-4/+4
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-03-24tilepro: Call dev_consume_skb_any instead of kfree_skb.Eric W. Biederman1-2/+2
2014-03-14tilepro: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+2
2013-08-01tile: remove deprecated NETIF_F_LLTX flag from tile driversChris Metcalf1-1/+0
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 Metcalf1-29/+14
2013-07-30tile: handle 64-bit statistics in tilepro network driverChris Metcalf1-23/+54
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
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 Torvalds1-0/+2465
2011-10-19net: add skb frag size accessorsEric Dumazet1-1/+1
2011-08-12tile: Move the Tilera driverJeff Kirsher1-0/+2465