Age | Commit message (Expand) | Author | Files | Lines |
2016-06-08 | bridge: Don't insert unnecessary local fdb entry on changing mac address | Toshiaki Makita | 1 | -0/+2 |
2016-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -7/+10 |
2016-05-06 | bridge: fix igmp / mld query parsing | Linus Lüssing | 1 | -5/+7 |
2016-05-05 | net: bridge: fix old ioctl unlocked net device walk | Nikolay Aleksandrov | 1 | -2/+3 |
2016-05-02 | bridge: netlink: export per-vlan stats | Nikolay Aleksandrov | 3 | -0/+99 |
2016-05-02 | bridge: vlan: learn to count | Nikolay Aleksandrov | 4 | -16/+109 |
2016-04-27 | ipv6: rename IP6_INC_STATS_BH() | Eric Dumazet | 1 | -5/+5 |
2016-04-27 | net: rename IP_INC_STATS_BH() | Eric Dumazet | 1 | -3/+3 |
2016-04-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -50/+86 |
2016-04-25 | bridge: use nla_put_u64_64bit() | Nicolas Dichtel | 1 | -26/+36 |
2016-04-24 | bridge: mdb: Marking port-group as offloaded | Elad Raz | 3 | -32/+71 |
2016-04-24 | bridge: mdb: Common function for mdb entry translation | Elad Raz | 1 | -18/+15 |
2016-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
2016-04-13 | bridge: a netlink notification should be sent when those attributes are chang... | Xin Long | 1 | -16/+24 |
2016-04-13 | bridge: a netlink notification should be sent when those attributes are chang... | Xin Long | 1 | -2/+3 |
2016-04-13 | bridge: a netlink notification should be sent when those attributes are chang... | Xin Long | 2 | -37/+14 |
2016-04-13 | bridge: simplify the stp_state_store by calling store_bridge_parm | Xin Long | 1 | -15/+9 |
2016-04-13 | bridge: simplify the forward_delay_store by calling store_bridge_parm | Xin Long | 1 | -17/+10 |
2016-04-13 | bridge: simplify the flush_store by calling store_bridge_parm | Xin Long | 1 | -7/+7 |
2016-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -2/+45 |
2016-04-13 | netfilter: ebtables: Fix extension lookup with identical name | Phil Sutter | 1 | -1/+5 |
2016-04-06 | Revert "bridge: Fix incorrect variable assignment on error path in br_sysfs_a... | David S. Miller | 1 | -1/+0 |
2016-04-04 | bridge: Fix incorrect variable assignment on error path in br_sysfs_addbr | Bastien Philbert | 1 | -0/+1 |
2016-03-30 | bridge: Allow set bridge ageing time when switchdev disabled | Haishuang Yan | 1 | -1/+1 |
2016-03-29 | netfilter: bridge: add nf_afinfo to enable queuing to userspace | Stephane Bryant | 1 | -2/+45 |
2016-03-28 | netfilter: ipv4: fix NULL dereference | Liping Zhang | 1 | -10/+10 |
2016-03-28 | netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN... | Pablo Neira Ayuso | 1 | -0/+4 |
2016-03-21 | bridge: update max_gso_segs and max_gso_size | Eric Dumazet | 1 | -0/+16 |
2016-03-14 | bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdict | Florian Westphal | 1 | -9/+7 |
2016-03-11 | bridge: allow zero ageing time | Stephen Hemminger | 1 | -3/+8 |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -3/+65 |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+10 |
2016-03-02 | netfilter: bridge: register hooks only when bridge interface is added | Florian Westphal | 1 | -3/+65 |
2016-03-01 | net: remove skb_sender_cpu_clear() | WANG Cong | 1 | -1/+0 |
2016-03-01 | bridge: mcast: add support for more router port information dumping | Nikolay Aleksandrov | 1 | -2/+14 |
2016-03-01 | bridge: mcast: add support for temporary port router | Nikolay Aleksandrov | 1 | -2/+19 |
2016-03-01 | bridge: mcast: do nothing if port's multicast_router is set to the same val | Nikolay Aleksandrov | 1 | -1/+4 |
2016-03-01 | bridge: mcast: use names for the different multicast_router types | Nikolay Aleksandrov | 1 | -28/+33 |
2016-03-01 | bridge: notify enslaved devices of headroom changes | Paolo Abeni | 1 | -2/+35 |
2016-02-26 | net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump. | MINOURA Makoto / 箕浦 真 | 1 | -5/+10 |
2016-02-25 | net: bridge: use __ethtool_get_ksettings | David Decotigny | 1 | -3/+3 |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2016-02-19 | bridge: mdb: add support for more attributes and export timer | Nikolay Aleksandrov | 1 | -1/+15 |
2016-02-19 | bridge: mdb: reduce the indentation level in br_mdb_fill_info | Nikolay Aleksandrov | 1 | -16/+17 |
2016-02-18 | net: bridge: log port STP state on change | Vivien Didelot | 5 | -15/+4 |
2016-02-18 | bridge: switchdev: Offload VLAN flags to hardware bridge | Ido Schimmel | 1 | -0/+11 |
2016-02-16 | ipv4: Namespaceify ip_default_ttl sysctl knob | Nikolay Borisov | 1 | -3/+5 |
2016-02-16 | bridge: mdb: avoid uninitialized variable warning | Arnd Bergmann | 1 | -2/+2 |
2016-02-09 | bridge: mdb: Passing the port-group pointer to br_mdb module | Elad Raz | 3 | -29/+34 |
2016-02-09 | bridge: mdb: Separate br_mdb_entry->state from net_bridge_port_group->state | Elad Raz | 3 | -15/+26 |