Age | Commit message (Expand) | Author |
2013-10-26 | resubmit bridge: fix message_age_timer calculation | Chris Healy |
2013-10-26 | net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay | Daniel Borkmann |
2013-08-02 | bridge: fix switched interval for MLD Query types | Linus Lüssing |
2013-05-30 | bridge: fix race with topology change timer | stephen hemminger |
2013-03-06 | bridge: set priority of STP packets | Stephen Hemminger |
2013-02-20 | bridge: Pull ip header into skb->data before looking into ip header. | Sarveshwar Bandi |
2012-07-12 | bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2) | stephen hemminger |
2012-06-10 | set fake_rtable's dst to NULL to avoid kernel Oops | Peter Huang (Peng) |
2012-05-11 | bridge: Do not send queries on multicast group leaves | Herbert Xu |
2012-03-19 | bridge: check return value of ipv6_dev_get_saddr() | Ulrich Weber |
2011-12-22 | net: introduce DST_NOPEER dst flag | Eric Dumazet |
2011-12-22 | bridge: provide a mtu() method for fake_dst_ops | Eric Dumazet |
2011-12-01 | bridge: master device stuck in no-carrier state forever when in user-stp mode | Vitalii Demianets |
2011-11-16 | bridge: correct IPv6 checksum after pull | stephen hemminger |
2011-11-14 | bridge: Fix potential deadlock on br->multicast_lock | Andrey Vagin |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2011-11-01 | netfilter: Remove unnecessary OOM logging messages | Joe Perches |
2011-10-31 | net: fix implicit kmod.h usage in bridge/br_stp_if.c | Paul Gortmaker |
2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker |
2011-10-24 | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2011-10-18 | bridge: fix hang on removal of bridge via netlink | stephen hemminger |
2011-10-07 | Merge branch 'master' of github.com:davem330/net | David S. Miller |
2011-10-06 | bridge: allow forwarding some link local frames | stephen hemminger |
2011-10-06 | bridge: leave carrier on for empty bridge | stephen hemminger |
2011-10-03 | bridge: allow updating existing fdb entries | stephen hemminger |
2011-10-03 | bridge: fix ordering of NEWLINK and NEWNEIGH events | stephen hemminger |
2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller |
2011-09-15 | net: consolidate and fix ethtool_ops->get_settings calling | Jiri Pirko |
2011-09-15 | br: remove redundant check and init | Jiri Pirko |
2011-08-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller |
2011-08-24 | bridge: fix a possible use after free | Eric Dumazet |
2011-08-24 | bridge: Pseudo-header required for the checksum of ICMPv6 | Yan, Zheng |
2011-08-22 | bridge: fix a possible net_device leak | Eric Dumazet |
2011-08-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko |
2011-08-11 | net/bridge/netfilter/ebtables.c: use available error handling code | Julia Lawall |
2011-08-09 | Bridge: Always send NETDEV_CHANGEADDR up on br MAC change. | Andrei Warkentin |
2011-08-02 | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger |
2011-07-29 | netfilter: ebtables: fix ebtables build dependency | Bart De Schuymer |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2011-07-22 | bridge: minor cleanups | stephen hemminger |
2011-07-22 | bridge: add notification over netlink when STP changes state | stephen hemminger |
2011-07-22 | bridge: notifier called with the wrong device | stephen hemminger |
2011-07-22 | bridge: ignore bogus STP config packets | stephen hemminger |
2011-07-22 | bridge: send proper message_age in config BPDU | stephen hemminger |
2011-07-21 | net, netfilter: Remove redundant goto in ebt_ulog_packet | Jesper Juhl |
2011-07-18 | net: Add ->neigh_lookup() operation to dst_ops | David S. Miller |
2011-07-17 | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller |
2011-07-17 | neigh: Pass neighbour entry to output ops. | David S. Miller |