summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao2023-11-141-1/+1
* netfilter: add missing module descriptionsFlorian Westphal2023-11-085-0/+5
* net: bridge: fill in MODULE_DESCRIPTION()Nikolay Aleksandrov2023-10-271-0/+1
* bridge: mcast: Add MDB get supportIdo Schimmel2023-10-273-0/+168
* bridge: mcast: Rename MDB entry get functionIdo Schimmel2023-10-274-8/+11
* bridge: mcast: Factor out a helper for PG entry size calculationIdo Schimmel2023-10-271-7/+13
* bridge: mcast: Account for missing attributesIdo Schimmel2023-10-271-4/+11
* bridge: mcast: Dump MDB entries even when snooping is disabledIdo Schimmel2023-10-271-3/+0
* br_netfilter: use single forward hook for ip and arpFlorian Westphal2023-10-241-38/+34
* netfilter: bridge: convert br_netfilter to NF_DROP_REASONFlorian Westphal2023-10-182-16/+16
* net: bridge: Set strict_start_type for br_policyJohannes Nixdorf2023-10-171-0/+2
* net: bridge: Add netlink knobs for number / max learned FDB entriesJohannes Nixdorf2023-10-171-1/+14
* net: bridge: Track and limit dynamically learned FDB entriesJohannes Nixdorf2023-10-172-2/+37
* net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entryJohannes Nixdorf2023-10-171-3/+4
* net: Handle bulk delete policy in bridge driverAmit Cohen2023-10-132-7/+25
* neighbour: fix data-races around n->outputEric Dumazet2023-10-011-1/+1
* net: bridge: use DEV_STATS_INC()Eric Dumazet2023-09-192-4/+4
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-1/+2
|\
| * netfilter: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* | netfilter: ebtables: fix fortify warnings in size_entry_mwt()GONG, Ruiqi2023-08-221-2/+1
* | bridge: Remove unused declaration br_multicast_set_hash_max()YueHaibing2023-07-271-1/+0
* | net: switchdev: Add a helper to replay objects on a bridge portPetr Machata2023-07-213-0/+33
* | net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDBPetr Machata2023-07-211-1/+5
* | bridge: Add backup nexthop ID supportIdo Schimmel2023-07-194-0/+31
|/
* net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC modeVladimir Oltean2023-07-031-2/+3
* skbuff: bridge: Add layer 2 miss indicationIdo Schimmel2023-05-304-0/+32
* bridge: always declare tunnel functionsArnd Bergmann2023-05-171-4/+4
* net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-101-1/+1
* bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel2023-04-211-1/+7
* bridge: vlan: Allow setting VLAN neighbor suppression stateIdo Schimmel2023-04-212-1/+20
* bridge: Add per-{Port, VLAN} neighbor suppression data path supportIdo Schimmel2023-04-211-1/+17
* bridge: Encapsulate data path neighbor suppression logicIdo Schimmel2023-04-213-6/+13
* bridge: Take per-{Port, VLAN} neighbor suppression into accountIdo Schimmel2023-04-212-2/+2
* bridge: Add internal flags for per-{Port, VLAN} neighbor suppressionIdo Schimmel2023-04-211-0/+1
* bridge: Pass VLAN ID to br_flood()Ido Schimmel2023-04-214-7/+9
* bridge: Reorder neighbor suppression check when floodingIdo Schimmel2023-04-211-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-202-6/+22
|\
| * net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean2023-04-201-0/+11
| * netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal2023-04-061-6/+11
* | net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-281-1/+1
* | rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel2023-03-171-0/+6
* | rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel2023-03-174-318/+27
* | bridge: mcast: Implement MDB net device operationsIdo Schimmel2023-03-173-0/+152
* | neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-152-3/+4
* | netfilter: move br_nf_check_hbh_len to utilsXin Long2023-03-081-54/+1
* | netfilter: bridge: move pskb_trim_rcsum out of br_nf_check_hbh_lenXin Long2023-03-081-19/+14
* | netfilter: bridge: check len before accessing more nh dataXin Long2023-03-081-25/+20
* | netfilter: bridge: call pskb_may_pull in br_nf_check_hbh_lenXin Long2023-03-081-5/+9
* | netfilter: bridge: introduce broute meta statementSriram Yagnaraman2023-03-081-3/+68
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-02-221-1/+1
|\