summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | | | | | net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov2024-05-151-6/+10
* | | | | | | net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov2024-05-151-0/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau2024-05-081-2/+7
| |_|_|_|/ |/| | | |
* | | | | net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau2024-05-011-1/+1
| |_|_|/ |/| | |
* | | | bridge/br_netlink.c: no need to return void functionHangbin Liu2024-04-221-1/+1
| |_|/ |/| |
* | | netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso2024-04-114-8/+28
| |/ |/|
* | netfilter: validate user input for expected lengthEric Dumazet2024-04-041-0/+6
|/
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\
| * treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-292-0/+126
|\ \
| * | netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal2024-02-292-0/+126
* | | net: bridge: Exit if multicast_init_stats failsBreno Leitao2024-02-281-1/+2
* | | net: bridge: Do not allocate stats in the driverBreno Leitao2024-02-281-11/+2