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
/
net
/
hsr
Commit message (
Expand
)
Author
Age
Files
Lines
*
hsr: fix refcnt leak of hsr slave interface
Taehee Yoo
2020-03-05
1
-4
/
+1
*
hsr: use upper/lower device infrastructure
Taehee Yoo
2020-02-29
3
-30
/
+40
*
hsr: remove unnecessary rcu_read_lock() in hsr module
Taehee Yoo
2020-02-29
3
-37
/
+16
*
hsr: use netdev_err() instead of WARN_ONCE()
Taehee Yoo
2020-02-29
1
-1
/
+2
*
hsr: use extack error message instead of netdev_info
Taehee Yoo
2020-02-29
5
-21
/
+35
*
hsr: use debugfs_remove_recursive() instead of debugfs_remove()
Taehee Yoo
2020-02-29
2
-5
/
+1
*
net: hsr: Pass lockdep expression to RCU lists
Amol Grover
2020-02-19
1
-1
/
+2
*
net: hsr: fix possible NULL deref in hsr_handle_frame()
Eric Dumazet
2020-02-04
1
-0
/
+2
*
net/hsr: remove seq_nr_after_or_eq
Alex Shi
2020-01-21
1
-1
/
+0
*
hsr: fix dummy hsr_debugfs_rename() declaration
Arnd Bergmann
2020-01-08
1
-1
/
+1
*
hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()
Taehee Yoo
2019-12-30
1
-1
/
+2
*
hsr: reset network header when supervision frame is created
Taehee Yoo
2019-12-25
1
-0
/
+2
*
hsr: fix a race condition in node list insertion and deletion
Taehee Yoo
2019-12-25
5
-37
/
+56
*
hsr: rename debugfs file when interface name is changed
Taehee Yoo
2019-12-25
3
-0
/
+20
*
hsr: add hsr root debugfs directory
Taehee Yoo
2019-12-25
4
-3
/
+28
*
hsr: fix error handling routine in hsr_dev_finalize()
Taehee Yoo
2019-12-25
3
-24
/
+21
*
hsr: avoid debugfs warning message when module is remove
Taehee Yoo
2019-12-25
1
-1
/
+0
*
hsr: fix a NULL pointer dereference in hsr_dev_xmit()
Taehee Yoo
2019-12-05
1
-2
/
+7
*
hsr: switch ->dellink() to ->ndo_uninit()
Cong Wang
2019-07-11
3
-18
/
+8
*
hsr: fix a NULL pointer deref in hsr_dev_xmit()
Cong Wang
2019-07-05
1
-3
/
+7
*
hsr: implement dellink to clean up resources
Cong Wang
2019-07-05
5
-10
/
+25
*
hsr: fix a memory leak in hsr_del_port()
Cong Wang
2019-07-05
2
-2
/
+5
*
hsr: fix don't prune the master node from the node_db
Andreas Oetken
2019-05-23
1
-0
/
+8
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
genetlink: optionally validate strictly/dumps
Johannes Berg
2019-04-27
1
-0
/
+2
*
net: hsr: add tx stats for master interface
Murali Karicheri
2019-04-15
1
-0
/
+7
*
net: hsr: fix debugfs path to support multiple interfaces
Murali Karicheri
2019-04-15
3
-9
/
+9
*
net: hsr: fix naming of file and functions
Murali Karicheri
2019-04-15
4
-24
/
+24
*
net: hsr: Fix node prune function for forget time expiry
Aaron Kramer
2019-04-06
1
-0
/
+4
*
net: hsr: add debugfs support for display node list
Murali Karicheri
2019-04-06
6
-12
/
+155
*
net: hsr: convert to SPDX identifier
Murali Karicheri
2019-04-06
12
-61
/
+12
*
net: hsr: add blank line after function declaration
Murali Karicheri
2019-04-06
1
-0
/
+1
*
net: hsr: remove camel case usage in the code
Murali Karicheri
2019-04-06
4
-75
/
+76
*
net: hsr: add missing space around operator in code
Murali Karicheri
2019-04-06
2
-4
/
+4
*
net: hsr: fix placement of logical operator in a multi-line statement
Murali Karicheri
2019-04-06
2
-6
/
+6
*
net: hsr: remove unnecessary space after a cast
Murali Karicheri
2019-04-06
3
-15
/
+15
*
net: hsr: fix NULL checks in the code
Murali Karicheri
2019-04-06
5
-13
/
+13
*
net: hsr: fix lines that ends with a '('
Murali Karicheri
2019-04-06
2
-7
/
+5
*
net: hsr: fix alignment issues in the code for functions
Murali Karicheri
2019-04-06
3
-9
/
+9
*
net: hsr: remove unnecessary paranthesis from the code
Murali Karicheri
2019-04-06
3
-18
/
+16
*
net: hsr: fix multiple blank lines in the code
Murali Karicheri
2019-04-06
7
-55
/
+0
*
net: hsr: fix lines exceeding 80 characters
Murali Karicheri
2019-04-06
5
-22
/
+31
*
genetlink: make policy common to family
Johannes Berg
2019-03-22
1
-2
/
+1
*
net/hsr: fix possible crash in add_timer()
Eric Dumazet
2019-03-07
1
-8
/
+6
*
net: hsr: fix memory leak in hsr_dev_finalize()
Mao Wenan
2019-03-06
3
-1
/
+16
*
net: hsr: Convert timers to use timer_setup()
Kees Cook
2017-10-25
3
-10
/
+7
*
net/hsr: Check skb_put_padto() return value
Florian Fainelli
2017-08-22
1
-1
/
+2
*
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
2017-06-26
1
-1
/
+2
*
net: manual clean code which call skb_put_[data:zero]
yuan linyu
2017-06-20
1
-3
/
+3
*
hsr: fix incorrect warning
Karicheri, Muralidharan
2017-06-12
3
-5
/
+9
[next]