aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-08bridge: add local MAC address to forwarding table (v2)stephen hemminger4-5/+25
2011-12-08bridge: rearrange fdb notifications (v2)stephen hemminger1-19/+20
2011-12-08bridge: refactor fdb_notifystephen hemminger1-4/+7
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-1/+1
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross3-3/+6
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-15/+20
2011-12-01bridge: master device stuck in no-carrier state forever when in user-stp modeVitalii Demianets2-15/+20
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-5/+5
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław1-2/+2
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław3-4/+7
2011-11-16bridge: correct IPv6 checksum after pullstephen hemminger1-0/+2
2011-11-14bridge: add NTF_USE supportstephen hemminger1-11/+27
2011-11-14bridge: Fix potential deadlock on br->multicast_lockAndrey Vagin1-2/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-0/+2
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-4/+3
2011-10-31net: fix implicit kmod.h usage in bridge/br_stp_if.cPaul Gortmaker1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+7
2011-10-18bridge: fix hang on removal of bridge via netlinkstephen hemminger3-4/+7
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-3/+0
2011-10-06bridge: allow forwarding some link local framesstephen hemminger4-5/+71
2011-10-06bridge: leave carrier on for empty bridgestephen hemminger1-3/+0
2011-10-03bridge: allow updating existing fdb entriesstephen hemminger1-7/+16
2011-10-03bridge: fix ordering of NEWLINK and NEWNEIGH eventsstephen hemminger1-8/+7
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller3-9/+20
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-1/+1
2011-09-15br: remove redundant check and initJiri Pirko1-14/+12
2011-08-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-1/+1
2011-08-24bridge: fix a possible use after freeEric Dumazet1-4/+4
2011-08-24bridge: Pseudo-header required for the checksum of ICMPv6Yan, Zheng1-3/+10
2011-08-22bridge: fix a possible net_device leakEric Dumazet1-1/+5
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+13
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-11net/bridge/netfilter/ebtables.c: use available error handling codeJulia Lawall1-1/+2
2011-08-09Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.Andrei Warkentin2-2/+11
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-07-29netfilter: ebtables: fix ebtables build dependencyBart De Schuymer1-1/+1
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