summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: don't increment tx_dropped in br_do_proxy_arpNikolay Aleksandrov2016-09-011-5/+2
* bridge: re-introduce 'fix parsing of MLDv2 reports'Davide Caratti2016-08-311-1/+1
* netfilter: ebtables: put module reference when an incorrect extension is foundSabrina Dubroca2016-08-251-0/+2
* netfilter: nft_meta: improve the validity check of pkttype set exprLiping Zhang2016-08-251-0/+1
* bridge: Fix problems around fdb entries pointing to the bridge deviceToshiaki Makita2016-08-091-25/+27
* bridge: Fix incorrect re-injection of LLDP packetsIdo Schimmel2016-07-251-0/+8
* net: bridge: br_set_ageing_time takes a clock_tVivien Didelot2016-07-252-2/+2
* net: bridge: fix br_stp_enable_bridge commentVivien Didelot2016-07-251-1/+1
* net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov2016-07-165-153/+94
* net: bridge: drop skb2/skb0 variables and use a local_rcv booleanNikolay Aleksandrov2016-07-163-37/+33
* net: bridge: rearrange flood vs unicast receive pathsNikolay Aleksandrov2016-07-161-15/+14
* net: bridge: minor style adjustments in br_handle_frame_finishNikolay Aleksandrov2016-07-161-10/+8
* net: bridge: extend MLD/IGMP query statsNikolay Aleksandrov2016-07-094-19/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-1/+1
|\
| * ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani2016-06-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-066-126/+121
|\ \
| * | netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches2016-07-036-91/+101
| * | etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedJoe Perches2016-07-013-49/+34
| * | bridge: netfilter: checkpatch data type fixesTobin C Harding2016-06-071-20/+20
* | | net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko2016-07-051-0/+2
* | | net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov2016-06-308-46/+363
* | | net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov2016-06-301-3/+56
| |/ |/|
* | net: bridge: fix vlan stats continue counterNikolay Aleksandrov2016-06-291-1/+1
* | Bridge: Fix ipv6 mc snooping if bridge has no ipv6 addressdaniel2016-06-282-4/+23
* | bridge: Fix incorrect re-injection of STP packetsIdo Schimmel2016-06-101-3/+12
* | bridge: Don't insert unnecessary local fdb entry on changing mac addressToshiaki Makita2016-06-081-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-092-7/+10
|\
| * bridge: fix igmp / mld query parsingLinus Lüssing2016-05-061-5/+7
| * net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov2016-05-051-2/+3
* | bridge: netlink: export per-vlan statsNikolay Aleksandrov2016-05-023-0/+99
* | bridge: vlan: learn to countNikolay Aleksandrov2016-05-024-16/+109
* | ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-271-5/+5
* | net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-271-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-273-50/+86
|\|
| * bridge: mdb: Marking port-group as offloadedElad Raz2016-04-243-32/+71
| * bridge: mdb: Common function for mdb entry translationElad Raz2016-04-241-18/+15
* | bridge: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-26/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-1/+5
|\|
| * netfilter: ebtables: Fix extension lookup with identical namePhil Sutter2016-04-131-1/+5
| * Revert "bridge: Fix incorrect variable assignment on error path in br_sysfs_a...David S. Miller2016-04-061-1/+0
| * bridge: Fix incorrect variable assignment on error path in br_sysfs_addbrBastien Philbert2016-04-041-0/+1
* | bridge: a netlink notification should be sent when those attributes are chang...Xin Long2016-04-131-16/+24
* | bridge: a netlink notification should be sent when those attributes are chang...Xin Long2016-04-131-2/+3
* | bridge: a netlink notification should be sent when those attributes are chang...Xin Long2016-04-132-37/+14
* | bridge: simplify the stp_state_store by calling store_bridge_parmXin Long2016-04-131-15/+9
* | bridge: simplify the forward_delay_store by calling store_bridge_parmXin Long2016-04-131-17/+10
* | bridge: simplify the flush_store by calling store_bridge_parmXin Long2016-04-131-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-121-2/+45
|\ \ | |/ |/|
| * netfilter: bridge: add nf_afinfo to enable queuing to userspaceStephane Bryant2016-03-291-2/+45
* | bridge: Allow set bridge ageing time when switchdev disabledHaishuang Yan2016-03-301-1/+1