summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/tile/tilepro.c
AgeCommit message (Expand)Author
2018-03-26net: tile: remove ethernet driversArnd Bergmann
2017-10-05timer: Remove init_timer_pinned() in favor of timer_setup()Kees Cook
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-12tilepro: Fix non-void return from void functionJoe Perches
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-10-18ethernet/tile: use core min/max MTU checkingJarod Wilson
2016-07-07timers, driver/net/ethernet/tile: Initialize the egress timer as pinnedThomas Gleixner
2016-05-04drivers: fix dev->trans_start removal falloutFlorian Westphal
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-01-04tilepro: use to_delayed_workGeliang Tang
2015-05-14net: batch of last_rx update avoidance in ethernet drivers.françois romieu
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches
2014-08-26drivers/net/ethernet/tile: Replace __get_cpu_var uses for address calculationChristoph Lameter
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-03-24tilepro: Call dev_consume_skb_any instead of kfree_skb.Eric W. Biederman
2014-03-14tilepro: Don't receive packets when the napi budget == 0Eric W. Biederman
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-08-01tile: remove deprecated NETIF_F_LLTX flag from tile driversChris Metcalf
2013-08-01tile: remove dead is_dup_ack() function from tilepro net driverChris Metcalf
2013-08-01tile: avoid bug in tilepro net driver built with old hypervisorChris Metcalf
2013-08-01tile: support rx_dropped/rx_errors in tilepro net driverChris Metcalf
2013-08-01tile: set hw_features and vlan_features in setupChris Metcalf
2013-07-30tile: handle 64-bit statistics in tilepro network driverChris Metcalf
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-04-02drivers/net/ethernet/tile: fix netdev_alloc_skb() bombingChris Metcalf
2012-04-02tilepro ethernet driver: fix a few minor issuesChris Metcalf
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi
2012-01-09netdev: make net_device_ops conststephen hemminger
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-03arch/tile: use new generic {enable,disable}_percpu_irq() routinesChris Metcalf
2011-12-03drivers/net/ethernet/tile: use skb_frag_page() APIChris Metcalf
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-08-12tile: Move the Tilera driverJeff Kirsher