index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
hsr
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-21
hsr: check protocol version in hsr_newlink()
Taehee Yoo
1
-2
/
+8
2020-04-02
hsr: set .netnsok flag
Taehee Yoo
1
-0
/
+1
2020-04-02
hsr: add restart routine into hsr_get_node_list()
Taehee Yoo
1
-14
/
+24
2020-04-02
hsr: use rcu_read_lock() in hsr_get_node_{list/status}()
Taehee Yoo
2
-30
/
+23
2020-04-02
hsr: fix general protection fault in hsr_addr_is_self()
Taehee Yoo
1
-4
/
+4
2020-02-11
net: hsr: fix possible NULL deref in hsr_handle_frame()
Eric Dumazet
1
-0
/
+2
2020-01-17
hsr: reset network header when supervision frame is created
Taehee Yoo
1
-0
/
+2
2019-03-19
net/hsr: fix possible crash in add_timer()
Eric Dumazet
1
-8
/
+6
2019-03-19
net: hsr: fix memory leak in hsr_dev_finalize()
Mao Wenan
3
-1
/
+16
2017-10-25
net: hsr: Convert timers to use timer_setup()
Kees Cook
3
-10
/
+7
2017-08-22
net/hsr: Check skb_put_padto() return value
Florian Fainelli
1
-1
/
+2
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
1
-1
/
+2
2017-06-20
net: manual clean code which call skb_put_[data:zero]
yuan linyu
1
-3
/
+3
2017-06-12
hsr: fix incorrect warning
Karicheri, Muralidharan
3
-5
/
+9
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
1
-2
/
+2
2017-04-13
netlink: extended ACK reporting
Johannes Berg
1
-2
/
+2
2017-02-21
net/hsr: use eth_hw_addr_random()
Tobias Klauser
1
-1
/
+1
2017-02-06
net-next: treewide use is_vlan_dev() helper function.
Parav Pandit
1
-1
/
+2
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+0
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
1
-1
/
+1
2016-10-27
genetlink: statically initialize families
Johannes Berg
1
-8
/
+14
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
1
-1
/
+0
2016-10-20
net: use core MTU range checking in misc drivers
Jarod Wilson
1
-0
/
+1
2016-10-18
net/hsr: Remove unused but set variable
Tobias Klauser
1
-4
/
+0
2016-05-16
net/hsr: Use setup_timer and mod_timer.
Muhammad Falak R Wani
1
-8
/
+3
2016-04-21
NLA_BINARY misuse bug in HSR
Peter Heise
1
-4
/
+3
2016-04-15
net/hsr: Added support for HSR v1
Peter Heise
8
-63
/
+124
2015-11-23
net/hsr: fix a warning message
Dan Carpenter
1
-1
/
+1
2015-08-18
net: hsr: convert to using IFF_NO_QUEUE
Phil Sutter
1
-1
/
+1
2015-03-01
net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...
Arvid Brodin
3
-3
/
+14
2014-07-11
net/hsr: Remove left-over never-true conditional code.
Arvid Brodin
1
-4
/
+0
2014-07-08
net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params.
Arvid Brodin
1
-2
/
+6
2014-07-08
net/hsr: Better frame dispatch
Arvid Brodin
11
-586
/
+656
2014-07-08
net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_...
Arvid Brodin
1
-3
/
+11
2014-07-08
net/hsr: Implemented .ndo_fix_features (better device features handling).
Arvid Brodin
2
-8
/
+49
2014-07-08
net/hsr: Use list_head (and rcu) instead of array for slave devices.
Arvid Brodin
9
-405
/
+438
2014-07-08
net/hsr: Move slave init to hsr_slave.c.
Arvid Brodin
6
-164
/
+205
2014-07-08
net/hsr: Operstate handling cleanup.
Arvid Brodin
3
-22
/
+30
2014-07-08
net/hsr: Move to per-hsr device prune timer.
Arvid Brodin
5
-27
/
+15
2014-07-08
net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()
Arvid Brodin
6
-247
/
+283
2014-07-08
net/hsr: Better variable names and update of contact info.
Arvid Brodin
8
-305
/
+304
2014-03-27
hsr: replace del_timer by del_timer_sync
Julia Lawall
1
-1
/
+1
2014-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-03-03
hsr: off by one sanity check in hsr_register_frame_in()
Dan Carpenter
1
-1
/
+1
2014-02-18
hsr: Use ether_addr_copy
Joe Perches
3
-17
/
+17
2013-12-17
net/hsr: using kfree_rcu() to simplify the code
Wei Yongjun
1
-9
/
+4
2013-11-30
net/hsr: Support iproute print_opt ('ip -details ...')
Arvid Brodin
1
-0
/
+28
2013-11-30
net/hsr: Very small fix of comment style.
Arvid Brodin
1
-1
/
+2
2013-11-19
genetlink: make multicast groups const, prevent abuse
Johannes Berg
1
-13
/
+6
2013-11-19
genetlink: pass family to functions using groups
Johannes Berg
1
-2
/
+4
[next]