summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/tile/tilepro.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* tilepro: Fix non-void return from void functionJoe Perches2017-01-121-4/+0
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-2/+2
* ethernet/tile: use core min/max MTU checkingJarod Wilson2016-10-181-22/+5
* timers, driver/net/ethernet/tile: Initialize the egress timer as pinnedThomas Gleixner2016-07-071-2/+2
* drivers: fix dev->trans_start removal falloutFlorian Westphal2016-05-041-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* tilepro: use to_delayed_workGeliang Tang2016-01-041-2/+1
* net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-141-3/+0
* tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-3/+2
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-4/+4
|\
| * drivers/net/ethernet/tile: Replace __get_cpu_var uses for address calculationChristoph Lameter2014-08-261-4/+4
* | drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-091-5/+3
|/
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
* tilepro: Call dev_consume_skb_any instead of kfree_skb.Eric W. Biederman2014-03-241-2/+2
* tilepro: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+2
* tile: remove deprecated NETIF_F_LLTX flag from tile driversChris Metcalf2013-08-011-1/+0
* tile: remove dead is_dup_ack() function from tilepro net driverChris Metcalf2013-08-011-76/+0
* tile: avoid bug in tilepro net driver built with old hypervisorChris Metcalf2013-08-011-3/+6
* tile: support rx_dropped/rx_errors in tilepro net driverChris Metcalf2013-08-011-26/+15
* tile: set hw_features and vlan_features in setupChris Metcalf2013-08-011-29/+14
* tile: handle 64-bit statistics in tilepro network driverChris Metcalf2013-07-301-23/+54
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-031-1/+0
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-1/+1
* drivers/net/ethernet/tile: fix netdev_alloc_skb() bombingChris Metcalf2012-04-021-1/+1
* tilepro ethernet driver: fix a few minor issuesChris Metcalf2012-04-021-25/+50
* ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka2012-02-151-1/+2
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-081-2/+2
* netdev: make net_device_ops conststephen hemminger2012-01-091-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-4/+4
|\
| * arch/tile: use new generic {enable,disable}_percpu_irq() routinesChris Metcalf2011-12-031-2/+2
| * drivers/net/ethernet/tile: use skb_frag_page() APIChris Metcalf2011-12-031-2/+2
* | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-1/+1
* net: add skb frag size accessorsEric Dumazet2011-10-191-1/+1
* tile: Move the Tilera driverJeff Kirsher2011-08-121-0/+2465