Age | Commit message (Expand) | Author | Files | Lines |
2011-05-22 | net: remove synchronize_net() from netdev_set_master() | Eric Dumazet | 1 | -0/+1 |
2011-05-22 | bridge: call NETDEV_JOIN notifiers when add a slave | Amerigo Wang | 1 | -0/+2 |
2011-05-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2011-05-13 | bridge: fix forwarding of IPv6 | Stephen Hemminger | 1 | -1/+1 |
2011-05-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -53/+11 |
2011-05-10 | netfilter: ebtables: only call xt_compat_add_offset once per rule | Florian Westphal | 1 | -52/+9 |
2011-05-10 | netfilter: fix ebtables compat support | Eric Dumazet | 1 | -1/+2 |
2011-05-02 | net: dont hold rtnl mutex during netlink dump callbacks | Eric Dumazet | 1 | -3/+4 |
2011-04-29 | ethtool: Use full 32 bit speed range in ethtool's set_settings | David Decotigny | 1 | -2/+2 |
2011-04-28 | bridge: convert br_features_recompute() to ndo_fix_features | Michał Mirosław | 4 | -67/+19 |
2011-04-26 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2011-04-22 | inet: constify ip headers and in6_addr | Eric Dumazet | 2 | -8/+8 |
2011-04-21 | Revert "bridge: Forward reserved group addresses if !STP" | David S. Miller | 1 | -1/+1 |
2011-04-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -4/+2 |
2011-04-17 | bridge: fix accidental creation of sysfs directory | Stephen Hemminger | 1 | -1/+1 |
2011-04-12 | bridge: reset IPCB in br_parse_ip_options | Eric Dumazet | 1 | -4/+2 |
2011-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -2/+2 |
2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 2 | -2/+2 |
2011-04-04 | bridge: range check STP parameters | stephen hemminger | 7 | -93/+107 |
2011-04-04 | bridge: allow creating bridge devices with netlink | stephen hemminger | 5 | -87/+101 |
2011-04-04 | bridge: allow creating/deleting fdb entries via netlink | stephen hemminger | 3 | -0/+144 |
2011-04-04 | bridge: add netlink notification on forward entry changes | stephen hemminger | 3 | -0/+127 |
2011-04-04 | bridge: split rcu and no-rcu cases of fdb lookup | stephen hemminger | 1 | -3/+16 |
2011-04-04 | bridge: track last used time in forwarding table | stephen hemminger | 3 | -8/+10 |
2011-04-04 | bridge: change arguments to fdb_create | stephen hemminger | 1 | -8/+10 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -2/+2 |
2011-03-30 | bridge: mcast snooping, fix length check of snooped MLDv1/2 | Linus Lüssing | 1 | -1/+1 |
2011-03-29 | bridge: Fix compilation warning in function br_stp_recalculate_bridge_id() | Balaji G | 1 | -1/+1 |
2011-03-27 | bridge: notify applications if address of bridge device changes | stephen hemminger | 3 | -5/+12 |
2011-03-22 | bridge: Fix possibly wrong MLD queries' ethernet source address | Linus Lüssing | 1 | -1/+1 |
2011-03-18 | bridge: Reset IPCB when entering IP stack on NF_FORWARD | Herbert Xu | 1 | -0/+3 |
2011-03-16 | net: introduce rx_handler results and logic around that | Jiri Pirko | 2 | -11/+16 |
2011-03-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+2 |
2011-03-14 | bridge: skip forwarding delay if not using STP | stephen hemminger | 1 | -2/+2 |
2011-03-14 | bridge: control carrier based on ports online | stephen hemminger | 3 | -13/+27 |
2011-03-12 | ipv4: Create and use route lookup helpers. | David S. Miller | 1 | -5/+2 |
2011-03-10 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2011-03-10 | net: bridge builtin vs. ipv6 modular | Randy Dunlap | 1 | -0/+1 |
2011-03-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -11/+12 |
2011-03-02 | ipv4: Make output route lookup return rtable directly. | David S. Miller | 1 | -4/+5 |
2011-03-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 1 | -0/+2 |
2011-02-22 | bridge: Use IPv6 link-local address for multicast listener queries | Linus Lüssing | 1 | -1/+2 |
2011-02-22 | bridge: Fix MLD queries' ethernet source address | Linus Lüssing | 1 | -1/+1 |
2011-02-22 | bridge: Allow mcast snooping for transient link local addresses too | Linus Lüssing | 1 | -5/+4 |
2011-02-22 | bridge: Add missing ntohs()s for MLDv2 report parsing | Linus Lüssing | 1 | -2/+3 |
2011-02-22 | bridge: Fix IPv6 multicast snooping by correcting offset in MLDv2 report | Linus Lüssing | 1 | -1/+1 |
2011-02-22 | bridge: Fix IPv6 multicast snooping by storing correct protocol type | Linus Lüssing | 1 | -1/+1 |
2011-02-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 3 | -13/+11 |
2011-02-14 | bridge: netfilter: fix information leak | Vasiliy Kulikov | 1 | -0/+2 |
2011-02-13 | bridge: implement [add/del]_slave ops | Jiri Pirko | 2 | -1/+27 |