Age | Commit message (Expand) | Author | Files | Lines |
2020-07-14 | net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPEN | Horatiu Vultur | 1 | -0/+3 |
2020-07-14 | bridge: mrp: Extend br_mrp_fill_info | Horatiu Vultur | 1 | -0/+18 |
2020-07-14 | bridge: mrp: Extend MRP netlink interface for configuring MRP interconnect | Horatiu Vultur | 1 | -0/+140 |
2020-07-14 | bridge: mrp: Implement the MRP Interconnect API | Horatiu Vultur | 2 | -31/+543 |
2020-07-14 | bridge: switchdev: mrp: Extend MRP API for switchdev for MRP Interconnect | Horatiu Vultur | 2 | -0/+69 |
2020-07-14 | bridge: mrp: Add br_mrp_in_port_open function | Horatiu Vultur | 2 | -0/+23 |
2020-07-14 | bridge: mrp: Rename br_mrp_port_open to br_mrp_ring_port_open | Horatiu Vultur | 3 | -5/+5 |
2020-07-14 | bridge: mrp: Extend br_mrp for MRP interconnect | Horatiu Vultur | 1 | -0/+13 |
2020-07-13 | net: bridge: fix undefined br_vlan_can_enter_range in tunnel code | Nikolay Aleksandrov | 1 | -0/+6 |
2020-07-13 | net: bridge: notify on vlan tunnel changes done via the old api | Nikolay Aleksandrov | 1 | -2/+47 |
2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -4/+4 |
2020-07-08 | bridge: mcast: Fix MLD2 Report IPv6 payload length check | Linus Lüssing | 1 | -1/+1 |
2020-07-03 | bridge: Extend br_fill_ifinfo to return MPR status | Horatiu Vultur | 1 | -1/+24 |
2020-07-03 | bridge: mrp: Add br_mrp_fill_info | Horatiu Vultur | 2 | -0/+71 |
2020-06-29 | bridge: mrp: Fix endian conversion and some other warnings | Horatiu Vultur | 3 | -3/+3 |
2020-06-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -3/+11 |
2020-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2 | -0/+2 |
2020-06-25 | net: bridge: enfore alignment for ethernet address | Thomas Martitz | 1 | -1/+1 |
2020-06-25 | netfilter: Add MODULE_DESCRIPTION entries to kernel modules | Rob Gill | 2 | -0/+2 |
2020-06-25 | net: bridge: add a flag to avoid refreshing fdb when changing/adding | Nikolay Aleksandrov | 1 | -1/+4 |
2020-06-25 | net: bridge: add option to allow activity notifications for any fdb entries | Nikolay Aleksandrov | 2 | -13/+108 |
2020-06-25 | net: bridge: fdb_add_entry takes ndm as argument | Nikolay Aleksandrov | 1 | -5/+4 |
2020-06-24 | bridge: mrp: Validate when setting the port role | Horatiu Vultur | 1 | -2/+8 |
2020-06-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -0/+8 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -3/+3 |
2020-06-09 | net: change addr_list_lock back to static key | Cong Wang | 1 | -0/+8 |
2020-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 17 | -26/+1355 |
2020-06-03 | Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+6 |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig | 1 | -4/+2 |
2020-06-01 | bridge: mrp: Add support for role MRA | Horatiu Vultur | 4 | -21/+118 |
2020-06-01 | bridge: mrp: Set the priority of MRP instance | Horatiu Vultur | 4 | -1/+9 |
2020-06-01 | bridge: Avoid infinite loop when suppressing NS messages with invalid options | Ido Schimmel | 1 | -0/+4 |
2020-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -1/+8 |
2020-05-27 | bridge: multicast: work around clang bug | Arnd Bergmann | 1 | -1/+2 |
2020-05-27 | bridge: mrp: Rework the MRP netlink interface | Horatiu Vultur | 3 | -43/+233 |
2020-05-26 | bridge: mrp: Fix out-of-bounds read in br_mrp_parse | Horatiu Vultur | 1 | -0/+6 |
2020-05-25 | netfilter: nft_reject_bridge: enable reject with bridge vlan | Michael Braun | 1 | -0/+6 |
2020-05-23 | bridge: mrp: Restore port state when deleting MRP instance | Horatiu Vultur | 1 | -4/+9 |
2020-05-23 | bridge: mrp: Add br_mrp_unique_ifindex function | Horatiu Vultur | 1 | -0/+25 |
2020-05-11 | net: bridge: allow enslaving some DSA master network devices | Vladimir Oltean | 3 | -13/+48 |
2020-05-08 | netpoll: accept NULL np argument in netpoll_send_skb() | Eric Dumazet | 1 | -4/+1 |
2020-05-08 | net: remove newlines in NL_SET_ERR_MSG_MOD | Jacob Keller | 2 | -2/+2 |
2020-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
2020-05-06 | net: bridge: return false in br_mrp_enabled() | Jason Yan | 1 | -1/+1 |
2020-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+1 |
2020-05-01 | net: bridge: vlan: Add a schedule point during VLAN processing | Ido Schimmel | 1 | -0/+1 |
2020-04-29 | netfilter: add audit table unregister actions | Richard Guy Briggs | 1 | -0/+2 |
2020-04-29 | audit: tidy and extend netfilter_cfg x_tables | Richard Guy Briggs | 1 | -8/+4 |
2020-04-27 | net: bridge: Add checks for enabling the STP. | Horatiu Vultur | 6 | -8/+23 |
2020-04-27 | bridge: mrp: Integrate MRP into the bridge | Horatiu Vultur | 5 | -0/+44 |