summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal2024-03-062-0/+126
* net: bridge: switchdev: Ensure deferred event delivery on unoffloadTobias Waldekranz2024-03-011-0/+10
* net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz2024-03-011-28/+46
* bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing2024-02-052-7/+17
* bridge: cfm: fix enum typo in br_cc_ccm_tx_parseLin Ma2024-02-051-1/+1
* netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2024-01-252-12/+44
* netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao2023-11-281-1/+1
* 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
|\
| * netfilter: ebtables: fix table blob use-after-freeFlorian Westphal2023-02-221-1/+1
* | net: bridge: make kobj_type structure constantThomas Weißschuh2023-02-141-1/+1
* | bridge: mcast: Move validation to a policyIdo Schimmel2023-02-101-18/+27
* | bridge: mcast: Remove pointless sequence generation counter assignmentIdo Schimmel2023-02-101-2/+0
* | bridge: mcast: Use correct define in MDB dumpIdo Schimmel2023-02-101-1/+1
* | net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata2023-02-065-7/+69
* | net: bridge: Maintain number of MDB entries in net_bridge_mcast_portPetr Machata2023-02-062-1/+137
* | net: bridge: Change a cleanup in br_multicast_new_port_group() to gotoPetr Machata2023-02-061-2/+5