summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata2024-11-152-8/+9
* ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata2024-11-152-6/+8
* net: ip: make ip_route_input() return drop reasonsMenglong Dong2024-11-121-5/+6
* bridge: Allow deleting FDB entries with non-existent VLANIdo Schimmel2024-11-091-7/+2
* ipv4: Prepare ip_route_output() to future .flowi4_tos conversion.Guillaume Nault2024-11-071-1/+1
* Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2024-11-072-2/+8
|\
| * netfilter: nf_tables: replace deprecated strncpy with strscpy_padJustin Stitt2024-10-151-1/+1
| * netfilter: Make legacy configs user selectableBreno Leitao2024-10-151-1/+7
* | netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet2024-10-231-1/+1
* | rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima2024-10-221-1/+5
* | net: bridge: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall2024-10-151-8/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-104-13/+22
|\ \
| * | bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima2024-10-103-13/+17
| * | netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin2024-10-041-0/+5
| |/
* / ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault2024-10-031-3/+5
|/
* Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-031-1/+1
|\
| * bridge: mcast: Fail MDB get request on empty entryIdo Schimmel2024-10-021-1/+1
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
|/
* netfilter: br_netfilter: Unmask upper DSCP bits in br_nf_pre_routing_finish()Ido Schimmel2024-09-091-1/+2
* Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-09-063-6/+4
|\
| * netfilter: nf_tables: drop unused 3rd argument from validate callback opsFlorian Westphal2024-09-032-5/+3
| * netfilter: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen2024-09-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-051-4/+2
|\ \
| * | net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski2024-09-041-4/+2
* | | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-031-2/+3
* | | netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-1/+2
| |/ |/|
* | netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal2024-08-201-1/+1
|/
* netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal2024-08-141-1/+5
* net: bridge: mcast: wait for previous gc cycles when removing portNikolay Aleksandrov2024-08-051-3/+1
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-151-2/+2
|\
| * net: bridge: mst: Check vlan state for egress decisionElliot Ayrey2024-07-151-2/+2
* | netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage.Sebastian Andrzej Siewior2024-06-241-4/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-131-7/+6
|\|
| * net: bridge: mst: fix suspicious rcu usage in br_mst_set_stateNikolay Aleksandrov2024-06-121-1/+1
| * net: bridge: mst: pass vlan group directly to br_mst_vlan_set_stateNikolay Aleksandrov2024-06-121-6/+5
* | net: bridge: fix an inconsistent indentationChen Hanxiao2024-06-051-2/+2
* | net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan2024-05-231-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski2024-05-153-8/+11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-2/+7
| |\
| * | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
| * | netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-1/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-1/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-1/+1
| |\ \ \
| * | | | net: bridge: remove redundant check of f->dstlinke li2024-04-251-1/+1
| * | | | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-184-8/+28
| |\ \ \ \
| * | | | | ipv4: Set scope explicitly in ip_route_output().Guillaume Nault2024-04-081-1/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-041-0/+6
| |\ \ \ \ \
| * | | | | | ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-3/+6