| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: ebtables: reject bogus getopt len value | Florian Westphal | 2020-08-14 | 1 | -0/+4 |
* | netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependency | Florian Westphal | 2020-08-13 | 1 | -2/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-08-05 | 10 | -193/+1193 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2020-08-03 | 1 | -1/+1 |
| |\ |
|
| | * | netfilter: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-07-22 | 1 | -1/+1 |
| * | | net: bridge: clear bridge's private skb space on xmit | Nikolay Aleksandrov | 2020-08-03 | 1 | -0/+2 |
| * | | netfilter: switch nf_setsockopt to sockptr_t | Christoph Hellwig | 2020-07-24 | 1 | -20/+17 |
| * | | netfilter: remove the unused user argument to do_update_counters | Christoph Hellwig | 2020-07-24 | 1 | -5/+4 |
| * | | netfilter/ebtables: clean up compat {get, set}sockopt handling | Christoph Hellwig | 2020-07-19 | 1 | -116/+98 |
| |/ |
|
| * | net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPEN | Horatiu Vultur | 2020-07-14 | 1 | -0/+3 |
| * | bridge: mrp: Extend br_mrp_fill_info | Horatiu Vultur | 2020-07-14 | 1 | -0/+18 |
| * | bridge: mrp: Extend MRP netlink interface for configuring MRP interconnect | Horatiu Vultur | 2020-07-14 | 1 | -0/+140 |
| * | bridge: mrp: Implement the MRP Interconnect API | Horatiu Vultur | 2020-07-14 | 2 | -31/+543 |
| * | bridge: switchdev: mrp: Extend MRP API for switchdev for MRP Interconnect | Horatiu Vultur | 2020-07-14 | 2 | -0/+69 |
| * | bridge: mrp: Add br_mrp_in_port_open function | Horatiu Vultur | 2020-07-14 | 2 | -0/+23 |
| * | bridge: mrp: Rename br_mrp_port_open to br_mrp_ring_port_open | Horatiu Vultur | 2020-07-14 | 3 | -5/+5 |
| * | bridge: mrp: Extend br_mrp for MRP interconnect | Horatiu Vultur | 2020-07-14 | 1 | -0/+13 |
| * | net: bridge: fix undefined br_vlan_can_enter_range in tunnel code | Nikolay Aleksandrov | 2020-07-13 | 1 | -0/+6 |
| * | net: bridge: notify on vlan tunnel changes done via the old api | Nikolay Aleksandrov | 2020-07-12 | 1 | -2/+47 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-11 | 4 | -4/+4 |
| |\ |
|
| * | | bridge: Extend br_fill_ifinfo to return MPR status | Horatiu Vultur | 2020-07-02 | 1 | -1/+24 |
| * | | bridge: mrp: Add br_mrp_fill_info | Horatiu Vultur | 2020-07-02 | 2 | -0/+71 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-06-25 | 4 | -3/+11 |
| |\ \ |
|
| * | | | net: bridge: add a flag to avoid refreshing fdb when changing/adding | Nikolay Aleksandrov | 2020-06-24 | 1 | -1/+4 |
| * | | | net: bridge: add option to allow activity notifications for any fdb entries | Nikolay Aleksandrov | 2020-06-24 | 2 | -13/+108 |
| * | | | net: bridge: fdb_add_entry takes ndm as argument | Nikolay Aleksandrov | 2020-06-24 | 1 | -5/+4 |
* | | | | Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-08-04 | 1 | -3/+3 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | audit: add gfp parameter to audit_log_nfcfg | Richard Guy Briggs | 2020-06-29 | 1 | -3/+3 |
| |/ / |
|
* | | | bridge: mcast: Fix MLD2 Report IPv6 payload length check | Linus Lüssing | 2020-07-07 | 1 | -1/+1 |
* | | | bridge: mrp: Fix endian conversion and some other warnings | Horatiu Vultur | 2020-06-28 | 3 | -3/+3 |
| |/
|/| |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2020-06-25 | 2 | -0/+2 |
|\ \ |
|
| * | | netfilter: Add MODULE_DESCRIPTION entries to kernel modules | Rob Gill | 2020-06-25 | 2 | -0/+2 |
| |/ |
|
* | | net: bridge: enfore alignment for ethernet address | Thomas Martitz | 2020-06-25 | 1 | -1/+1 |
* | | bridge: mrp: Validate when setting the port role | Horatiu Vultur | 2020-06-23 | 1 | -2/+8 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-06-13 | 1 | -0/+8 |
|\ |
|
| * | net: change addr_list_lock back to static key | Cong Wang | 2020-06-09 | 1 | -0/+8 |
* | | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 1 | -3/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-06-03 | 17 | -26/+1355 |
|\ |
|
| * | bridge: mrp: Add support for role MRA | Horatiu Vultur | 2020-06-01 | 4 | -21/+118 |
| * | bridge: mrp: Set the priority of MRP instance | Horatiu Vultur | 2020-06-01 | 4 | -1/+9 |
| * | bridge: Avoid infinite loop when suppressing NS messages with invalid options | Ido Schimmel | 2020-06-01 | 1 | -0/+4 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-31 | 2 | -1/+8 |
| |\ |
|
| * | | bridge: mrp: Rework the MRP netlink interface | Horatiu Vultur | 2020-05-27 | 3 | -43/+233 |
| * | | bridge: mrp: Fix out-of-bounds read in br_mrp_parse | Horatiu Vultur | 2020-05-25 | 1 | -0/+6 |
| * | | bridge: mrp: Restore port state when deleting MRP instance | Horatiu Vultur | 2020-05-22 | 1 | -4/+9 |
| * | | bridge: mrp: Add br_mrp_unique_ifindex function | Horatiu Vultur | 2020-05-22 | 1 | -0/+25 |
| * | | net: bridge: allow enslaving some DSA master network devices | Vladimir Oltean | 2020-05-10 | 3 | -13/+48 |
| * | | netpoll: accept NULL np argument in netpoll_send_skb() | Eric Dumazet | 2020-05-07 | 1 | -4/+1 |
| * | | net: remove newlines in NL_SET_ERR_MSG_MOD | Jacob Keller | 2020-05-07 | 2 | -2/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-06 | 1 | -0/+1 |
| |\ \ |
|