aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches2-173/+150
2013-10-14netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso1-2/+30
2013-10-14netfilter: add nftablesPatrick McHardy3-0/+42
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy3-20/+34
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2-3/+3
2013-09-15bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo1-4/+1
2013-09-15bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo2-3/+3
2013-09-12bridge: Clamp forward_delay when enabling STPHerbert Xu3-8/+26
2013-09-12resubmit bridge: fix message_age_timer calculationChris Healy1-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-35/+33
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-93/+240
2013-09-05bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing3-14/+6
2013-09-05bridge: prevent flooding IPv6 packets that do not have a listenerLinus Lüssing1-2/+8
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-3/+3
2013-09-04net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann1-1/+2
2013-08-30net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann1-1/+2
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing5-93/+240
2013-08-29bridge: inherit slave devices needed_headroomFlorian Fainelli1-0/+3
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+9
2013-08-20bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita3-9/+9
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2013-08-07bridge: correct the comment for file br_sysfs_br.cWang Sheng-Hui1-1/+1
2013-08-05bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing1-1/+1
2013-08-04bridge: fix rcu check warning in multicast port groupstephen hemminger2-2/+3
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-13/+49
2013-07-31bridge: disable snooping if there is no querierLinus Lüssing4-11/+46
2013-07-26bridge: cleanup netpoll codestephen hemminger3-17/+8
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko1-0/+5
2013-07-19bridge: do not call setup_timer() multiple timesEric Dumazet1-2/+3
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell3-3/+3
2013-07-06bridge: fix some kernel warning in multicast timerCong Wang2-2/+2
2013-06-25bridge: check for zero ether address in fdb addStephen Hemminger1-0/+5
2013-06-24bridge: fix a typo in commentsCong Wang1-1/+1
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2013-06-17bridge: fix switched interval for MLD Query typesLinus Lüssing1-2/+3
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich7-16/+31
2013-06-11bridge: Add flag to control mac learning.Vlad Yasevich5-4/+13
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-3/+9
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+16
2013-05-23bridge: Set vlan_features to allow offloads on vlans.Vlad Yasevich1-6/+7
2013-05-23netfilter: {ipt,ebt}_ULOG: rise warning on deprecationPablo Neira Ayuso1-0/+6
2013-05-23bridge: netfilter: using strlcpy() instead of strncpy()Chen Gang1-3/+3
2013-05-22bridge: send query as soon as leave is receivedCong Wang1-0/+26
2013-05-22bridge: only expire the mdb entry when query is receivedCong Wang2-27/+13
2013-05-22bridge: use the bridge IP addr as source addr for querierCong Wang3-1/+31
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2-13/+16
2013-05-03bridge: fix race with topology change timerstephen hemminger1-1/+1
2013-04-30bridge: avoid OOPS if root port not foundstephen hemminger1-1/+8