summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
12 daysnet: bridge: fix soft lockup in br_multicast_query_expired()Wang Liang2-0/+18
2025-08-07netfilter: add back NETFILTER_XTABLES dependenciesArnd Bergmann1-0/+1
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-11/+13
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-07-25netfilter: Exclude LEGACY TABLES on PREEMPT_RT.Pablo Neira Ayuso1-5/+5
2025-07-19net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-1/+1
2025-07-19net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev2-4/+6
2025-07-19net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev1-1/+1
2025-07-17net: bridge: Do not offload IGMP/MLD messagesJoseph Huang1-0/+3
2025-06-24bridge: mcast: Fix use-after-free during router port configurationIdo Schimmel1-0/+9
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-1/+1
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