summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)Author
2020-09-26net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCUVladimir Oltean
2020-09-03netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependencyFlorian Westphal
2020-07-07bridge: mcast: Fix MLD2 Report IPv6 payload length checkLinus Lüssing
2020-06-28bridge: mrp: Fix endian conversion and some other warningsHoratiu Vultur
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-06-25net: bridge: enfore alignment for ethernet addressThomas Martitz
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill
2020-06-23bridge: mrp: Validate when setting the port roleHoratiu Vultur
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-01bridge: mrp: Add support for role MRAHoratiu Vultur
2020-06-01bridge: mrp: Set the priority of MRP instanceHoratiu Vultur
2020-06-01bridge: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-27bridge: multicast: work around clang bugArnd Bergmann
2020-05-27bridge: mrp: Rework the MRP netlink interfaceHoratiu Vultur
2020-05-25bridge: mrp: Fix out-of-bounds read in br_mrp_parseHoratiu Vultur
2020-05-25netfilter: nft_reject_bridge: enable reject with bridge vlanMichael Braun
2020-05-22bridge: mrp: Restore port state when deleting MRP instanceHoratiu Vultur
2020-05-22bridge: mrp: Add br_mrp_unique_ifindex functionHoratiu Vultur
2020-05-10net: bridge: allow enslaving some DSA master network devicesVladimir Oltean
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet
2020-05-07net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06net: bridge: return false in br_mrp_enabled()Jason Yan
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-04-30net: bridge: vlan: Add a schedule point during VLAN processingIdo Schimmel
2020-04-28netfilter: add audit table unregister actionsRichard Guy Briggs
2020-04-28audit: tidy and extend netfilter_cfg x_tablesRichard Guy Briggs
2020-04-27net: bridge: Add checks for enabling the STP.Horatiu Vultur
2020-04-27bridge: mrp: Integrate MRP into the bridgeHoratiu Vultur
2020-04-27bridge: mrp: Implement netlink interface to configure MRPHoratiu Vultur
2020-04-27bridge: mrp: Connect MRP API with the switchdev APIHoratiu Vultur
2020-04-27bridge: switchdev: mrp: Implement MRP API for switchdevHoratiu Vultur
2020-04-27bridge: mrp: Add MRP interface.Horatiu Vultur
2020-04-27net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPENHoratiu Vultur
2020-04-27bridge: mrp: Extend bridge interfaceHoratiu Vultur
2020-04-27bridge: mrp: Update KconfigHoratiu Vultur
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-03-20net: bridge: vlan options: move the tunnel command to the nested attributeNikolay Aleksandrov
2020-03-20net: bridge: vlan options: nest the tunnel id into a tunnel info attributeNikolay Aleksandrov
2020-03-19net: bridge: vlan: include stats in dumps if requestedNikolay Aleksandrov
2020-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-03-17net: bridge: vlan options: add support for tunnel mapping set/delNikolay Aleksandrov
2020-03-17net: bridge: vlan options: add support for tunnel id dumpingNikolay Aleksandrov
2020-03-17net: bridge: vlan tunnel: constify bridge and port argumentsNikolay Aleksandrov