summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)Author
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-03bridge: vlan dst_metadata hooks in ingress and egress pathsRoopa Prabhu
2017-02-03bridge: per vlan dst_metadata netlink supportRoopa Prabhu
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25bridge: move maybe_deliver_addr() inside #ifdefArnd Bergmann
2017-01-24bridge: multicast to unicastFelix Fietkau
2017-01-20bridge: netlink: call br_changelink() during br_dev_newlink()Ivan Vecera
2017-01-17bridge: sparse fixes in br_ip6_multicast_alloc_query()Lance Richardson
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn
2017-01-09ebtables: use match, target and data copy_to_user helpersWillem de Bruijn
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-12-30bridge: netfilter: Fix dropping packets that moving through bridge interfaceArtur Molchanov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-10net: bridge: shorten ageing time on topology changeVivien Didelot
2016-12-10net: bridge: add helper to set topology changeVivien Didelot
2016-12-10net: bridge: add helper to offload ageing timeVivien Didelot
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-06netfilter: convert while loops to for loopsAaron Conole
2016-12-06netfilter: introduce accessor functions for hook entriesAaron Conole
2016-12-05net: bridge: set error code on failurePan Bian
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang
2016-11-21bridge: mcast: add MLDv2 querier supportNikolay Aleksandrov
2016-11-21bridge: mcast: add IGMPv3 query supportNikolay Aleksandrov
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-11-03netfilter: deprecate NF_STOPPablo Neira Ayuso
2016-11-03netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso
2016-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso
2016-10-31bridge: mcast: add router port on PIM hello messageNikolay Aleksandrov
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-20net: use core MTU range checking in core net infraJarod Wilson
2016-10-18bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-13net: bridge: add the multicast_flood flag attribute to brport_attrsNikolay Aleksandrov
2016-10-13bridge: add address and vlan to fdb warning messagesRoopa Prabhu
2016-10-02netfilter: bridge: clarify bridge/netfilter messageStefan Agner
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang
2016-09-25netfilter: replace list_head with single linked listAaron Conole
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole
2016-09-24netfilter: bridge: add and use br_nf_hook_threshFlorian Westphal
2016-09-13net: bridge: add helper to call /sbin/bridge-stpVivien Didelot