Age | Commit message (Expand) | Author | Files | Lines |
2024-03-15 | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
2024-03-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+126 |
2024-02-29 | net: bridge: Exit if multicast_init_stats fails | Breno Leitao | 1 | -1/+2 |
2024-02-29 | net: bridge: Do not allocate stats in the driver | Breno Leitao | 1 | -11/+2 |
2024-02-29 | netfilter: bridge: confirm multicast packets before passing them up the stack | Florian Westphal | 2 | -0/+126 |
2024-02-23 | treewide: update LLVM Bugzilla links | Nathan Chancellor | 1 | -1/+1 |
2024-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -28/+56 |
2024-02-21 | net: bridge: constify the struct device_type usage | Ricardo B. Marliere | 1 | -1/+1 |
2024-02-16 | net: bridge: switchdev: Ensure deferred event delivery on unoffload | Tobias Waldekranz | 1 | -0/+10 |
2024-02-16 | net: bridge: switchdev: Skip MDB replays of deferred events on offload | Tobias Waldekranz | 1 | -28/+46 |
2024-02-14 | net-sysfs: convert dev->operstate reads to lockless ones | Eric Dumazet | 1 | -1/+2 |
2024-02-14 | net: bridge: use netdev_lockdep_set_classes() | Eric Dumazet | 1 | -8/+1 |
2024-02-12 | bridge: vlan: use synchronize_net() when holding RTNL | Eric Dumazet | 1 | -2/+2 |
2024-02-08 | bridge: use exit_batch_rtnl() method | Eric Dumazet | 1 | -10/+5 |
2024-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -7/+17 |
2024-02-01 | net: bridge: Use KMEM_CACHE instead of kmem_cache_create | Kunwu Chan | 1 | -4/+1 |
2024-01-31 | bridge: mcast: fix disabled snooping after long uptime | Linus Lüssing | 2 | -7/+17 |
2024-01-29 | netfilter: ebtables: allow xtables-nft only builds | Florian Westphal | 2 | -1/+8 |
2024-01-17 | netfilter: bridge: replace physindev with physinif in nf_bridge_info | Pavel Tikhomirov | 2 | -12/+44 |
2023-12-27 | bridge: cfm: fix enum typo in br_cc_ccm_tx_parse | Lin Ma | 1 | -1/+1 |
2023-12-20 | bridge: mdb: Add MDB bulk deletion support | Ido Schimmel | 3 | -0/+142 |
2023-12-05 | docs: bridge: Add kAPI/uAPI fields | Hangbin Liu | 1 | -0/+2 |
2023-11-14 | netfilter: nf_conntrack_bridge: initialize err to 0 | Linkui Xiao | 1 | -1/+1 |
2023-11-08 | netfilter: add missing module descriptions | Florian Westphal | 5 | -0/+5 |
2023-10-27 | net: bridge: fill in MODULE_DESCRIPTION() | Nikolay Aleksandrov | 1 | -0/+1 |
2023-10-27 | bridge: mcast: Add MDB get support | Ido Schimmel | 3 | -0/+168 |
2023-10-27 | bridge: mcast: Rename MDB entry get function | Ido Schimmel | 4 | -8/+11 |
2023-10-27 | bridge: mcast: Factor out a helper for PG entry size calculation | Ido Schimmel | 1 | -7/+13 |
2023-10-27 | bridge: mcast: Account for missing attributes | Ido Schimmel | 1 | -4/+11 |
2023-10-27 | bridge: mcast: Dump MDB entries even when snooping is disabled | Ido Schimmel | 1 | -3/+0 |
2023-10-24 | br_netfilter: use single forward hook for ip and arp | Florian Westphal | 1 | -38/+34 |
2023-10-18 | netfilter: bridge: convert br_netfilter to NF_DROP_REASON | Florian Westphal | 2 | -16/+16 |
2023-10-18 | net: bridge: Set strict_start_type for br_policy | Johannes Nixdorf | 1 | -0/+2 |
2023-10-18 | net: bridge: Add netlink knobs for number / max learned FDB entries | Johannes Nixdorf | 1 | -1/+14 |
2023-10-18 | net: bridge: Track and limit dynamically learned FDB entries | Johannes Nixdorf | 2 | -2/+37 |
2023-10-18 | net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry | Johannes Nixdorf | 1 | -3/+4 |
2023-10-13 | net: Handle bulk delete policy in bridge driver | Amit Cohen | 2 | -7/+25 |
2023-10-01 | neighbour: fix data-races around n->output | Eric Dumazet | 1 | -1/+1 |
2023-09-19 | net: bridge: use DEV_STATS_INC() | Eric Dumazet | 2 | -4/+4 |
2023-08-30 | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+2 |
2023-08-22 | netfilter: ebtables: fix fortify warnings in size_entry_mwt() | GONG, Ruiqi | 1 | -2/+1 |
2023-08-16 | netfilter: Update to register_net_sysctl_sz | Joel Granados | 1 | -1/+2 |
2023-07-28 | bridge: Remove unused declaration br_multicast_set_hash_max() | YueHaibing | 1 | -1/+0 |
2023-07-21 | net: switchdev: Add a helper to replay objects on a bridge port | Petr Machata | 3 | -0/+33 |
2023-07-21 | net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDB | Petr Machata | 1 | -1/+5 |
2023-07-19 | bridge: Add backup nexthop ID support | Ido Schimmel | 4 | -0/+31 |
2023-07-03 | net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode | Vladimir Oltean | 1 | -2/+3 |
2023-05-31 | skbuff: bridge: Add layer 2 miss indication | Ido Schimmel | 4 | -0/+32 |
2023-05-18 | bridge: always declare tunnel functions | Arnd Bergmann | 1 | -4/+4 |
2023-05-10 | net: add vlan_get_protocol_and_depth() helper | Eric Dumazet | 1 | -1/+1 |