index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
tile
/
tilepro.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-26
net: tile: remove ethernet drivers
Arnd Bergmann
1
-2397
/
+0
2017-10-05
timer: Remove init_timer_pinned() in favor of timer_setup()
Kees Cook
1
-5
/
+4
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-12
tilepro: Fix non-void return from void function
Joe Perches
1
-4
/
+0
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-2
/
+2
2016-10-18
ethernet/tile: use core min/max MTU checking
Jarod Wilson
1
-22
/
+5
2016-07-07
timers, driver/net/ethernet/tile: Initialize the egress timer as pinned
Thomas Gleixner
1
-2
/
+2
2016-05-05
drivers: fix dev->trans_start removal fallout
Florian Westphal
1
-1
/
+1
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2016-01-05
tilepro: use to_delayed_work
Geliang Tang
1
-2
/
+1
2015-05-15
net: batch of last_rx update avoidance in ethernet drivers.
françois romieu
1
-3
/
+0
2015-02-14
tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-3
/
+2
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+4
2014-09-10
drivers/net: Convert remaining uses of pr_warning to pr_warn
Joe Perches
1
-5
/
+3
2014-08-26
drivers/net/ethernet/tile: Replace __get_cpu_var uses for address calculation
Christoph Lameter
1
-4
/
+4
2014-07-16
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-1
/
+2
2014-03-25
tilepro: Call dev_consume_skb_any instead of kfree_skb.
Eric W. Biederman
1
-2
/
+2
2014-03-15
tilepro: Don't receive packets when the napi budget == 0
Eric W. Biederman
1
-0
/
+3
2014-03-15
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
1
-2
/
+2
2013-11-06
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
1
-0
/
+2
2013-08-02
tile: remove deprecated NETIF_F_LLTX flag from tile drivers
Chris Metcalf
1
-1
/
+0
2013-08-02
tile: remove dead is_dup_ack() function from tilepro net driver
Chris Metcalf
1
-76
/
+0
2013-08-02
tile: avoid bug in tilepro net driver built with old hypervisor
Chris Metcalf
1
-3
/
+6
2013-08-02
tile: support rx_dropped/rx_errors in tilepro net driver
Chris Metcalf
1
-26
/
+15
2013-08-02
tile: set hw_features and vlan_features in setup
Chris Metcalf
1
-29
/
+14
2013-07-31
tile: handle 64-bit statistics in tilepro network driver
Chris Metcalf
1
-23
/
+54
2013-01-04
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
1
-1
/
+0
2012-05-11
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-1
/
+1
2012-04-02
drivers/net/ethernet/tile: fix netdev_alloc_skb() bombing
Chris Metcalf
1
-1
/
+1
2012-04-02
tilepro ethernet driver: fix a few minor issues
Chris Metcalf
1
-25
/
+50
2012-02-24
ethernet: unify return value of .ndo_set_mac_address if address is invalid
Danny Kukawka
1
-1
/
+1
2012-02-16
net: use eth_hw_addr_random() and reset addr_assign_type
Danny Kukawka
1
-1
/
+2
2012-02-09
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A. Dalvi
1
-2
/
+2
2012-01-10
netdev: make net_device_ops const
stephen hemminger
1
-2
/
+1
2011-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2011-12-20
net: fix assignment of 0/1 to bool variables.
Rusty Russell
1
-2
/
+2
2011-12-04
arch/tile: use new generic {enable,disable}_percpu_irq() routines
Chris Metcalf
1
-2
/
+2
2011-12-04
drivers/net/ethernet/tile: use skb_frag_page() API
Chris Metcalf
1
-2
/
+2
2011-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+2465
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-1
/
+1
2011-08-13
tile: Move the Tilera driver
Jeff Kirsher
1
-0
/
+2465