aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2011-07-22bridge: minor cleanupsstephen hemminger3-16/+14
2011-07-22bridge: add notification over netlink when STP changes statestephen hemminger4-1/+9
2011-07-22bridge: notifier called with the wrong devicestephen hemminger1-1/+1
2011-07-22bridge: ignore bogus STP config packetsstephen hemminger1-0/+11
2011-07-22bridge: send proper message_age in config BPDUstephen hemminger2-2/+3
2011-07-21net, netfilter: Remove redundant goto in ebt_ulog_packetJesper Juhl1-1/+0
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+6
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-1/+1
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-2/+2
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller1-2/+4
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-4/+11
2011-07-05bridge: Always flood broadcast packetsHerbert Xu2-3/+7
2011-06-24bridge: Only flood unregistered groups to routersHerbert Xu1-1/+4
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-2/+9
2011-06-19netpoll: copy dev name of slaves to struct netpollWANG Cong1-0/+1
2011-06-16IGMP snooping: set mrouters_only flag for IPv6 traffic properlyFernando Luis Vázquez Cao1-1/+1
2011-06-16IGMP snooping: set mrouters_only flag for IPv4 traffic properlyFernando Luis Vázquez Cao1-1/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-5/+10
2011-06-07bridge: provide a cow_metrics method for fake_opsAlexander Holler1-0/+6
2011-05-27Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller1-2/+4
2011-05-26netfilter: Fix several warnings in compat_mtw_from_user().David Miller1-2/+4
2011-05-24bridge: initialize fake_rtable metricsEric Dumazet1-1/+5
2011-05-22net: remove synchronize_net() from netdev_set_master()Eric Dumazet1-0/+1
2011-05-22bridge: call NETDEV_JOIN notifiers when add a slaveAmerigo Wang1-0/+2
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-05-13bridge: fix forwarding of IPv6Stephen Hemminger1-1/+1
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller1-53/+11
2011-05-10netfilter: ebtables: only call xt_compat_add_offset once per ruleFlorian Westphal1-52/+9
2011-05-10netfilter: fix ebtables compat supportEric Dumazet1-1/+2
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet1-3/+4
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-2/+2
2011-04-28bridge: convert br_features_recompute() to ndo_fix_featuresMichał Mirosław4-67/+19
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet2-8/+8
2011-04-21Revert "bridge: Forward reserved group addresses if !STP"David S. Miller1-1/+1
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+2
2011-04-17bridge: fix accidental creation of sysfs directoryStephen Hemminger1-1/+1
2011-04-12bridge: reset IPCB in br_parse_ip_optionsEric Dumazet1-4/+2
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+2
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2-2/+2
2011-04-04bridge: range check STP parametersstephen hemminger7-93/+107
2011-04-04bridge: allow creating bridge devices with netlinkstephen hemminger5-87/+101
2011-04-04bridge: allow creating/deleting fdb entries via netlinkstephen hemminger3-0/+144
2011-04-04bridge: add netlink notification on forward entry changesstephen hemminger3-0/+127
2011-04-04bridge: split rcu and no-rcu cases of fdb lookupstephen hemminger1-3/+16
2011-04-04bridge: track last used time in forwarding tablestephen hemminger3-8/+10
2011-04-04bridge: change arguments to fdb_createstephen hemminger1-8/+10