summaryrefslogtreecommitdiff
path: root/mausezahn.zsh
AgeCommit message (Collapse)AuthorFilesLines
2014-03-23zsh: Unify completion help messages for --version and --helpTobias Klauser1-2/+2
2013-06-04zsh: add zsh completion function for mausezahnHideo Hattori1-0/+67
Initial zsh autocompletion support for mausezahn! Signed-off-by: Hideo Hattori <hhatto.jp@gmail.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
'> authorIdo Schimmel <idosch@mellanox.com>2017-02-06 16:20:14 +0100 committerDavid S. Miller <davem@davemloft.net>2017-02-06 11:25:57 -0500 commita8eca326151ee1beac82a4fd86d9edad3a37aaed (patch) tree78be26268b991ac647680cde9c968d924f912dbd /net/bridge parent5c8802f14a0679e970e7b25f809a12c3ae1a873d (diff)
net: remove ndo_neigh_{construct, destroy} from stacked devices
In commit 18bfb924f000 ("net: introduce default neigh_construct/destroy ndo calls for L2 upper devices") we added these ndos to stacked devices such as team and bond, so that calls will be propagated to mlxsw. However, previous commit removed the reliance on these ndos and no new users of these ndos have appeared since above mentioned commit. We can therefore safely remove this dead code. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge')
-rw-r--r--net/bridge/br_device.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/bridge/br_device.c b/net/bridge/br_device.c