summaryrefslogtreecommitdiff
path: root/net/hsr
Commit message (Expand)AuthorAgeFilesLines
* hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo2021-05-221-1/+2
* net/hsr: Check skb_put_padto() return valueFlorian Fainelli2020-10-011-1/+2
* hsr: check protocol version in hsr_newlink()Taehee Yoo2020-04-241-2/+7
* hsr: set .netnsok flagTaehee Yoo2020-04-021-0/+1
* hsr: add restart routine into hsr_get_node_list()Taehee Yoo2020-04-021-14/+24
* hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo2020-04-022-30/+23
* hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo2020-04-021-4/+4
* net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet2020-02-141-0/+2
* hsr: reset network header when supervision frame is createdTaehee Yoo2020-01-231-0/+2
* net/hsr: fix possible crash in add_timer()Eric Dumazet2019-03-191-8/+6
* net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan2019-03-193-1/+16
* hsr: fix incorrect warningKaricheri, Muralidharan2018-04-133-5/+9
* net/hsr: Remove unused but set variableTobias Klauser2016-10-181-4/+0
* net/hsr: Use setup_timer and mod_timer.Muhammad Falak R Wani2016-05-161-8/+3
* NLA_BINARY misuse bug in HSRPeter Heise2016-04-211-4/+3
* net/hsr: Added support for HSR v1Peter Heise2016-04-158-63/+124
* net/hsr: fix a warning messageDan Carpenter2015-11-231-1/+1
* net: hsr: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-1/+1
* net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...Arvid Brodin2015-03-013-3/+14
* net/hsr: Remove left-over never-true conditional code.Arvid Brodin2014-07-111-4/+0
* net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params.Arvid Brodin2014-07-081-2/+6
* net/hsr: Better frame dispatchArvid Brodin2014-07-0811-586/+656
* net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_...Arvid Brodin2014-07-081-3/+11
* net/hsr: Implemented .ndo_fix_features (better device features handling).Arvid Brodin2014-07-082-8/+49
* net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin2014-07-089-405/+438
* net/hsr: Move slave init to hsr_slave.c.Arvid Brodin2014-07-086-164/+205
* net/hsr: Operstate handling cleanup.Arvid Brodin2014-07-083-22/+30
* net/hsr: Move to per-hsr device prune timer.Arvid Brodin2014-07-085-27/+15
* net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin2014-07-086-247/+283
* net/hsr: Better variable names and update of contact info.Arvid Brodin2014-07-088-305/+304
* hsr: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-1/+1
|\
| * hsr: off by one sanity check in hsr_register_frame_in()Dan Carpenter2014-03-031-1/+1
* | hsr: Use ether_addr_copyJoe Perches2014-02-183-17/+17
|/
* net/hsr: using kfree_rcu() to simplify the codeWei Yongjun2013-12-171-9/+4
* net/hsr: Support iproute print_opt ('ip -details ...')Arvid Brodin2013-11-301-0/+28
* net/hsr: Very small fix of comment style.Arvid Brodin2013-11-301-1/+2
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-13/+6
* genetlink: pass family to functions using groupsJohannes Berg2013-11-191-2/+4
* hsr: don't call genl_unregister_mc_group()Johannes Berg2013-11-191-2/+0
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1
* net/hsr: Fix possible leak in 'hsr_get_node_status()'Geyslan G. Bem2013-11-141-1/+1
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* hsr: use genl_register_family_with_ops()Johannes Berg2013-11-141-29/+17
* net/hsr: Add support for the High-availability Seamless Redundancy protocol (...Arvid Brodin2013-11-0310-0/+2337