aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-18bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov1-9/+14
2016-10-13net: bridge: add the multicast_flood flag attribute to brport_attrsNikolay Aleksandrov1-0/+1
2016-10-02netfilter: bridge: clarify bridge/netfilter messageStefan Agner1-2/+4
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso5-18/+37
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang1-1/+1
2016-09-25netfilter: replace list_head with single linked listAaron Conole1-13/+6
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole2-2/+2
2016-09-24netfilter: bridge: add and use br_nf_hook_threshFlorian Westphal2-16/+56
2016-09-13net: bridge: add helper to call /sbin/bridge-stpVivien Didelot1-12/+31
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+6
2016-09-12netfilter: Add the missed return value check of nft_register_chain_typeGao Feng1-5/+13
2016-09-12netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validatePablo Neira Ayuso2-71/+45
2016-09-12netfilter: nf_tables: ensure proper initialization of nft_pktinfo fieldsPablo Neira Ayuso1-3/+3
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+1
2016-09-01net: bridge: add per-port multicast flood flagNikolay Aleksandrov4-4/+14
2016-09-01net: bridge: change unicast boolean to exact pkt_typeNikolay Aleksandrov4-22/+37
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2-12/+13
2016-09-01net: bridge: don't increment tx_dropped in br_do_proxy_arpNikolay Aleksandrov1-5/+2
2016-08-31bridge: re-introduce 'fix parsing of MLDv2 reports'Davide Caratti1-1/+1
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng1-2/+1
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel6-4/+107
2016-08-26net: bridge: export also pvid flag in the xstats flagsNikolay Aleksandrov1-0/+5
2016-08-25netfilter: ebtables: put module reference when an incorrect extension is foundSabrina Dubroca1-0/+2
2016-08-25netfilter: nft_meta: improve the validity check of pkttype set exprLiping Zhang1-0/+1
2016-08-18net: bridge: export vlan flags with the statsNikolay Aleksandrov1-0/+1
2016-08-18net: bridge: consolidate bridge and port linkxstats callsNikolay Aleksandrov1-75/+39
2016-08-09bridge: Fix problems around fdb entries pointing to the bridge deviceToshiaki Makita1-25/+27
2016-07-25bridge: Fix incorrect re-injection of LLDP packetsIdo Schimmel1-0/+8
2016-07-25net: bridge: br_set_ageing_time takes a clock_tVivien Didelot2-2/+2
2016-07-25net: bridge: fix br_stp_enable_bridge commentVivien Didelot1-1/+1
2016-07-16net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov5-153/+94
2016-07-16net: bridge: drop skb2/skb0 variables and use a local_rcv booleanNikolay Aleksandrov3-37/+33
2016-07-16net: bridge: rearrange flood vs unicast receive pathsNikolay Aleksandrov1-15/+14
2016-07-16net: bridge: minor style adjustments in br_handle_frame_finishNikolay Aleksandrov1-10/+8
2016-07-09net: bridge: extend MLD/IGMP query statsNikolay Aleksandrov4-19/+43
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-126/+121
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko1-0/+2
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches6-91/+101
2016-07-01etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedJoe Perches3-49/+34
2016-06-30ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani1-1/+1
2016-06-30net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov8-46/+363
2016-06-30net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov1-3/+56
2016-06-29net: bridge: fix vlan stats continue counterNikolay Aleksandrov1-1/+1
2016-06-28Bridge: Fix ipv6 mc snooping if bridge has no ipv6 addressdaniel2-4/+23
2016-06-10bridge: Fix incorrect re-injection of STP packetsIdo Schimmel1-3/+12
2016-06-08bridge: Don't insert unnecessary local fdb entry on changing mac addressToshiaki Makita1-0/+2
2016-06-07bridge: netfilter: checkpatch data type fixesTobin C Harding1-20/+20
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+10
2016-05-06bridge: fix igmp / mld query parsingLinus Lüssing1-5/+7