Age | Commit message (Expand) | Author | Files | Lines |
2024-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+4 |
2024-09-11 | net: hsr: prevent NULL pointer dereference in hsr_proxy_announce() | Jeongjun Park | 1 | -0/+4 |
2024-09-11 | net: hsr: Remove interlink_sequence_nr. | Eric Dumazet | 1 | -1/+0 |
2024-09-09 | net: hsr: remove seqnr_lock | Eric Dumazet | 1 | -25/+10 |
2024-09-03 | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local | Alexander Lobakin | 1 | -4/+4 |
2024-09-03 | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin | 1 | -2/+2 |
2024-06-14 | net: hsr: Send supervisory frames to HSR network with ProxyNodeTable data | Lukasz Majewski | 1 | -11/+52 |
2024-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -15/+12 |
2024-05-08 | hsr: Simplify code for announcing HSR nodes timer setup | Lukasz Majewski | 1 | -15/+12 |
2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
2024-04-29 | net: hsr: init prune_proxy_timer sooner | Eric Dumazet | 1 | -1/+1 |
2024-04-26 | net: hsr: Provide RedBox support (HSR-SAN) | Lukasz Majewski | 1 | -2/+34 |
2024-03-29 | net: hsr: Use full string description when opening HSR network device | Lukasz Majewski | 1 | -7/+6 |
2024-02-21 | net: hsr: constify the struct device_type usage | Ricardo B. Marliere | 1 | -1/+1 |
2024-02-14 | net: add netdev_set_operstate() helper | Eric Dumazet | 1 | -16/+6 |
2024-02-14 | net-sysfs: convert dev->operstate reads to lockless ones | Eric Dumazet | 1 | -5/+5 |
2024-01-29 | net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame() | Nikita Zhandarovich | 1 | -2/+2 |
2023-11-22 | net: hsr: Add support for MC filtering at the slave device | Murali Karicheri | 1 | -1/+66 |
2023-06-21 | net: hsr: Disable promiscuous mode in offload mode | Ravi Gunasekaran | 1 | -0/+5 |
2022-12-01 | hsr: Use a single struct for self_node. | Sebastian Andrzej Siewior | 1 | -1/+0 |
2022-12-01 | hsr: Synchronize sending frames to have always incremented outgoing seq nr. | Sebastian Andrzej Siewior | 1 | -5/+7 |
2022-12-01 | hsr: Disable netpoll. | Sebastian Andrzej Siewior | 1 | -8/+6 |
2022-12-01 | Revert "net: hsr: use hlist_head instead of list_head for mac addresses" | Sebastian Andrzej Siewior | 1 | -7/+3 |
2022-03-11 | net: add per-cpu storage and net->core_stats | Eric Dumazet | 1 | -1/+1 |
2022-02-06 | net: hsr: use hlist_head instead of list_head for mac addresses | Juhee Kang | 1 | -3/+7 |
2021-11-29 | net: Write lock dev_base_lock without disabling bottom halves. | Sebastian Andrzej Siewior | 1 | -3/+3 |
2021-10-26 | net: hsr: Add support for redbox supervision frames | Andreas Oetken | 1 | -4/+4 |
2021-10-02 | net: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 1 | -1/+1 |
2021-05-24 | net: hsr: fix mac_len checks | George McCollister | 1 | -0/+2 |
2021-04-07 | net: hsr: Reset MAC header for Tx path | Kurt Kanzenbach | 1 | -0/+1 |
2021-02-11 | net: hsr: add offloading support | George McCollister | 1 | -11/+3 |
2021-02-11 | net: hsr: generate supervision frame without HSR/PRP tag | George McCollister | 1 | -32/+7 |
2020-07-27 | net: prp: add packet handling support | Murali Karicheri | 1 | -6/+14 |
2020-07-27 | net: hsr: define and use proto_ops ptrs to handle hsr specific frames | Murali Karicheri | 1 | -1/+4 |
2020-07-27 | net: prp: add supervision frame generation utility function | Murali Karicheri | 1 | -1/+63 |
2020-07-27 | net: hsr: introduce protocol specific function pointers | Murali Karicheri | 1 | -31/+39 |
2020-07-27 | net: hsr: introduce common code for skb initialization | Murali Karicheri | 1 | -13/+28 |
2020-07-27 | hsr: enhance netlink socket interface to support PRP | Murali Karicheri | 1 | -2/+5 |
2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -4/+7 |
2020-07-04 | hsr: fix interface leak in error path of hsr_dev_finalize() | Taehee Yoo | 1 | -4/+7 |
2020-06-28 | net/hsr: fix hsr_dev_xmit()'s return type | Luc Van Oostenryck | 1 | -1/+1 |
2020-06-22 | hsr: avoid to create proc file after unregister | Taehee Yoo | 1 | -20/+1 |
2020-04-25 | hsr: remove unnecessary code in hsr_dev_change_mtu() | Taehee Yoo | 1 | -3/+1 |
2020-02-29 | hsr: use upper/lower device infrastructure | Taehee Yoo | 1 | -12/+20 |
2020-02-29 | hsr: remove unnecessary rcu_read_lock() in hsr module | Taehee Yoo | 1 | -16/+7 |
2020-02-29 | hsr: use extack error message instead of netdev_info | Taehee Yoo | 1 | -4/+5 |
2019-12-25 | hsr: reset network header when supervision frame is created | Taehee Yoo | 1 | -0/+2 |
2019-12-25 | hsr: fix a race condition in node list insertion and deletion | Taehee Yoo | 1 | -3/+4 |
2019-12-25 | hsr: fix error handling routine in hsr_dev_finalize() | Taehee Yoo | 1 | -9/+10 |
2019-12-05 | hsr: fix a NULL pointer dereference in hsr_dev_xmit() | Taehee Yoo | 1 | -2/+7 |