aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-19bridge: change the position of '{' to the pre linetanxiaojun4-18/+9
2013-12-19bridge: change "foo* bar" to "foo *bar"tanxiaojun2-10/+10
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun7-12/+12
2013-12-19bridge: remove unnecessary parenthesestanxiaojun2-3/+3
2013-12-19bridge: remove unnecessary condition judgmenttanxiaojun2-4/+2
2013-12-18bridge: spelling fixestanxiaojun3-3/+3
2013-12-10net: more spelling fixesstephen hemminger1-2/+2
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+11
2013-12-06br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2-1/+11
2013-12-06netfilter: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+5
2013-11-20bridge: flush br's address entry in fdb when remove theDing Tianhong1-0/+2
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-14/+11
2013-11-19netfilter: ebt_ip6: fix source and destination matchingLuís Fernando Cornachioni Estrozi1-3/+5
2013-11-14bridge: Fix memory leak when deleting bridge with vlan filtering enabledToshiaki Makita1-0/+1
2013-11-14bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita1-0/+4
2013-11-14bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid callsToshiaki Makita1-14/+6
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+7
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller2-2/+40
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+2
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-35/+27
2013-10-29bridge: pass correct vlan id to multicast codeVlad Yasevich4-29/+25
2013-10-28netfilter: bridge: nf_tables: add filter chain typePablo Neira Ayuso1-2/+39
2013-10-28netfilter: bridge: fix nf_tables bridge dependencies with main corePablo Neira Ayuso1-0/+1
2013-10-27bridge: netfilter: orphan skb before invoking ip netfilter hooksFlorian Westphal1-0/+2
2013-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-6/+3
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-79/+99
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing3-22/+28
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches2-173/+150
2013-10-18bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita1-0/+1
2013-10-18bridge: Fix the way the PVID is referencedToshiaki Makita1-3/+1
2013-10-18bridge: Apply the PVID to priority-tagged framesToshiaki Makita1-7/+20
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita3-54/+49
2013-10-17bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich1-1/+1
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-11bridge: update mdb expiration timer upon reports.Vlad Yasevich1-1/+8
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2-3/+3
2013-10-02netfilter: ebt_ulog: fix info leaksMathias Krause1-6/+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