aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-12bridge: check brport attr show in brport_showXin Long1-0/+3
2018-02-01net: bridge: Fix uninitialized error in br_fdb_sync_static()Geert Uytterhoeven1-1/+1
2018-01-22bridge: return boolean instead of integer in br_multicast_is_routerGustavo A. R. Silva1-1/+1
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso1-2/+0
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso1-23/+2
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso1-33/+5
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso1-1/+0
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso1-12/+4
2018-01-08netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso1-7/+0
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso1-7/+0
2018-01-08netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso1-6/+0
2018-01-08netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso1-8/+0
2018-01-08netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso1-7/+0
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso1-7/+7
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso1-1/+0
2018-01-08netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso1-3/+5
2018-01-08netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal1-0/+2
2018-01-08netfilter: reduce size of hook entry point locationsFlorian Westphal1-1/+1
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2017-12-20bridge: Use helpers to handle MAC addressAndy Shevchenko1-10/+3
2017-12-18net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov1-5/+6
2017-12-13net: bridge: use rhashtable for fdbsNikolay Aleksandrov4-217/+209
2017-12-04net: use rtnl_register_module where neededFlorian Westphal1-3/+3
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller1-1/+0
2017-11-14net: bridge: add vlan_tunnel to bridge port policiesNikolay Aleksandrov1-0/+1
2017-11-10net: bridge: Add/del switchdev object on host join/leaveAndrew Lunn1-0/+43
2017-11-10net: bridge: Send notification when host join/leaves a groupAndrew Lunn2-4/+11
2017-11-10net: bridge: Rename mglist to host_joinedAndrew Lunn4-10/+10
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+1
2017-11-06netfilter: ebtables: clean up initialization of bufColin Ian King1-2/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-0/+4
2017-11-03net: bridge: Convert timers to use timer_setup()Allen Pais1-29/+19
2017-11-03net: bridge: Convert timers to use timer_setup()Allen Pais1-40/+39
2017-11-03net: Define eth_stp_addr in linux/etherdevice.hEgil Hjelmeland1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-11-02net: bridge: add notifications for the bridge dev on vlan changeNikolay Aleksandrov9-38/+45
2017-11-01net: bridge: add neigh_suppress to bridge port policiesNikolay Aleksandrov1-0/+1
2017-10-29bridge: vlan: signal if anything changed on vlan addNikolay Aleksandrov3-28/+73
2017-10-29bridge: netlink: make setlink/dellink notifications more accurateNikolay Aleksandrov3-24/+37
2017-10-25bridge: remove rtmsg_ifinfo called in add_del_ifXin Long1-3/+0
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-22net: bridge: fix returning of vlan range op errorsNikolay Aleksandrov1-1/+1
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+15
2017-10-09net: bridge: Export bridge multicast router stateYotam Gigi1-0/+12
2017-10-09net: bridge: Notify on bridge device mrouter state changesYotam Gigi1-3/+35
2017-10-08bridge: suppress nd pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu4-0/+274
2017-10-08bridge: suppress arp pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu4-58/+205
2017-10-08bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd floodRoopa Prabhu7-3/+52
2017-10-04net: bridge: Pass extack to down to netdev_master_upper_dev_linkDavid Ahern4-7/+15
2017-10-04net: Add extack to upper device linkingDavid Ahern1-1/+1