Age | Commit message (Expand) | Author |
2018-01-22 | bridge: return boolean instead of integer in br_multicast_is_router | Gustavo A. R. Silva |
2018-01-19 | netfilter: remove messages print and boot/module load time | Pablo Neira Ayuso |
2018-01-10 | netfilter: nf_tables: get rid of struct nft_af_info abstraction | Pablo Neira Ayuso |
2018-01-10 | netfilter: nf_tables: get rid of pernet families | Pablo Neira Ayuso |
2018-01-10 | netfilter: nf_tables: remove nhooks field from struct nft_af_info | Pablo Neira Ayuso |
2018-01-08 | netfilter: remove struct nf_afinfo and its helper functions | Pablo Neira Ayuso |
2018-01-08 | netfilter: move reroute indirection to struct nf_ipv6_ops | Pablo Neira Ayuso |
2018-01-08 | netfilter: move route indirection to struct nf_ipv6_ops | Pablo Neira Ayuso |
2018-01-08 | netfilter: remove saveroute indirection in struct nf_afinfo | Pablo Neira Ayuso |
2018-01-08 | netfilter: move checksum_partial indirection to struct nf_ipv6_ops | Pablo Neira Ayuso |
2018-01-08 | netfilter: move checksum indirection to struct nf_ipv6_ops | Pablo Neira Ayuso |
2018-01-08 | netfilter: nf_tables: remove hooks from family definition | Pablo Neira Ayuso |
2018-01-08 | netfilter: nf_tables: remove multihook chains and families | Pablo Neira Ayuso |
2018-01-08 | netfilter: nf_tables: explicit nft_set_pktinfo() call from hook path | Pablo Neira Ayuso |
2018-01-08 | netfilter: don't allocate space for arp/bridge hooks unless needed | Florian Westphal |
2018-01-08 | netfilter: reduce size of hook entry point locations | Florian Westphal |
2017-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-12-20 | bridge: Use helpers to handle MAC address | Andy Shevchenko |
2017-12-18 | net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaks | Nikolay Aleksandrov |
2017-12-13 | net: bridge: use rhashtable for fdbs | Nikolay Aleksandrov |
2017-12-04 | net: use rtnl_register_module where needed | Florian Westphal |
2017-11-30 | xfrm: Move dst->path into struct xfrm_dst | David Miller |
2017-11-14 | net: bridge: add vlan_tunnel to bridge port policies | Nikolay Aleksandrov |
2017-11-10 | net: bridge: Add/del switchdev object on host join/leave | Andrew Lunn |
2017-11-10 | net: bridge: Send notification when host join/leaves a group | Andrew Lunn |
2017-11-10 | net: bridge: Rename mglist to host_joined | Andrew Lunn |
2017-11-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2017-11-06 | netfilter: ebtables: clean up initialization of buf | Colin Ian King |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-03 | net: bridge: Convert timers to use timer_setup() | Allen Pais |
2017-11-03 | net: bridge: Convert timers to use timer_setup() | Allen Pais |
2017-11-03 | net: Define eth_stp_addr in linux/etherdevice.h | Egil Hjelmeland |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-11-02 | net: bridge: add notifications for the bridge dev on vlan change | Nikolay Aleksandrov |
2017-11-01 | net: bridge: add neigh_suppress to bridge port policies | Nikolay Aleksandrov |
2017-10-29 | bridge: vlan: signal if anything changed on vlan add | Nikolay Aleksandrov |
2017-10-29 | bridge: netlink: make setlink/dellink notifications more accurate | Nikolay Aleksandrov |
2017-10-25 | bridge: remove rtmsg_ifinfo called in add_del_if | Xin Long |
2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-10-22 | net: bridge: fix returning of vlan range op errors | Nikolay Aleksandrov |
2017-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-10-09 | net: bridge: Export bridge multicast router state | Yotam Gigi |
2017-10-09 | net: bridge: Notify on bridge device mrouter state changes | Yotam Gigi |
2017-10-08 | bridge: suppress nd pkts on BR_NEIGH_SUPPRESS ports | Roopa Prabhu |
2017-10-08 | bridge: suppress arp pkts on BR_NEIGH_SUPPRESS ports | Roopa Prabhu |
2017-10-08 | bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd flood | Roopa Prabhu |
2017-10-04 | net: bridge: Pass extack to down to netdev_master_upper_dev_link | David Ahern |
2017-10-04 | net: Add extack to upper device linking | David Ahern |
2017-10-04 | net: Add extack to ndo_add_slave | David Ahern |
2017-09-29 | netfilter: ebtables: fix race condition in frame_filter_net_init() | Artem Savkov |