summaryrefslogtreecommitdiff
path: root/net/hsr/hsr_device.c
AgeCommit message (Expand)Author
2024-12-03net: hsr: must allocate more bytes for RedBox supportEric Dumazet
2024-11-26net: hsr: fix hsr_init_sk() vs network/transport headers.Eric Dumazet
2024-11-11net: hsr: Add VLAN CTAG filter supportMurali Karicheri
2024-11-11net: hsr: Add VLAN supportWingMan Kwok
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-11net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()Jeongjun Park
2024-09-11net: hsr: Remove interlink_sequence_nr.Eric Dumazet
2024-09-09net: hsr: remove seqnr_lockEric Dumazet
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-06-14net: hsr: Send supervisory frames to HSR network with ProxyNodeTable dataLukasz Majewski
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-08hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-29net: hsr: init prune_proxy_timer soonerEric Dumazet
2024-04-26net: hsr: Provide RedBox support (HSR-SAN)Lukasz Majewski
2024-03-29net: hsr: Use full string description when opening HSR network deviceLukasz Majewski
2024-02-21net: hsr: constify the struct device_type usageRicardo B. Marliere
2024-02-14net: add netdev_set_operstate() helperEric Dumazet
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2024-01-29net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()Nikita Zhandarovich
2023-11-22net: hsr: Add support for MC filtering at the slave deviceMurali Karicheri
2023-06-21net: hsr: Disable promiscuous mode in offload modeRavi Gunasekaran
2022-12-01hsr: Use a single struct for self_node.Sebastian Andrzej Siewior
2022-12-01hsr: Synchronize sending frames to have always incremented outgoing seq nr.Sebastian Andrzej Siewior
2022-12-01hsr: Disable netpoll.Sebastian Andrzej Siewior
2022-12-01Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2022-02-06net: hsr: use hlist_head instead of list_head for mac addressesJuhee Kang
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-05-24net: hsr: fix mac_len checksGeorge McCollister
2021-04-07net: hsr: Reset MAC header for Tx pathKurt Kanzenbach
2021-02-11net: hsr: add offloading supportGeorge McCollister
2021-02-11net: hsr: generate supervision frame without HSR/PRP tagGeorge McCollister
2020-07-27net: prp: add packet handling supportMurali Karicheri
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri
2020-07-27net: hsr: introduce protocol specific function pointersMurali Karicheri
2020-07-27net: hsr: introduce common code for skb initializationMurali Karicheri
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-04hsr: fix interface leak in error path of hsr_dev_finalize()Taehee Yoo
2020-06-28net/hsr: fix hsr_dev_xmit()'s return typeLuc Van Oostenryck
2020-06-22hsr: avoid to create proc file after unregisterTaehee Yoo
2020-04-25hsr: remove unnecessary code in hsr_dev_change_mtu()Taehee Yoo
2020-02-29hsr: use upper/lower device infrastructureTaehee Yoo
2020-02-29hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo
2020-02-29hsr: use extack error message instead of netdev_infoTaehee Yoo