index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Lines
2016-09-01
net: bridge: don't increment tx_dropped in br_do_proxy_arp
Nikolay Aleksandrov
-5
/
+2
2016-08-31
bridge: re-introduce 'fix parsing of MLDv2 reports'
Davide Caratti
-1
/
+1
2016-08-25
netfilter: ebtables: put module reference when an incorrect extension is found
Sabrina Dubroca
-0
/
+2
2016-08-25
netfilter: nft_meta: improve the validity check of pkttype set expr
Liping Zhang
-0
/
+1
2016-08-09
bridge: Fix problems around fdb entries pointing to the bridge device
Toshiaki Makita
-25
/
+27
2016-07-25
bridge: Fix incorrect re-injection of LLDP packets
Ido Schimmel
-0
/
+8
2016-07-25
net: bridge: br_set_ageing_time takes a clock_t
Vivien Didelot
-2
/
+2
2016-07-25
net: bridge: fix br_stp_enable_bridge comment
Vivien Didelot
-1
/
+1
2016-07-16
net: bridge: remove _deliver functions and consolidate forward code
Nikolay Aleksandrov
-153
/
+94
2016-07-16
net: bridge: drop skb2/skb0 variables and use a local_rcv boolean
Nikolay Aleksandrov
-37
/
+33
2016-07-16
net: bridge: rearrange flood vs unicast receive paths
Nikolay Aleksandrov
-15
/
+14
2016-07-16
net: bridge: minor style adjustments in br_handle_frame_finish
Nikolay Aleksandrov
-10
/
+8
2016-07-09
net: bridge: extend MLD/IGMP query stats
Nikolay Aleksandrov
-19
/
+43
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-1
/
+1
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-126
/
+121
2016-07-05
net: introduce default neigh_construct/destroy ndo calls for L2 upper devices
Jiri Pirko
-0
/
+2
2016-07-03
netfilter: Convert FWINV<[foo]> macros and uses to NF_INVF
Joe Perches
-91
/
+101
2016-07-01
etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_masked
Joe Perches
-49
/
+34
2016-06-30
ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_output
Shmulik Ladkani
-1
/
+1
2016-06-30
net: bridge: add support for IGMP/MLD stats and export them via netlink
Nikolay Aleksandrov
-46
/
+363
2016-06-30
net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attribute
Nikolay Aleksandrov
-3
/
+56
2016-06-29
net: bridge: fix vlan stats continue counter
Nikolay Aleksandrov
-1
/
+1
2016-06-28
Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address
daniel
-4
/
+23
2016-06-10
bridge: Fix incorrect re-injection of STP packets
Ido Schimmel
-3
/
+12
2016-06-08
bridge: Don't insert unnecessary local fdb entry on changing mac address
Toshiaki Makita
-0
/
+2
2016-06-07
bridge: netfilter: checkpatch data type fixes
Tobin C Harding
-20
/
+20
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-7
/
+10
2016-05-06
bridge: fix igmp / mld query parsing
Linus Lüssing
-5
/
+7
2016-05-05
net: bridge: fix old ioctl unlocked net device walk
Nikolay Aleksandrov
-2
/
+3
2016-05-02
bridge: netlink: export per-vlan stats
Nikolay Aleksandrov
-0
/
+99
2016-05-02
bridge: vlan: learn to count
Nikolay Aleksandrov
-16
/
+109
2016-04-27
ipv6: rename IP6_INC_STATS_BH()
Eric Dumazet
-5
/
+5
2016-04-27
net: rename IP_INC_STATS_BH()
Eric Dumazet
-3
/
+3
2016-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-50
/
+86
2016-04-25
bridge: use nla_put_u64_64bit()
Nicolas Dichtel
-26
/
+36
2016-04-24
bridge: mdb: Marking port-group as offloaded
Elad Raz
-32
/
+71
2016-04-24
bridge: mdb: Common function for mdb entry translation
Elad Raz
-18
/
+15
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-1
/
+5
2016-04-13
bridge: a netlink notification should be sent when those attributes are chang...
Xin Long
-16
/
+24
2016-04-13
bridge: a netlink notification should be sent when those attributes are chang...
Xin Long
-2
/
+3
2016-04-13
bridge: a netlink notification should be sent when those attributes are chang...
Xin Long
-37
/
+14
2016-04-13
bridge: simplify the stp_state_store by calling store_bridge_parm
Xin Long
-15
/
+9
2016-04-13
bridge: simplify the forward_delay_store by calling store_bridge_parm
Xin Long
-17
/
+10
2016-04-13
bridge: simplify the flush_store by calling store_bridge_parm
Xin Long
-7
/
+7
2016-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-2
/
+45
2016-04-13
netfilter: ebtables: Fix extension lookup with identical name
Phil Sutter
-1
/
+5
2016-04-06
Revert "bridge: Fix incorrect variable assignment on error path in br_sysfs_a...
David S. Miller
-1
/
+0
2016-04-04
bridge: Fix incorrect variable assignment on error path in br_sysfs_addbr
Bastien Philbert
-0
/
+1
2016-03-30
bridge: Allow set bridge ageing time when switchdev disabled
Haishuang Yan
-1
/
+1
2016-03-29
netfilter: bridge: add nf_afinfo to enable queuing to userspace
Stephane Bryant
-2
/
+45
[next]