Age | Commit message (Expand) | Author | Files | Lines |
2017-10-25 | net: hsr: Convert timers to use timer_setup() | Kees Cook | 3 | -10/+7 |
2017-08-22 | net/hsr: Check skb_put_padto() return value | Florian Fainelli | 1 | -1/+2 |
2017-06-27 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 1 | -1/+2 |
2017-06-20 | net: manual clean code which call skb_put_[data:zero] | yuan linyu | 1 | -3/+3 |
2017-06-12 | hsr: fix incorrect warning | Karicheri, Muralidharan | 3 | -5/+9 |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -2/+2 |
2017-04-13 | netlink: extended ACK reporting | Johannes Berg | 1 | -2/+2 |
2017-02-21 | net/hsr: use eth_hw_addr_random() | Tobias Klauser | 1 | -1/+1 |
2017-02-07 | net-next: treewide use is_vlan_dev() helper function. | Parav Pandit | 1 | -1/+2 |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+0 |
2016-10-27 | genetlink: mark families as __ro_after_init | Johannes Berg | 1 | -1/+1 |
2016-10-27 | genetlink: statically initialize families | Johannes Berg | 1 | -8/+14 |
2016-10-27 | genetlink: no longer support using static family IDs | Johannes Berg | 1 | -1/+0 |
2016-10-20 | net: use core MTU range checking in misc drivers | Jarod Wilson | 1 | -0/+1 |
2016-10-18 | net/hsr: Remove unused but set variable | Tobias Klauser | 1 | -4/+0 |
2016-05-16 | net/hsr: Use setup_timer and mod_timer. | Muhammad Falak R Wani | 1 | -8/+3 |
2016-04-21 | NLA_BINARY misuse bug in HSR | Peter Heise | 1 | -4/+3 |
2016-04-16 | net/hsr: Added support for HSR v1 | Peter Heise | 8 | -63/+124 |
2015-11-23 | net/hsr: fix a warning message | Dan Carpenter | 1 | -1/+1 |
2015-08-18 | net: hsr: convert to using IFF_NO_QUEUE | Phil Sutter | 1 | -1/+1 |
2015-03-01 | net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int... | Arvid Brodin | 3 | -3/+14 |
2014-07-12 | net/hsr: Remove left-over never-true conditional code. | Arvid Brodin | 1 | -4/+0 |
2014-07-08 | net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params. | Arvid Brodin | 1 | -2/+6 |
2014-07-08 | net/hsr: Better frame dispatch | Arvid Brodin | 11 | -586/+656 |
2014-07-08 | net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_... | Arvid Brodin | 1 | -3/+11 |
2014-07-08 | net/hsr: Implemented .ndo_fix_features (better device features handling). | Arvid Brodin | 2 | -8/+49 |
2014-07-08 | net/hsr: Use list_head (and rcu) instead of array for slave devices. | Arvid Brodin | 9 | -405/+438 |
2014-07-08 | net/hsr: Move slave init to hsr_slave.c. | Arvid Brodin | 6 | -164/+205 |
2014-07-08 | net/hsr: Operstate handling cleanup. | Arvid Brodin | 3 | -22/+30 |
2014-07-08 | net/hsr: Move to per-hsr device prune timer. | Arvid Brodin | 5 | -27/+15 |
2014-07-08 | net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register() | Arvid Brodin | 6 | -247/+283 |
2014-07-08 | net/hsr: Better variable names and update of contact info. | Arvid Brodin | 8 | -305/+304 |
2014-03-27 | hsr: replace del_timer by del_timer_sync | Julia Lawall | 1 | -1/+1 |
2014-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2014-03-04 | hsr: off by one sanity check in hsr_register_frame_in() | Dan Carpenter | 1 | -1/+1 |
2014-02-19 | hsr: Use ether_addr_copy | Joe Perches | 3 | -17/+17 |
2013-12-18 | net/hsr: using kfree_rcu() to simplify the code | Wei Yongjun | 1 | -9/+4 |
2013-11-30 | net/hsr: Support iproute print_opt ('ip -details ...') | Arvid Brodin | 1 | -0/+28 |
2013-11-30 | net/hsr: Very small fix of comment style. | Arvid Brodin | 1 | -1/+2 |
2013-11-20 | genetlink: make multicast groups const, prevent abuse | Johannes Berg | 1 | -13/+6 |
2013-11-20 | genetlink: pass family to functions using groups | Johannes Berg | 1 | -2/+4 |
2013-11-20 | hsr: don't call genl_unregister_mc_group() | Johannes Berg | 1 | -2/+0 |
2013-11-20 | genetlink: only pass array to genl_register_family_with_ops() | Johannes Berg | 1 | -2/+1 |
2013-11-15 | net/hsr: Fix possible leak in 'hsr_get_node_status()' | Geyslan G. Bem | 1 | -1/+1 |
2013-11-15 | genetlink: make all genl_ops users const | Johannes Berg | 1 | -1/+1 |
2013-11-15 | hsr: use genl_register_family_with_ops() | Johannes Berg | 1 | -29/+17 |
2013-11-04 | net/hsr: Add support for the High-availability Seamless Redundancy protocol (... | Arvid Brodin | 10 | -0/+2337 |