| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2016-07-06 | 6 | -126/+121 |
|\ \ |
|
| * | | netfilter: Convert FWINV<[foo]> macros and uses to NF_INVF | Joe Perches | 2016-07-03 | 6 | -91/+101 |
| * | | etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_masked | Joe Perches | 2016-07-01 | 3 | -49/+34 |
| * | | bridge: netfilter: checkpatch data type fixes | Tobin C Harding | 2016-06-07 | 1 | -20/+20 |
* | | | net: introduce default neigh_construct/destroy ndo calls for L2 upper devices | Jiri Pirko | 2016-07-05 | 1 | -0/+2 |
* | | | net: bridge: add support for IGMP/MLD stats and export them via netlink | Nikolay Aleksandrov | 2016-06-30 | 8 | -46/+363 |
* | | | net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attribute | Nikolay Aleksandrov | 2016-06-30 | 1 | -3/+56 |
| |/
|/| |
|
* | | net: bridge: fix vlan stats continue counter | Nikolay Aleksandrov | 2016-06-29 | 1 | -1/+1 |
* | | Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address | daniel | 2016-06-28 | 2 | -4/+23 |
* | | bridge: Fix incorrect re-injection of STP packets | Ido Schimmel | 2016-06-11 | 1 | -3/+12 |
* | | bridge: Don't insert unnecessary local fdb entry on changing mac address | Toshiaki Makita | 2016-06-08 | 1 | -0/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-09 | 2 | -7/+10 |
|\ |
|
| * | bridge: fix igmp / mld query parsing | Linus Lüssing | 2016-05-06 | 1 | -5/+7 |
| * | net: bridge: fix old ioctl unlocked net device walk | Nikolay Aleksandrov | 2016-05-06 | 1 | -2/+3 |
* | | bridge: netlink: export per-vlan stats | Nikolay Aleksandrov | 2016-05-03 | 3 | -0/+99 |
* | | bridge: vlan: learn to count | Nikolay Aleksandrov | 2016-05-03 | 4 | -16/+109 |
* | | ipv6: rename IP6_INC_STATS_BH() | Eric Dumazet | 2016-04-28 | 1 | -5/+5 |
* | | net: rename IP_INC_STATS_BH() | Eric Dumazet | 2016-04-28 | 1 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-27 | 3 | -50/+86 |
|\| |
|
| * | bridge: mdb: Marking port-group as offloaded | Elad Raz | 2016-04-24 | 3 | -32/+71 |
| * | bridge: mdb: Common function for mdb entry translation | Elad Raz | 2016-04-24 | 1 | -18/+15 |
* | | bridge: use nla_put_u64_64bit() | Nicolas Dichtel | 2016-04-25 | 1 | -26/+36 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-24 | 1 | -1/+5 |
|\| |
|
| * | netfilter: ebtables: Fix extension lookup with identical name | Phil Sutter | 2016-04-13 | 1 | -1/+5 |
| * | Revert "bridge: Fix incorrect variable assignment on error path in br_sysfs_a... | David S. Miller | 2016-04-06 | 1 | -1/+0 |
| * | bridge: Fix incorrect variable assignment on error path in br_sysfs_addbr | Bastien Philbert | 2016-04-04 | 1 | -0/+1 |
* | | bridge: a netlink notification should be sent when those attributes are chang... | Xin Long | 2016-04-14 | 1 | -16/+24 |
* | | bridge: a netlink notification should be sent when those attributes are chang... | Xin Long | 2016-04-14 | 1 | -2/+3 |
* | | bridge: a netlink notification should be sent when those attributes are chang... | Xin Long | 2016-04-14 | 2 | -37/+14 |
* | | bridge: simplify the stp_state_store by calling store_bridge_parm | Xin Long | 2016-04-14 | 1 | -15/+9 |
* | | bridge: simplify the forward_delay_store by calling store_bridge_parm | Xin Long | 2016-04-14 | 1 | -17/+10 |
* | | bridge: simplify the flush_store by calling store_bridge_parm | Xin Long | 2016-04-14 | 1 | -7/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2016-04-13 | 1 | -2/+45 |
|\ \
| |/
|/| |
|
| * | netfilter: bridge: add nf_afinfo to enable queuing to userspace | Stephane Bryant | 2016-03-29 | 1 | -2/+45 |
* | | bridge: Allow set bridge ageing time when switchdev disabled | Haishuang Yan | 2016-03-30 | 1 | -1/+1 |
* | | netfilter: ipv4: fix NULL dereference | Liping Zhang | 2016-03-28 | 1 | -10/+10 |
* | | netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN... | Pablo Neira Ayuso | 2016-03-28 | 1 | -0/+4 |
|/ |
|
* | bridge: update max_gso_segs and max_gso_size | Eric Dumazet | 2016-03-21 | 1 | -0/+16 |
* | bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdict | Florian Westphal | 2016-03-14 | 1 | -9/+7 |
* | bridge: allow zero ageing time | Stephen Hemminger | 2016-03-11 | 1 | -3/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2016-03-08 | 1 | -3/+65 |
|\ |
|
| * | netfilter: bridge: register hooks only when bridge interface is added | Florian Westphal | 2016-03-02 | 1 | -3/+65 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-03-08 | 1 | -5/+10 |
|\ \ |
|
| * | | net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump. | MINOURA Makoto / 箕浦 真 | 2016-02-26 | 1 | -5/+10 |
* | | | net: remove skb_sender_cpu_clear() | WANG Cong | 2016-03-01 | 1 | -1/+0 |
* | | | bridge: mcast: add support for more router port information dumping | Nikolay Aleksandrov | 2016-03-01 | 1 | -2/+14 |
* | | | bridge: mcast: add support for temporary port router | Nikolay Aleksandrov | 2016-03-01 | 1 | -2/+19 |
* | | | bridge: mcast: do nothing if port's multicast_router is set to the same val | Nikolay Aleksandrov | 2016-03-01 | 1 | -1/+4 |
* | | | bridge: mcast: use names for the different multicast_router types | Nikolay Aleksandrov | 2016-03-01 | 1 | -28/+33 |
* | | | bridge: notify enslaved devices of headroom changes | Paolo Abeni | 2016-03-01 | 1 | -2/+35 |
| |/
|/| |
|