| Commit message (Expand) | Author | Age | Files | Lines |
* | bridge: send proper message_age in config BPDU | stephen hemminger | 2011-08-04 | 2 | -2/+3 |
* | bridge: Always flood broadcast packets | Herbert Xu | 2011-07-05 | 2 | -3/+7 |
* | bridge: Only flood unregistered groups to routers | Herbert Xu | 2011-06-24 | 1 | -1/+4 |
* | netpoll: copy dev name of slaves to struct netpoll | WANG Cong | 2011-06-19 | 1 | -0/+1 |
* | IGMP snooping: set mrouters_only flag for IPv6 traffic properly | Fernando Luis Vázquez Cao | 2011-06-16 | 1 | -1/+1 |
* | IGMP snooping: set mrouters_only flag for IPv4 traffic properly | Fernando Luis Vázquez Cao | 2011-06-16 | 1 | -1/+1 |
* | bridge: provide a cow_metrics method for fake_ops | Alexander Holler | 2011-06-07 | 1 | -0/+6 |
* | Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6 | David S. Miller | 2011-05-27 | 1 | -2/+4 |
|\ |
|
| * | netfilter: Fix several warnings in compat_mtw_from_user(). | David Miller | 2011-05-26 | 1 | -2/+4 |
* | | bridge: initialize fake_rtable metrics | Eric Dumazet | 2011-05-24 | 1 | -1/+5 |
|/ |
|
* | net: remove synchronize_net() from netdev_set_master() | Eric Dumazet | 2011-05-22 | 1 | -0/+1 |
* | bridge: call NETDEV_JOIN notifiers when add a slave | Amerigo Wang | 2011-05-22 | 1 | -0/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-05-17 | 1 | -1/+1 |
|\ |
|
| * | bridge: fix forwarding of IPv6 | Stephen Hemminger | 2011-05-13 | 1 | -1/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-05-11 | 1 | -53/+11 |
|\ \
| |/ |
|
| * | netfilter: ebtables: only call xt_compat_add_offset once per rule | Florian Westphal | 2011-05-10 | 1 | -52/+9 |
| * | netfilter: fix ebtables compat support | Eric Dumazet | 2011-05-10 | 1 | -1/+2 |
* | | net: dont hold rtnl mutex during netlink dump callbacks | Eric Dumazet | 2011-05-02 | 1 | -3/+4 |
* | | ethtool: Use full 32 bit speed range in ethtool's set_settings | David Decotigny | 2011-04-29 | 1 | -2/+2 |
* | | bridge: convert br_features_recompute() to ndo_fix_features | Michał Mirosław | 2011-04-28 | 4 | -67/+19 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-04-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Revert "bridge: Forward reserved group addresses if !STP" | David S. Miller | 2011-04-21 | 1 | -1/+1 |
* | | inet: constify ip headers and in6_addr | Eric Dumazet | 2011-04-22 | 2 | -8/+8 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-04-19 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | bridge: reset IPCB in br_parse_ip_options | Eric Dumazet | 2011-04-12 | 1 | -4/+2 |
* | | bridge: fix accidental creation of sysfs directory | Stephen Hemminger | 2011-04-17 | 1 | -1/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-04-11 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 2011-04-07 | 2 | -2/+2 |
| |\ |
|
| | * | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 2 | -2/+2 |
* | | | bridge: range check STP parameters | stephen hemminger | 2011-04-04 | 7 | -93/+107 |
* | | | bridge: allow creating bridge devices with netlink | stephen hemminger | 2011-04-04 | 5 | -87/+101 |
* | | | bridge: allow creating/deleting fdb entries via netlink | stephen hemminger | 2011-04-04 | 3 | -0/+144 |
* | | | bridge: add netlink notification on forward entry changes | stephen hemminger | 2011-04-04 | 3 | -0/+127 |
* | | | bridge: split rcu and no-rcu cases of fdb lookup | stephen hemminger | 2011-04-04 | 1 | -3/+16 |
* | | | bridge: track last used time in forwarding table | stephen hemminger | 2011-04-04 | 3 | -8/+10 |
* | | | bridge: change arguments to fdb_create | stephen hemminger | 2011-04-04 | 1 | -8/+10 |
|/ / |
|
* | | bridge: mcast snooping, fix length check of snooped MLDv1/2 | Linus Lüssing | 2011-03-30 | 1 | -1/+1 |
* | | bridge: Fix compilation warning in function br_stp_recalculate_bridge_id() | Balaji G | 2011-03-29 | 1 | -1/+1 |
|/ |
|
* | bridge: notify applications if address of bridge device changes | stephen hemminger | 2011-03-27 | 3 | -5/+12 |
* | bridge: Fix possibly wrong MLD queries' ethernet source address | Linus Lüssing | 2011-03-22 | 1 | -1/+1 |
* | bridge: Reset IPCB when entering IP stack on NF_FORWARD | Herbert Xu | 2011-03-18 | 1 | -0/+3 |
* | net: introduce rx_handler results and logic around that | Jiri Pirko | 2011-03-16 | 2 | -11/+16 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-03-15 | 1 | -2/+2 |
|\ |
|
| * | bridge: skip forwarding delay if not using STP | stephen hemminger | 2011-03-14 | 1 | -2/+2 |
* | | bridge: control carrier based on ports online | stephen hemminger | 2011-03-14 | 3 | -13/+27 |
* | | ipv4: Create and use route lookup helpers. | David S. Miller | 2011-03-12 | 1 | -5/+2 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-03-10 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | net: bridge builtin vs. ipv6 modular | Randy Dunlap | 2011-03-10 | 1 | -0/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-03-03 | 1 | -11/+12 |
|\ \
| |/ |
|
| * | bridge: Use IPv6 link-local address for multicast listener queries | Linus Lüssing | 2011-02-22 | 1 | -1/+2 |