summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2025-06-23bridge: mcast: Fix use-after-free during router port configurationIdo Schimmel
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-16bridge: netfilter: Fix forwarding of fragmented packetsIdo Schimmel
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar
2025-05-05netfilter: bridge: Move specific fragmented packet to slow_path instead of dr...Huajian Yang
2025-04-23net: bridge: mcast: update multicast contex when vlan state is changedYong Wang
2025-04-23net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functionsYong Wang
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-16net: bridge: switchdev: do not notify new brentries as changedJonas Gorski
2025-04-15net: bridge: locally receive all multicast packets if IFF_ALLMULTI is setShengyu Qu
2025-04-14bridge: Convert br_net_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima
2025-04-14net: bridge: mcast: Notify on mdb offload failureJoseph Huang
2025-04-14net: bridge: Add offload_fail_notification boptJoseph Huang
2025-04-14net: bridge: mcast: Add offload failed mdb flagJoseph Huang
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-09net: bridge: Prevent unicast ARP/NS packets from being suppressed by bridgeAmit Cohen
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-21net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Kuniyuki Iwashima
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-05bridge: mdb: Allow replace of a host-joined groupPetr Machata
2025-01-19netfilter: br_netfilter: remove unused conditional and dead codeAntoine Tenart
2025-01-07bridge: Make br_is_nd_neigh_msg() accept pointer to "const struct sk_buff"Ted Chen
2024-12-23net: bridge: add skb drop reasons to the most common drop pointsRadu Rendec
2024-12-20net: bridge: Handle changes in VLAN_FLAG_BRIDGE_BINDINGPetr Machata
2024-12-20net: bridge: Extract a helper to handle bridge_binding togglesPetr Machata
2024-12-17net: bridge: constify 'struct bin_attribute'Thomas Weißschuh
2024-12-10rtnetlink: add ndo_fdb_dump_contextEric Dumazet
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong
2024-11-09bridge: Allow deleting FDB entries with non-existent VLANIdo Schimmel
2024-11-07ipv4: Prepare ip_route_output() to future .flowi4_tos conversion.Guillaume Nault
2024-11-07Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima
2024-10-15net: bridge: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-15netfilter: nf_tables: replace deprecated strncpy with strscpy_padJustin Stitt
2024-10-15netfilter: Make legacy configs user selectableBreno Leitao
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-10bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-04netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin
2024-10-03ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-02bridge: mcast: Fail MDB get request on empty entryIdo Schimmel