index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sun
Commit message (
Expand
)
Author
Age
Files
Lines
*
ethernet: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-5
/
+5
*
sunvnet: does not support GSO for sctp
Cathy Zhou
2018-03-14
1
-1
/
+1
*
sun: Add SPDX license tags to Sun network drivers
Shannon Nelson
2018-02-08
11
-0
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-11-15
9
-38
/
+24
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
7
-0
/
+7
|
|
\
|
*
|
net: ethernet: sun: Convert timers to use timer_setup()
Kees Cook
2017-10-18
9
-31
/
+24
|
*
|
ldmvsw: Remove redundant unlikely()
Tobias Klauser
2017-09-26
1
-1
/
+1
|
*
|
drivers: net: sun: use setup_timer() helper.
Allen Pais
2017-09-21
1
-3
/
+1
|
*
|
drivers: net: sun: cassini: use setup_timer() helper.
Allen Pais
2017-09-21
1
-4
/
+1
|
*
|
drivers : net: niu: use setup_timer() helper.
Allen Pais
2017-09-21
1
-3
/
+1
*
|
|
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-07
7
-0
/
+7
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
7
-0
/
+7
|
|
/
*
/
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-2
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-01
1
-3
/
+3
|
\
|
*
sunhme: fix up GREG_STAT and GREG_IMASK register offsets
Mark Cave-Ayland
2017-08-01
1
-3
/
+3
*
|
net: Convert to using %pOF instead of full_name
Rob Herring
2017-07-24
1
-13
/
+11
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-21
1
-2
/
+2
|
\
|
|
*
net: niu: fix format string overflow warning:
Arnd Bergmann
2017-07-14
1
-2
/
+2
*
|
sunvnet: add support for IPv6 checksum offloads
Shannon Nelson
2017-07-17
3
-13
/
+81
|
/
*
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
*
sunvnet: restrict advertized checksum offloads to just IP
Shannon Nelson
2017-06-15
2
-2
/
+2
*
ldmvsw: stop the clean timer at beginning of remove
Shannon Nelson
2017-05-15
1
-1
/
+1
*
ldmvsw: unregistering netdev before disable hardware
Thomas Tai
2017-05-15
1
-1
/
+1
*
net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"
Colin Ian King
2017-05-01
1
-1
/
+1
*
net: sunhme: Use net_device_stats from struct net_device
Tobias Klauser
2017-04-07
2
-13
/
+11
*
net: sunbmac: Use net_device_stats from struct net_device
Tobias Klauser
2017-04-07
2
-10
/
+9
*
net: sun: sungem: rix a possible null dereference
Philippe Reynes
2017-03-22
1
-2
/
+3
*
sunvnet: xoff not needed when removing port link
Shannon Nelson
2017-03-17
1
-4
/
+0
*
sunvnet: count multicast packets
Shannon Nelson
2017-03-17
1
-0
/
+2
*
sunvnet: track port queues correctly
Shannon Nelson
2017-03-17
2
-13
/
+22
*
sunvnet: add stats to track ldom to ldom packets and bytes
Shannon Nelson
2017-03-17
3
-1
/
+136
*
ldmvsw: better use of link up and down on ldom vswitch
Shannon Nelson
2017-03-17
3
-7
/
+41
*
net: sun: sunhme: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-03-09
1
-28
/
+34
*
net: sun: sungem: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-03-09
1
-41
/
+57
*
net: sun: niu: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-03-09
1
-17
/
+20
*
net: sun: cassini: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-03-09
1
-46
/
+52
*
ldmvsw: disable tso and gso for bridge operations
Shannon Nelson
2017-02-14
2
-4
/
+4
*
ldmvsw: update and simplify version string
Shannon Nelson
2017-02-14
1
-10
/
+4
*
sunvnet: remove extra rcu_read_unlocks
Shannon Nelson
2017-02-14
1
-6
/
+2
*
sunvnet: straighten up message event handling logic
Shannon Nelson
2017-02-14
1
-49
/
+45
*
sunvnet: add memory barrier before check for tx enable
Shannon Nelson
2017-02-14
1
-0
/
+1
*
sunvnet: update version and version printing
Shannon Nelson
2017-02-14
1
-10
/
+4
*
sunvnet: remove unused variable in maybe_tx_wakeup
Sowmini Varadhan
2017-02-14
1
-5
/
+1
*
sunvnet: make sunvnet common code dynamically loadable
Shannon Nelson
2017-02-14
2
-2
/
+11
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
3
-3
/
+3
*
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-4
/
+2
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
3
-3
/
+3
*
linux: drop __bitwise__ everywhere
Michael S. Tsirkin
2016-12-15
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-22
4
-10
/
+12
|
\
|
*
sunbmac: Fix compiler warning
Tushar Dave
2016-11-18
2
-3
/
+4
[next]