index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
hsr
/
hsr_slave.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-11
net: hsr: Use the seqnr lock for frames received via interlink port.
Sebastian Andrzej Siewior
1
-1
/
+10
2024-04-26
net: hsr: Provide RedBox support (HSR-SAN)
Lukasz Majewski
1
-0
/
+1
2024-03-25
net: hsr: hsr_slave: Fix the promiscuous mode in offload mode
Ravi Gunasekaran
1
-1
/
+2
2023-06-21
net: hsr: Disable promiscuous mode in offload mode
Ravi Gunasekaran
1
-4
/
+11
2021-05-24
net: hsr: fix mac_len checks
George McCollister
1
-6
/
+5
2021-02-11
net: hsr: add offloading support
George McCollister
1
-4
/
+6
2020-07-27
net: prp: add packet handling support
Murali Karicheri
1
-1
/
+23
2020-07-27
hsr: enhance netlink socket interface to support PRP
Murali Karicheri
1
-0
/
+2
2020-05-06
net: hsr: fix incorrect type usage for protocol variable
Murali Karicheri
1
-1
/
+1
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+4
2020-03-21
hsr: fix general protection fault in hsr_addr_is_self()
Taehee Yoo
1
-4
/
+4
2020-03-05
hsr: fix refcnt leak of hsr slave interface
Taehee Yoo
1
-4
/
+1
2020-02-29
hsr: use upper/lower device infrastructure
Taehee Yoo
1
-17
/
+18
2020-02-29
hsr: remove unnecessary rcu_read_lock() in hsr module
Taehee Yoo
1
-3
/
+0
2020-02-29
hsr: use extack error message instead of netdev_info
Taehee Yoo
1
-8
/
+12
2020-02-04
net: hsr: fix possible NULL deref in hsr_handle_frame()
Eric Dumazet
1
-0
/
+2
2019-07-05
hsr: fix a memory leak in hsr_del_port()
Cong Wang
1
-0
/
+1
2019-04-06
net: hsr: convert to SPDX identifier
Murali Karicheri
1
-5
/
+1
2019-04-06
net: hsr: fix NULL checks in the code
Murali Karicheri
1
-3
/
+3
2019-04-06
net: hsr: remove unnecessary paranthesis from the code
Murali Karicheri
1
-2
/
+2
2019-04-06
net: hsr: fix multiple blank lines in the code
Murali Karicheri
1
-3
/
+0
2017-02-06
net-next: treewide use is_vlan_dev() helper function.
Parav Pandit
1
-1
/
+2
2016-04-15
net/hsr: Added support for HSR v1
Peter Heise
1
-1
/
+3
2015-03-01
net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...
Arvid Brodin
1
-3
/
+7
2014-07-08
net/hsr: Better frame dispatch
Arvid Brodin
1
-235
/
+52
2014-07-08
net/hsr: Implemented .ndo_fix_features (better device features handling).
Arvid Brodin
1
-0
/
+2
2014-07-08
net/hsr: Use list_head (and rcu) instead of array for slave devices.
Arvid Brodin
1
-78
/
+121
2014-07-08
net/hsr: Move slave init to hsr_slave.c.
Arvid Brodin
1
-0
/
+91
2014-07-08
net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()
Arvid Brodin
1
-0
/
+243