summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2025-06-24bridge: mcast: Fix use-after-free during router port configurationIdo Schimmel1-0/+9
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-33/+40
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds9-41/+192
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+8
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+3
2025-05-17bridge: netfilter: Fix forwarding of fragmented packetsIdo Schimmel2-5/+3
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar1-8/+8
2025-05-05netfilter: bridge: Move specific fragmented packet to slow_path instead of dr...Huajian Yang1-6/+6
2025-04-23net: bridge: mcast: update multicast contex when vlan state is changedYong Wang3-3/+38
2025-04-23net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functionsYong Wang1-8/+69
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-04-17net: bridge: switchdev: do not notify new brentries as changedJonas Gorski1-1/+3
2025-04-16net: bridge: locally receive all multicast packets if IFF_ALLMULTI is setShengyu Qu1-1/+2
2025-04-15bridge: Convert br_net_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima1-9/+8
2025-04-15net: bridge: mcast: Notify on mdb offload failureJoseph Huang3-5/+34
2025-04-15net: bridge: Add offload_fail_notification boptJoseph Huang2-0/+6
2025-04-15net: bridge: mcast: Add offload failed mdb flagJoseph Huang3-9/+22
2025-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-38/+38
2025-04-10net: bridge: Prevent unicast ARP/NS packets from being suppressed by bridgeAmit Cohen1-0/+7
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner4-38/+38
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+34
2025-03-22net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Kuniyuki Iwashima2-5/+34
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+2
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-02-22rtnetlink: Pack newlink() params into structXiao Liang1-2/+4
2025-02-06bridge: mdb: Allow replace of a host-joined groupPetr Machata1-1/+1
2025-01-19netfilter: br_netfilter: remove unused conditional and dead codeAntoine Tenart1-29/+1
2025-01-07bridge: Make br_is_nd_neigh_msg() accept pointer to "const struct sk_buff"Ted Chen2-2/+2
2024-12-23net: bridge: add skb drop reasons to the most common drop pointsRadu Rendec2-9/+27
2024-12-21net: bridge: Handle changes in VLAN_FLAG_BRIDGE_BINDINGPetr Machata3-0/+40
2024-12-21net: bridge: Extract a helper to handle bridge_binding togglesPetr Machata1-6/+14
2024-12-18net: bridge: constify 'struct bin_attribute'Thomas Weißschuh1-3/+3
2024-12-11rtnetlink: add ndo_fdb_dump_contextEric Dumazet1-1/+2
2024-11-16ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata2-8/+9
2024-11-16ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata2-6/+8
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong1-5/+6
2024-11-10bridge: Allow deleting FDB entries with non-existent VLANIdo Schimmel1-7/+2
2024-11-08ipv4: Prepare ip_route_output() to future .flowi4_tos conversion.Guillaume Nault1-1/+1
2024-11-07Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2-2/+8
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet1-1/+1
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima1-1/+5
2024-10-15net: bridge: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-8/+1
2024-10-15netfilter: nf_tables: replace deprecated strncpy with strscpy_padJustin Stitt1-1/+1
2024-10-15netfilter: Make legacy configs user selectableBreno Leitao1-1/+7
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-13/+22
2024-10-10bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima3-13/+17
2024-10-04netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin1-0/+5
2024-10-04ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault1-3/+5
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2024-10-03bridge: mcast: Fail MDB get request on empty entryIdo Schimmel1-1/+1