summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* bridge: mcast: Fix MLD2 Report IPv6 payload length checkLinus Lüssing2020-07-071-1/+1
* bridge: mrp: Fix endian conversion and some other warningsHoratiu Vultur2020-06-283-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-252-0/+2
|\
| * netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-252-0/+2
* | net: bridge: enfore alignment for ethernet addressThomas Martitz2020-06-251-1/+1
* | bridge: mrp: Validate when setting the port roleHoratiu Vultur2020-06-231-2/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-0/+8
|\
| * net: change addr_list_lock back to static keyCong Wang2020-06-091-0/+8
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0317-26/+1355
|\
| * bridge: mrp: Add support for role MRAHoratiu Vultur2020-06-014-21/+118
| * bridge: mrp: Set the priority of MRP instanceHoratiu Vultur2020-06-014-1/+9
| * bridge: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel2020-06-011-0/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-312-1/+8
| |\
| * | bridge: mrp: Rework the MRP netlink interfaceHoratiu Vultur2020-05-273-43/+233
| * | bridge: mrp: Fix out-of-bounds read in br_mrp_parseHoratiu Vultur2020-05-251-0/+6
| * | bridge: mrp: Restore port state when deleting MRP instanceHoratiu Vultur2020-05-221-4/+9
| * | bridge: mrp: Add br_mrp_unique_ifindex functionHoratiu Vultur2020-05-221-0/+25
| * | net: bridge: allow enslaving some DSA master network devicesVladimir Oltean2020-05-103-13/+48
| * | netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet2020-05-071-4/+1
| * | net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller2020-05-072-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-0/+1
| |\ \
| * | | net: bridge: return false in br_mrp_enabled()Jason Yan2020-05-061-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-011-1/+1
| |\ \ \
| | * | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
| * | | | net: bridge: Add checks for enabling the STP.Horatiu Vultur2020-04-276-8/+23
| * | | | bridge: mrp: Integrate MRP into the bridgeHoratiu Vultur2020-04-275-0/+44
| * | | | bridge: mrp: Implement netlink interface to configure MRPHoratiu Vultur2020-04-271-0/+91
| * | | | bridge: mrp: Connect MRP API with the switchdev APIHoratiu Vultur2020-04-273-1/+589
| * | | | bridge: switchdev: mrp: Implement MRP API for switchdevHoratiu Vultur2020-04-272-0/+142
| * | | | bridge: mrp: Add MRP interface.Horatiu Vultur2020-04-271-0/+63
| * | | | net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPENHoratiu Vultur2020-04-271-0/+3
| * | | | bridge: mrp: Extend bridge interfaceHoratiu Vultur2020-04-271-0/+4
| * | | | bridge: mrp: Update KconfigHoratiu Vultur2020-04-271-0/+12
| |/ / /
* | | | Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-021-8/+6
|\ \ \ \
| * | | | netfilter: add audit table unregister actionsRichard Guy Briggs2020-04-281-0/+2
| * | | | audit: tidy and extend netfilter_cfg x_tablesRichard Guy Briggs2020-04-281-8/+4
| |/ / /
* | | / mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-4/+2
| |_|/ |/| |
* | | bridge: multicast: work around clang bugArnd Bergmann2020-05-271-1/+2
* | | netfilter: nft_reject_bridge: enable reject with bridge vlanMichael Braun2020-05-251-0/+6
| |/ |/|
* | net: bridge: vlan: Add a schedule point during VLAN processingIdo Schimmel2020-04-301-0/+1
|/
* net: bridge: vlan options: move the tunnel command to the nested attributeNikolay Aleksandrov2020-03-201-17/+30
* net: bridge: vlan options: nest the tunnel id into a tunnel info attributeNikolay Aleksandrov2020-03-202-7/+32
* net: bridge: vlan: include stats in dumps if requestedNikolay Aleksandrov2020-03-191-12/+61
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-171-1/+1
|\
| * netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-151-1/+1
* | net: bridge: vlan options: add support for tunnel mapping set/delNikolay Aleksandrov2020-03-174-2/+44
* | net: bridge: vlan options: add support for tunnel id dumpingNikolay Aleksandrov2020-03-173-5/+30
* | net: bridge: vlan tunnel: constify bridge and port argumentsNikolay Aleksandrov2020-03-173-11/+13
* | net: bridge: vlan options: rename br_vlan_opts_eq to br_vlan_opts_eq_rangeNikolay Aleksandrov2020-03-173-7/+7
|/