Age | Commit message (Expand) | Author | Files | Lines |
2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 1 | -1/+2 |
2015-01-16 | bridge: use MDBA_SET_ENTRY_MAX for maxtype in nlmsg_parse() | Nicolas Dichtel | 1 | -1/+1 |
2014-06-11 | bridge: rename struct bridge_mcast_query/querier | Linus Lüssing | 1 | -2/+2 |
2013-10-22 | Revert "bridge: only expire the mdb entry when query is received" | Linus Lüssing | 1 | -1/+1 |
2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+9 |
2013-09-05 | bridge: apply multicast snooping to IPv6 link-local, too | Linus Lüssing | 1 | -1/+2 |
2013-08-30 | bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones | Linus Lüssing | 1 | -5/+9 |
2013-08-05 | bridge: fix rcu check warning in multicast port group | stephen hemminger | 1 | -1/+2 |
2013-07-07 | bridge: fix some kernel warning in multicast timer | Cong Wang | 1 | -1/+1 |
2013-03-22 | rtnetlink: Remove passing of attributes into rtnl_doit functions | Thomas Graf | 1 | -2/+2 |
2013-03-10 | bridge: fix mdb info leaks | Mathias Krause | 1 | -0/+4 |
2013-02-28 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -4/+2 |
2013-02-04 | netns: bridge: allow unprivileged users add/delete mdb entry | Gao feng | 1 | -3/+0 |
2012-12-20 | bridge: Correctly encode addresses when dumping mdb entries | Vlad Yasevich | 1 | -2/+4 |
2012-12-20 | bridge: Do not unregister all PF_BRIDGE rtnl operations | Vlad Yasevich | 1 | -0/+7 |
2012-12-16 | bridge: add flags to distinguish permanent mdb entires | Amerigo Wang | 1 | -3/+6 |
2012-12-12 | bridge: add support of adding and deleting mdb entries | Cong Wang | 1 | -0/+240 |
2012-12-12 | bridge: notify mdb changes via netlink | Cong Wang | 1 | -0/+80 |
2012-12-11 | bridge: fix seq check in br_mdb_dump() | Cong Wang | 1 | -4/+2 |
2012-12-07 | bridge: export multicast database via netlink | Cong Wang | 1 | -0/+163 |