Age | Commit message (Expand) | Author | Files | Lines |
2018-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -6/+21 |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -5/+6 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-06-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2 | -6/+21 |
2018-06-08 | net: bridge: Fix locking in br_fdb_find_port() | Petr Machata | 1 | -1/+3 |
2018-06-08 | netfilter: x_tables: initialise match/target check parameter struct | Florian Westphal | 1 | -0/+2 |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 14 | -263/+279 |
2018-06-06 | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2018-06-06 | netfilter: ebtables: reject non-bridge targets | Florian Westphal | 1 | -0/+13 |
2018-06-04 | netfilter: ebtables: fix compat entry padding | Alin Nastac | 1 | -5/+5 |
2018-06-04 | netfilter: nft_reject_bridge: fix skb allocation size in nft_reject_br_send_v... | Taehee Yoo | 1 | -1/+1 |
2018-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2018-05-31 | net: bridge: Notify about bridge VLANs | Petr Machata | 1 | -3/+25 |
2018-05-31 | net: bridge: Extract br_vlan_add_existing() | Petr Machata | 1 | -22/+33 |
2018-05-31 | net: bridge: Extract boilerplate around switchdev_port_obj_*() | Petr Machata | 3 | -23/+41 |
2018-05-25 | net: bridge: add support for port isolation | Nikolay Aleksandrov | 5 | -2/+22 |
2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2018-05-17 | netfilter: ebtables: handle string from userspace with care | Paolo Abeni | 1 | -1/+2 |
2018-05-14 | audit: use inline function to get audit context | Richard Guy Briggs | 1 | -1/+1 |
2018-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -2/+2 |
2018-05-10 | net: bridge: Allow bridge master in br_vlan_get_info() | Petr Machata | 1 | -0/+2 |
2018-05-08 | netfilter: bridge: stp fix reference to uninitialized data | Stephen Hemminger | 1 | -2/+2 |
2018-05-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 4 | -177/+29 |
2018-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2018-05-03 | net: bridge: Notify about !added_by_user FDB entries | Petr Machata | 4 | -26/+33 |
2018-05-03 | switchdev: Add fdb.added_by_user to switchdev notifications | Petr Machata | 1 | -3/+7 |
2018-05-03 | net: bridge: avoid duplicate notification on up/down/change netdev events | Nikolay Aleksandrov | 3 | -8/+17 |
2018-04-30 | net: bridge: Publish bridge accessor functions | Petr Machata | 3 | -0/+72 |
2018-04-29 | bridge: check iface upper dev when setting master via ioctl | Hangbin Liu | 1 | -2/+2 |
2018-04-27 | bridge: use hlist_entry_safe | YueHaibing | 1 | -2/+1 |
2018-04-24 | netfilter: merge meta_bridge into nft_meta | Florian Westphal | 3 | -143/+0 |
2018-04-24 | netfilter: ebtables: add ebt_get_target and ebt_get_target_c | Taehee Yoo | 1 | -9/+13 |
2018-04-24 | netfilter: ebtables: remove EBT_MATCH and EBT_NOMATCH | Taehee Yoo | 1 | -1/+1 |
2018-04-24 | netfilter: ebtables: add ebt_free_table_info function | Taehee Yoo | 1 | -24/+15 |
2018-04-09 | netfilter: ebtables: don't attempt to allocate 0-sized compat array | Florian Westphal | 1 | -5/+6 |
2018-03-31 | net: bridge: disable bridge MTU auto tuning if it was set manually | Nikolay Aleksandrov | 4 | -20/+26 |
2018-03-31 | net: bridge: set min MTU on port events and allow user to set max | Nikolay Aleksandrov | 4 | -32/+18 |
2018-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 6 | -126/+94 |
2018-03-30 | netfilter: nf_tables: build-in filter chain type | Pablo Neira Ayuso | 3 | -83/+1 |
2018-03-30 | netfilter: nf_tables: nft_register_chain_type() returns void | Pablo Neira Ayuso | 1 | -1/+3 |
2018-03-30 | netfilter: nf_tables: rename struct nf_chain_type | Pablo Neira Ayuso | 1 | -1/+1 |
2018-03-30 | netfilter: ebt_stp: Use generic functions for comparisons | Joe Perches | 1 | -4/+2 |
2018-03-30 | netfilter: ebtables: Add support for specifying match revision | Bernie Harris | 1 | -18/+29 |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 6 | -6/+0 |
2018-03-26 | net: Use octal not symbolic permissions | Joe Perches | 2 | -19/+19 |
2018-03-23 | net: bridge: fix direct access to bridge vlan_enabled and use helper | Nikolay Aleksandrov | 1 | -1/+1 |
2018-03-23 | bridge: Allow max MTU when multiple VLANs present | Chas Williams | 4 | -7/+25 |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -1/+39 |
2018-03-20 | netfilter: ebtables: add support for matching IGMP type | Matthias Schiffer | 1 | -2/+17 |
2018-03-20 | netfilter: ebtables: add support for matching ICMP type and code | Matthias Schiffer | 1 | -10/+33 |