summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/tile/tilepro.c
Commit message (Expand)AuthorAgeFilesLines
* net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-141-3/+0Star
* tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-3/+2Star
* 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-101-5/+3Star
|/
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+2
* tilepro: Call dev_consume_skb_any instead of kfree_skb.Eric W. Biederman2014-03-251-2/+2
* tilepro: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-151-0/+3
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-151-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/+0Star
* tile: remove dead is_dup_ack() function from tilepro net driverChris Metcalf2013-08-011-76/+0Star
* 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/+15Star
* tile: set hw_features and vlan_features in setupChris Metcalf2013-08-011-29/+14Star
* tile: handle 64-bit statistics in tilepro network driverChris Metcalf2013-07-311-23/+54
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-041-1/+0Star
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-111-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-091-2/+2
* netdev: make net_device_ops conststephen hemminger2012-01-091-2/+1Star
* 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-201-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-131-0/+2465