summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_device.c
AgeCommit message (Expand)AuthorLines
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet-1/+1
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin-2/+3
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin-1/+2
2024-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski-2/+2
2024-05-15net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov-0/+6
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-04-25net: bridge: remove redundant check of f->dstlinke li-1/+1
2024-02-28net: bridge: Exit if multicast_init_stats failsBreno Leitao-1/+2
2024-02-28net: bridge: Do not allocate stats in the driverBreno Leitao-11/+2
2024-02-21net: bridge: constify the struct device_type usageRicardo B. Marliere-1/+1
2024-02-13net: bridge: use netdev_lockdep_set_classes()Eric Dumazet-8/+1
2023-12-20bridge: mdb: Add MDB bulk deletion supportIdo Schimmel-0/+1
2023-10-27bridge: mcast: Add MDB get supportIdo Schimmel-0/+1
2023-10-27bridge: mcast: Rename MDB entry get functionIdo Schimmel-1/+1
2023-05-30skbuff: bridge: Add layer 2 miss indicationIdo Schimmel-0/+1
2023-04-21bridge: Pass VLAN ID to br_flood()Ido Schimmel-4/+4
2023-03-17rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel-3/+3
2023-03-17bridge: mcast: Implement MDB net device operationsIdo Schimmel-0/+3
2022-08-22bridge: move from strlcpy with unused retval to strscpyWolfram Sang-4/+4
2022-04-13net: bridge: fdb: add ndo_fdb_del_bulkNikolay Aleksandrov-0/+1
2021-07-27net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann-1/+0
2021-07-27bridge: use ndo_siocdevprivateArnd Bergmann-0/+1
2021-07-20net: bridge: add vlan mcast snooping knobNikolay Aleksandrov-2/+5
2021-07-20net: bridge: multicast: use multicast contexts instead of bridge or portNikolay Aleksandrov-4/+5
2021-03-24netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau-0/+1
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau-1/+22
2021-03-24net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso-0/+27
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2020-12-07bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang-0/+6
2020-11-21net: bridge: switch to net core statistics counters handlingHeiner Kallweit-22/+9
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2020-11-16net: bridge: add missing counters to ndo_get_stats64 callbackHeiner Kallweit-0/+1
2020-11-09bridge: mrp: Use hlist_head instead of list_head for mrpHoratiu Vultur-1/+1
2020-10-30net: bridge: mcast: add support for raw L2 multicast groupsNikolay Aleksandrov-1/+1
2020-10-29bridge: cfm: Add BRIDGE_CFM to Kconfig.Henrik Bjoernlund-0/+3
2020-10-29net: bridge: extend the process of special framesHenrik Bjoernlund-0/+1
2020-10-13net: bridge: use new function dev_fetch_sw_netstatsHeiner Kallweit-20/+1
2020-08-03net: bridge: clear bridge's private skb space on xmitNikolay Aleksandrov-0/+2
2020-06-09net: change addr_list_lock back to static keyCong Wang-0/+8
2020-04-27bridge: mrp: Integrate MRP into the bridgeHoratiu Vultur-0/+3
2020-02-24net: bridge: fix stale eth hdr pointer in br_dev_xmitNikolay Aleksandrov-4/+2
2020-01-24net: bridge: vlan: add per-vlan stateNikolay Aleksandrov-1/+2
2019-12-03net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov-0/+6
2019-11-12bridge: implement get_link_ksettings ethtool methodMatthias Schiffer-2/+34
2019-10-24net: core: add generic lockdep keysTaehee Yoo-8/+0
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+1
2019-05-30netfilter: bridge: add connection tracking systemPablo Neira Ayuso-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2018-12-16bridge: support for ndo_fdb_getRoopa Prabhu-0/+1
2018-12-05net: bridge: convert multicast to generic rhashtableNikolay Aleksandrov-0/+10