summaryrefslogtreecommitdiff
path: root/net/hsr
AgeCommit message (Expand)AuthorFilesLines
2025-12-04net/hsr: fix NULL pointer dereference in prp_get_untagged_frame()Shaurya Rane1-0/+2
2025-12-02net: hsr: create an API to get hsr port typeXiaoliang Yang2-3/+24
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+19
2025-11-13hsr: Follow standard for HSRv0 supervision framesFelix Maurer2-8/+16
2025-11-13hsr: Fix supervision frame sending on HSRv0Felix Maurer1-0/+3
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2025-10-23net: hsr: prevent creation of HSR device with slaves from another netnsFernando Fernandez Mancera1-1/+7
2025-10-17net/hsr: add interlink to fill_info outputJan Vaclav1-0/+6
2025-10-14net/hsr: add protocol version to fill_info outputJan Vaclav1-0/+2
2025-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-12/+23
2025-09-11hsr: hold rcu and dev lock for hsr_get_port_ndevHangbin Liu1-1/+6
2025-09-11hsr: use hsr_for_each_port_rtnl in hsr_port_get_hsrHangbin Liu2-1/+4
2025-09-11hsr: use rtnl lock when iterating over portsHangbin Liu3-10/+13
2025-09-09hsr: use netdev_master_upper_dev_link() when linking lower portsHangbin Liu1-1/+4
2025-08-21net, hsr: reject HSR frame if skb can't hold tagJakub Acs1-1/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-4/+5
2025-04-14net: hsr: sync hw addr of slave2 according to slave1 hw addr on PRPFernando Fernandez Mancera4-0/+17
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev1-3/+3
2025-03-13net: hsr: Add KUnit test for PRPJaakko Karrenpalo4-0/+236
2025-03-13net: hsr: Fix PRP duplicate detectionJaakko Karrenpalo5-7/+104
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-02-22net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang1-4/+4
2025-02-22rtnetlink: Pack newlink() params into structXiao Liang1-2/+4
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+5
2025-01-30net: hsr: fix fill_frame_info() regression vs VLAN packetsEric Dumazet1-2/+5
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+3
2025-01-15saner replacement for debugfs_rename()Al Viro1-6/+3
2025-01-14net: hsr: Create and export hsr_get_port_ndev()MD Danish Anwar2-9/+13
2025-01-09net: hsr: remove synchronize_rcu() from hsr_add_port()Eric Dumazet1-1/+0
2025-01-07net: hsr: remove one synchronize_rcu() from hsr_del_port()Eric Dumazet2-3/+2
2024-12-03net: hsr: must allocate more bytes for RedBox supportEric Dumazet1-6/+13
2024-12-01net: hsr: avoid potential out-of-bound access in fill_frame_info()Eric Dumazet1-0/+2
2024-11-26net: hsr: fix hsr_init_sk() vs network/transport headers.Eric Dumazet1-2/+2
2024-11-12net: hsr: Add VLAN CTAG filter supportMurali Karicheri1-1/+79
2024-11-12net: hsr: Add VLAN supportWingMan Kwok2-10/+14
2024-11-11net: convert to nla_get_*_default()Johannes Berg1-4/+1
2024-10-14net: hsr: convert to use new timer APIsYu Liao1-3/+3
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2024-09-12net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()Jeongjun Park1-0/+4
2024-09-12net: hsr: Remove interlink_sequence_nr.Eric Dumazet2-2/+0
2024-09-12net: hsr: Use the seqnr lock for frames received via interlink port.Sebastian Andrzej Siewior1-1/+10
2024-09-09net: hsr: remove seqnr_lockEric Dumazet4-33/+14
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-4/+4
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-2/+2
2024-06-20net: hsr: cosmetic: Remove extra white spaceLukasz Majewski1-2/+2
2024-06-14net: hsr: Send supervisory frames to HSR network with ProxyNodeTable dataLukasz Majewski6-14/+105
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+12
2024-05-09hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski1-15/+12
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2-2/+2
2024-04-30net: hsr: init prune_proxy_timer soonerEric Dumazet1-1/+1