index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
tile
/
tilegx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ethernet: make ptp_clock_info const
Bhumika Goyal
2017-08-22
1
-1
/
+1
*
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
Miroslav Lichvar
2017-05-21
1
-0
/
+1
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
1
-2
/
+2
*
ethernet/tile: use core min/max MTU checking
Jarod Wilson
2016-10-18
1
-13
/
+8
*
net: tilegx: use correct timespec64 type
Arnd Bergmann
2016-06-17
1
-3
/
+3
*
nohz: Prevent tilegx network driver interrupts
Chris Metcalf
2015-07-29
1
-1
/
+3
*
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-04-20
1
-2
/
+2
|
\
|
*
drivers: fix up obsolete cpu function usage.
Rusty Russell
2015-03-05
1
-2
/
+2
*
|
ptp: tilegx: convert to the 64 bit get/set time methods.
Richard Cochran
2015-03-31
1
-4
/
+5
|
/
*
tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
1
-3
/
+2
*
drivers/net/ethernet/tile: __get_cpu_var call introduced in 3.14
Christoph Lameter
2014-08-26
1
-2
/
+2
*
drivers/net/ethernet/tile: Replace __get_cpu_var uses for address calculation
Christoph Lameter
2014-08-26
1
-9
/
+9
*
net: set name_assign_type in alloc_netdev()
Tom Gundersen
2014-07-15
1
-2
/
+2
*
net: tile: fix unused variable warning
Chris Metcalf
2014-06-16
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-06-12
1
-10
/
+3
|
\
|
*
net: tile: Remove unnecessary memset of netdev private data
Tobias Klauser
2014-05-30
1
-1
/
+0
|
*
net: tile: Use helpers from linux/etherdevice.h to check/set MAC
Tobias Klauser
2014-05-30
1
-9
/
+3
*
|
tile: net: Use irq_alloc/free_hwirq
Thomas Gleixner
2014-05-16
1
-3
/
+3
|
/
*
ptp: drivers: set the number of programmable pins.
Richard Cochran
2014-03-21
1
-0
/
+1
*
tilegx: Don't receive packets when the napi budget == 0
Eric W. Biederman
2014-03-14
1
-0
/
+3
*
netdevice: add queue selection fallback handler for ndo_select_queue
Daniel Borkmann
2014-02-17
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-14
1
-1
/
+2
|
\
|
*
net: core: explicitly select a txq before doing l2 forwarding
Jason Wang
2014-01-10
1
-1
/
+2
*
|
tile_net: Always enable PTP clock support on TILE-Gx
Ben Hutchings
2013-12-27
1
-24
/
+0
*
|
tile_net: Implement the SIOCGHWTSTAMP ioctl
Ben Hutchings
2013-11-21
1
-3
/
+19
|
/
*
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
2013-10-02
1
-1
/
+1
*
net: tilegx driver: avoid compiler warning
Chris Metcalf
2013-09-11
1
-3
/
+3
*
drivers/net: Convert uses of compare_ether_addr to ether_addr_equal
Joe Perches
2013-09-03
1
-1
/
+1
*
tile: fix missing unlock on error in tile_net_open()
Wei Yongjun
2013-08-05
1
-1
/
+3
*
tile: support PTP using the tilegx mPIPE (IEEE 1588)
Chris Metcalf
2013-08-01
1
-1
/
+215
*
tile: remove deprecated NETIF_F_LLTX flag from tile drivers
Chris Metcalf
2013-08-01
1
-1
/
+0
*
tile: make "tile_net.custom" a proper bool module parameter
Chris Metcalf
2013-08-01
1
-5
/
+5
*
tile: support TSO for IPv6 in tilegx network driver
Chris Metcalf
2013-08-01
1
-15
/
+29
*
tile: support multiple mPIPE shims in tilegx network driver
Chris Metcalf
2013-08-01
1
-210
/
+341
*
tile: enable GRO in the tilegx network driver
Chris Metcalf
2013-08-01
1
-1
/
+1
*
tile: fix panic bug in napi support for tilegx network driver
Chris Metcalf
2013-08-01
1
-32
/
+33
*
tile: update dev->stats directly in tilegx network driver
Chris Metcalf
2013-08-01
1
-21
/
+8
*
tile: support jumbo frames in the tilegx network driver
Chris Metcalf
2013-08-01
1
-159
/
+188
*
tile: set hw_features and vlan_features in setup
Chris Metcalf
2013-08-01
1
-4
/
+11
*
tile: support new Tilera hypervisor
Chris Metcalf
2013-05-02
1
-1
/
+1
*
tilegx: request_irq with a non-null device name
Simon Marchi
2012-11-16
1
-1
/
+1
*
tilegx: fix some issues in the SW TSO support
Chris Metcalf
2012-10-26
1
-16
/
+19
*
tilegx net: use eth_hw_addr_random(), not eth_random_addr()
Chris Metcalf
2012-07-18
1
-1
/
+1
*
tilegx net driver: handle payload data not in frags
Chris Metcalf
2012-07-18
1
-18
/
+18
*
net: tilegx driver bugfix (be explicit about percpu queue number)
Chris Metcalf
2012-07-18
1
-8
/
+15
*
ethernet: Use eth_random_addr
Joe Perches
2012-07-16
1
-1
/
+1
*
tilegx network driver: initial support
Chris Metcalf
2012-06-11
1
-0
/
+1898