| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-15 | batman-adv: Fix double-hold of meshif when getting enabled | Sven Eckelmann | 1 | -1/+0 |
| 2025-04-08 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -3/+3 |
| 2025-04-04 | lib/crc: remove CONFIG_LIBCRC32C | Eric Biggers | 1 | -1/+1 |
| 2025-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2 | -4/+2 |
| 2025-03-20 | Merge tag 'batadv-net-pullrequest-20250318' of git://git.open-mesh.org/linux-... | Paolo Abeni | 2 | -4/+2 |
| 2025-03-18 | Merge tag 'batadv-next-pullrequest-20250313' of git://git.open-mesh.org/linux... | Paolo Abeni | 36 | -925/+907 |
| 2025-03-04 | net: rename netns_local to netns_immutable | Nicolas Dichtel | 1 | -1/+1 |
| 2025-02-23 | batman-adv: add missing newlines for log macros | Sven Eckelmann | 1 | -1/+1 |
| 2025-02-22 | batman-adv: Limit aggregation size to outgoing MTU | Sven Eckelmann | 1 | -6/+11 |
| 2025-02-22 | batman-adv: Use actual packet count for aggregated packets | Sven Eckelmann | 2 | -3/+4 |
| 2025-02-22 | batman-adv: Switch to bitmap helper for aggregation handling | Sven Eckelmann | 3 | -11/+11 |
| 2025-02-22 | batman-adv: Limit number of aggregated packets directly | Sven Eckelmann | 2 | -3/+4 |
| 2025-02-22 | batman-adv: Use consistent name for mesh interface | Sven Eckelmann | 36 | -863/+863 |
| 2025-02-22 | batman-adv: Add support for jumbo frames | Sven Eckelmann | 3 | -4/+5 |
| 2025-02-22 | batman-adv: adopt netdev_hold() / netdev_put() | Eric Dumazet | 2 | -12/+14 |
| 2025-02-22 | batman-adv: Drop batadv_priv_debug_log struct | Sven Eckelmann | 1 | -28/+0 |
| 2025-02-22 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2025-02-21 | rtnetlink: Pack newlink() params into struct | Xiao Liang | 1 | -5/+4 |
| 2025-02-11 | Merge tag 'batadv-net-pullrequest-20250207' of git://git.open-mesh.org/linux-... | Paolo Abeni | 5 | -50/+91 |
| 2025-02-08 | batman-adv: Ignore own maximum aggregation size during RX | Sven Eckelmann | 2 | -4/+2 |
| 2025-01-28 | batman-adv: Fix incorrect offset in batadv_tt_tvlv_ogm_handler_v1() | Remi Pommarel | 1 | -7/+5 |
| 2025-01-22 | batman-adv: Drop unmanaged ELP metric worker | Sven Eckelmann | 4 | -30/+48 |
| 2025-01-22 | batman-adv: Ignore neighbor throughput metrics in error case | Sven Eckelmann | 1 | -16/+34 |
| 2025-01-19 | batman-adv: fix panic during interface removal | Andy Strohman | 1 | -1/+8 |
| 2025-01-18 | Merge tag 'batadv-next-pullrequest-20250117' of git://git.open-mesh.org/linux... | Jakub Kicinski | 12 | -249/+229 |
| 2025-01-17 | batman-adv: netlink: reduce duplicate code by returning interfaces | Linus Lüssing | 8 | -209/+174 |
| 2024-12-31 | MAINTAINERS: update email address of Marek Linder | Marek Lindner | 1 | -1/+1 |
| 2024-12-17 | batman-adv: Map VID 0 to untagged TT VLAN | Sven Eckelmann | 2 | -0/+21 |
| 2024-12-05 | batman-adv: Don't keep redundant TT change events | Remi Pommarel | 1 | -22/+18 |
| 2024-12-05 | batman-adv: Remove atomic usage for tt.local_changes | Remi Pommarel | 3 | -16/+14 |
| 2024-12-05 | batman-adv: Reorder includes for distributed-arp-table.c | Sven Eckelmann | 1 | -1/+1 |
| 2024-12-05 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2024-12-05 | batman-adv: Do not let TT changes list grows indefinitely | Remi Pommarel | 1 | -3/+11 |
| 2024-12-05 | batman-adv: Remove uninitialized data in full table TT response | Remi Pommarel | 1 | -15/+22 |
| 2024-12-05 | batman-adv: Do not send uninitialized TT changes | Remi Pommarel | 1 | -0/+7 |
| 2024-10-15 | Merge tag 'batadv-next-pullrequest-20241015' of git://git.open-mesh.org/linux... | Paolo Abeni | 4 | -80/+30 |
| 2024-10-14 | batman-adv: replace call_rcu by kfree_rcu for simple kmem_cache_free callback | Julia Lawall | 1 | -44/+3 |
| 2024-10-06 | batman-adv: Use string choice helper to print booleans | Sven Eckelmann | 2 | -6/+6 |
| 2024-10-05 | batman-adv: Add flex array to struct batadv_tvlv_tt_data | Erick Archer | 1 | -29/+20 |
| 2024-10-05 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-17 | Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2024-09-08 | treewide: Fix wrong singular form of jiffies in comments | Anna-Maria Behnsen | 1 | -1/+1 |
| 2024-09-03 | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local | Alexander Lobakin | 1 | -1/+2 |
| 2024-09-03 | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin | 1 | -1/+1 |
| 2024-06-12 | Revert "batman-adv: prefer kfree_rcu() over call_rcu() with free-only callbacks" | Linus Lüssing | 1 | -3/+44 |
| 2024-06-03 | batman-adv: Don't accept TT entries for out-of-spec VIDs | Sven Eckelmann | 1 | -0/+27 |
| 2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 1 | -2/+2 |
| 2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
| 2024-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2024-04-08 | Merge tag 'batadv-next-pullrequest-20240405' of git://git.open-mesh.org/linux... | David S. Miller | 3 | -45/+6 |
| 2024-04-01 | genetlink: remove linux/genetlink.h | Jakub Kicinski | 2 | -2/+1 |
| 2024-03-31 | batman-adv: bypass empty buckets in batadv_purge_orig_ref() | Eric Dumazet | 1 | -0/+2 |
| 2024-03-29 | batman-adv: Avoid infinite loop trying to resize local TT | Sven Eckelmann | 1 | -1/+1 |
| 2024-03-29 | batman-adv: prefer kfree_rcu() over call_rcu() with free-only callbacks | Dmitry Antipov | 1 | -44/+3 |
| 2024-03-29 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2024-02-02 | Merge tag 'batadv-next-pullrequest-20240201' of git://git.open-mesh.org/linux... | David S. Miller | 4 | -10/+10 |
| 2024-01-27 | batman-adv: Drop usage of export.h | Sven Eckelmann | 1 | -1/+0 |
| 2024-01-27 | batman-adv: Improve exception handling in batadv_throw_uevent() | Markus Elfring | 1 | -6/+8 |
| 2024-01-27 | batman-adv: Return directly after a failed batadv_dat_select_candidates() in ... | Markus Elfring | 1 | -2/+1 |
| 2024-01-27 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2024-01-27 | batman-adv: mcast: fix memory leak on deleting a batman-adv interface | Linus Lüssing | 1 | -0/+1 |
| 2024-01-27 | batman-adv: mcast: fix mcast packet type counter on timeouted nodes | Linus Lüssing | 1 | -0/+2 |
| 2023-11-14 | batman-adv: Switch to linux/array_size.h | Sven Eckelmann | 2 | -2/+2 |
| 2023-11-14 | batman-adv: Switch to linux/sprintf.h | Sven Eckelmann | 4 | -3/+4 |
| 2023-11-14 | batman-adv: mcast: shrink tracker packet after scrubbing | Linus Lüssing | 1 | -0/+207 |
| 2023-11-14 | batman-adv: mcast: implement multicast packet generation | Linus Lüssing | 5 | -8/+840 |
| 2023-11-14 | batman-adv: mcast: implement multicast packet reception and forwarding | Linus Lüssing | 12 | -12/+479 |
| 2023-11-14 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2023-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 7 | -5/+32 |
| 2023-08-22 | batman-adv: Hold rtnl lock during MTU update via netlink | Sven Eckelmann | 1 | -0/+3 |
| 2023-08-14 | batman-adv: Drop per algo GW section class code | Sven Eckelmann | 6 | -107/+8 |
| 2023-08-14 | batman-adv: Keep batadv_netlink_notify_* static | Sven Eckelmann | 2 | -11/+5 |
| 2023-08-14 | batman-adv: Drop unused function batadv_gw_bandwidth_set | Sven Eckelmann | 2 | -90/+0 |
| 2023-08-09 | batman-adv: Fix batadv_v_ogm_aggr_send memory leak | Remi Pommarel | 1 | -1/+3 |
| 2023-08-05 | batman-adv: Fix TT global entry leak when client roamed back | Remi Pommarel | 1 | -1/+0 |
| 2023-08-03 | batman-adv: Check hardif MTU against runtime MTU | Sven Eckelmann | 1 | -7/+13 |
| 2023-08-03 | batman-adv: Avoid magic value for minimum MTU | Sven Eckelmann | 1 | -1/+1 |
| 2023-08-03 | batman-adv: Remove unused declarations | YueHaibing | 1 | -4/+0 |
| 2023-08-03 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2023-07-28 | batman-adv: Do not get eth header before batadv_check_management_packet | Remi Pommarel | 2 | -2/+4 |
| 2023-07-20 | batman-adv: Don't increase MTU when set by user | Sven Eckelmann | 3 | -1/+22 |
| 2023-07-20 | batman-adv: Trigger events for auto adjusted MTU | Sven Eckelmann | 1 | -1/+1 |
| 2023-05-26 | batman-adv: Broken sync while rescheduling delayed work | Vladislav Efanov | 1 | -1/+1 |
| 2023-04-23 | net: vlan: introduce skb_vlan_eth_hdr() | Vladimir Oltean | 1 | -1/+1 |
| 2023-01-21 | batman-adv: tvlv: prepare for tvlv enabled multicast packet type | Linus Lüssing | 10 | -37/+72 |
| 2023-01-21 | batman-adv: mcast: remove now redundant single ucast forwarding | Linus Lüssing | 3 | -280/+33 |
| 2023-01-06 | batman-adv: Drop prandom.h includes | Sven Eckelmann | 4 | -4/+1 |
| 2023-01-06 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -2/+4 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 4 | -6/+6 |
| 2022-11-07 | genetlink: introduce split op representation | Jakub Kicinski | 1 | -2/+4 |
| 2022-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+4 |
| 2022-09-19 | Merge tag 'batadv-next-pullrequest-20220916' of git://git.open-mesh.org/linux... | Jakub Kicinski | 4 | -43/+1 |
| 2022-09-15 | batman-adv: remove unused struct definitions | Marek Lindner | 1 | -39/+0 |
| 2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski | 1 | -0/+1 |
| 2022-08-20 | batman-adv: Fix hang up with small MTU hard-interface | Shigeru Yoshida | 1 | -0/+4 |
| 2022-08-20 | batman-adv: Drop initialization of flexible ethtool_link_ksettings | Sven Eckelmann | 1 | -1/+0 |
| 2022-08-17 | batman-adv: Drop unused headers in trace.h | Sven Eckelmann | 1 | -2/+0 |
| 2022-08-17 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2022-07-30 | batman-adv: tracing: Use the new __vstring() helper | Steven Rostedt (Google) | 1 | -7/+2 |
| 2022-05-22 | net: wrap the wireless pointers in struct net_device in an ifdef | Jakub Kicinski | 1 | -0/+2 |
| 2022-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+11 |
| 2022-04-22 | batman-adv: remove unnecessary type castings | Yu Zhe | 2 | -8/+8 |
| 2022-04-22 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2022-04-17 | batman-adv: Don't skb_split skbuffs with frag_list | Sven Eckelmann | 1 | -0/+11 |
| 2022-03-07 | batman-adv: Use netif_rx(). | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2022-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -9/+20 |
| 2022-03-02 | Merge tag 'batadv-next-pullrequest-20220302' of git://git.open-mesh.org/linux... | Jakub Kicinski | 17 | -16/+19 |
| 2022-03-02 | batman-adv: Don't expect inter-netns unique iflink indices | Sven Eckelmann | 1 | -5/+14 |
| 2022-03-02 | batman-adv: Request iflink once in batadv_get_real_netdevice | Sven Eckelmann | 1 | -4/+5 |
| 2022-03-02 | batman-adv: Request iflink once in batadv-on-batadv check | Sven Eckelmann | 1 | -4/+5 |
| 2022-03-02 | batman-adv: Demote batadv-on-batadv skip error message | Sven Eckelmann | 1 | -2/+2 |
| 2022-03-02 | batman-adv: Migrate to linux/container_of.h | Sven Eckelmann | 16 | -12/+16 |
| 2022-02-05 | ipv6: make mc_forwarding atomic | Eric Dumazet | 1 | -1/+1 |
| 2022-01-23 | batman-adv: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET | 1 | -1/+0 |
| 2022-01-23 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2022-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -11/+21 |
| 2022-01-02 | batman-adv: mcast: don't send link-local multicast to mcast routers | Linus Lüssing | 3 | -11/+21 |
| 2021-12-10 | batman-adv: remove unneeded variable in batadv_nc_init | Minghao Chi | 1 | -6/+2 |
| 2021-11-15 | batman-adv: allow netlink usage in unprivileged containers | Linus Lüssing | 1 | -15/+15 |
| 2021-11-15 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2021-11-10 | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2021-10-29 | exit/kthread: Have kernel threads return instead of calling do_exit | Eric W. Biederman | 1 | -1/+1 |
| 2021-10-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -20/+52 |
| 2021-10-26 | net: batman-adv: fix error handling | Pavel Skripkin | 4 | -20/+52 |
| 2021-10-20 | batman-adv: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 1 | -1/+1 |
| 2021-10-20 | batman-adv: prepare for const netdev->dev_addr | Jakub Kicinski | 5 | -13/+14 |
| 2021-10-16 | net: make use of helper netif_is_bridge_master() | Kyungrok Chung | 1 | -1/+1 |
| 2021-09-03 | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
| 2021-08-19 | isystem: ship and use stdarg.h | Alexey Dobriyan | 1 | -1/+1 |
| 2021-08-18 | batman-adv: bcast: remove remaining skb-copy calls | Linus Lüssing | 1 | -2/+10 |
| 2021-08-08 | batman-adv: Drop NULL check before dropping references | Sven Eckelmann | 19 | -337/+169 |
| 2021-08-08 | batman-adv: Check ptr for NULL before reducing its refcnt | Sven Eckelmann | 14 | -113/+181 |
| 2021-08-08 | batman-adv: Switch to kstrtox.h for kstrtou64 | Sven Eckelmann | 1 | -1/+1 |
| 2021-08-08 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2021-08-05 | net: Remove redundant if statements | Yajun Deng | 6 | -28/+14 |
| 2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2021-06-02 | batman-adv: Drop reduntant batadv interface check | Sven Eckelmann | 1 | -9/+0 |
| 2021-06-02 | batman-adv: Don't manually reattach hard-interface | Sven Eckelmann | 1 | -34/+0 |
| 2021-06-02 | batman-adv: Avoid name based attaching of hard interfaces | Sven Eckelmann | 3 | -14/+6 |
| 2021-06-02 | batman-adv: Drop implicit creation of batadv net_devices | Sven Eckelmann | 3 | -45/+3 |
| 2021-06-02 | batman-adv: Fix spelling mistakes | Zheng Yongjun | 3 | -4/+4 |
| 2021-05-30 | batman-adv: Remove the repeated declaration | Shaokun Zhang | 1 | -1/+0 |
| 2021-05-30 | batman-adv: mcast: add MRD + routable IPv4 multicast with bridges support | Linus Lüssing | 1 | -36/+5 |
| 2021-05-18 | batman-adv: Avoid WARN_ON timing related checks | Sven Eckelmann | 1 | -1/+3 |
| 2021-05-17 | batman-adv: bcast: avoid skb-copy for (re)queued broadcasts | Linus Lüssing | 1 | -1/+1 |
| 2021-05-17 | batman-adv: bcast: queue per interface, if needed | Linus Lüssing | 5 | -138/+270 |
| 2021-05-17 | batman-adv: Always send iface index+name in genlmsg | Sven Eckelmann | 3 | -0/+24 |
| 2021-05-17 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2021-04-08 | Merge tag 'batadv-next-pullrequest-20210408' of git://git.open-mesh.org/linux... | David S. Miller | 3 | -7/+6 |
| 2021-04-05 | batman-adv: initialize "struct batadv_tvlv_tt_vlan_data"->reserved field | Tetsuo Handa | 1 | -0/+2 |
| 2021-03-30 | batman-adv: Fix misspelled "wont" | Sven Eckelmann | 1 | -1/+1 |
| 2021-03-26 | mld: convert ifmcaddr6 to RCU | Taehee Yoo | 1 | -3/+3 |
| 2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+0 |
| 2021-03-23 | batman-adv: Drop unused header preempt.h | Sven Eckelmann | 1 | -1/+0 |
| 2021-03-23 | batman-adv: Fix order of kernel doc in batadv_priv | Linus Lüssing | 1 | -5/+5 |
| 2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 1 | -1/+0 |
| 2021-03-13 | Merge tag 'batadv-next-pullrequest-20210312' of git://git.open-mesh.org/linux... | David S. Miller | 1 | -4/+1 |
| 2021-02-13 | batman-adv: Use netif_rx_any_context(). | Sebastian Andrzej Siewior | 1 | -4/+1 |
| 2021-02-08 | Merge tag 'batadv-next-pullrequest-20210208' of git://git.open-mesh.org/linux... | Jakub Kicinski | 55 | -63/+64 |
| 2021-02-06 | batman-adv: Fix names for kernel-doc blocks | Sven Eckelmann | 5 | -6/+7 |
| 2021-02-06 | batman-adv: Avoid sizeof on flexible structure | Sven Eckelmann | 1 | -1/+1 |
| 2021-02-06 | batman-adv: Drop publication years from copyright info | Sven Eckelmann | 55 | -55/+55 |
| 2021-02-05 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2021-01-27 | net: remove redundant 'depends on NET' | Masahiro Yamada | 1 | -1/+0 |
| 2020-12-04 | batman-adv: Drop unused soft-interface.h include in fragmentation.c | Simon Wunderlich | 1 | -1/+0 |
| 2020-12-04 | batman-adv: Drop legacy code for auto deleting mesh interfaces | Sven Eckelmann | 3 | -27/+5 |
| 2020-12-04 | batman-adv: Drop deprecated debugfs support | Sven Eckelmann | 31 | -2574/+3 |
| 2020-12-04 | batman-adv: Drop deprecated sysfs support | Sven Eckelmann | 10 | -1490/+1 |
| 2020-12-04 | batman-adv: Allow selection of routing algorithm over rtnetlink | Sven Eckelmann | 3 | -6/+38 |
| 2020-12-04 | batman-adv: Prepare infrastructure for newlink settings | Sven Eckelmann | 1 | -0/+39 |
| 2020-12-04 | batman-adv: Add new include for min/max helpers | Sven Eckelmann | 9 | -1/+9 |
| 2020-12-04 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2020-11-27 | batman-adv: Don't always reallocate the fragmentation skb head | Sven Eckelmann | 1 | -5/+6 |
| 2020-11-27 | batman-adv: Reserve needed_*room for fragments | Sven Eckelmann | 1 | -5/+10 |
| 2020-11-27 | batman-adv: Consider fragmentation for needed_headroom | Sven Eckelmann | 1 | -0/+3 |
| 2020-11-15 | batman-adv: set .owner to THIS_MODULE | Taehee Yoo | 1 | -0/+1 |
| 2020-10-02 | genetlink: move to smaller ops wherever possible | Jakub Kicinski | 1 | -3/+3 |
| 2020-09-23 | net: bridge: mcast: rename br_ip's u member to dst | Nikolay Aleksandrov | 1 | -7/+7 |
| 2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 6 | -46/+179 |
| 2020-09-15 | batman-adv: mcast: fix duplicate mcast packets from BLA backbone to mesh | Linus Lüssing | 1 | -16/+87 |
| 2020-09-15 | batman-adv: mcast: fix duplicate mcast packets in BLA backbone from mesh | Linus Lüssing | 3 | -14/+30 |
| 2020-09-15 | batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LAN | Linus Lüssing | 3 | -13/+53 |
| 2020-09-14 | batman-adv: Add missing include for in_interrupt() | Sven Eckelmann | 1 | -0/+1 |
| 2020-09-05 | batman-adv: mcast/TT: fix wrongly dropped or rerouted packets | Linus Lüssing | 1 | -0/+4 |
| 2020-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -8/+14 |
| 2020-08-27 | batman-adv: bla: fix type misuse for backbone_gw hash indexing | Linus Lüssing | 1 | -3/+4 |
| 2020-08-18 | batman-adv: bla: use netif_rx_ni when not in interrupt context | Jussi Kivilinna | 1 | -1/+4 |
| 2020-08-18 | batman-adv: Fix own OGM check in aggregated OGMs | Linus Lüssing | 1 | -5/+6 |
| 2020-08-18 | batman-adv: Avoid uninitialized chaddr when handling DHCP | Sven Eckelmann | 1 | -2/+4 |
| 2020-08-18 | batman-adv: Migrate to linux/prandom.h | Sven Eckelmann | 4 | -1/+4 |
| 2020-08-18 | batman-adv: Drop repeated words in comments | Sven Eckelmann | 7 | -8/+8 |
| 2020-08-18 | batman-adv: types.h: delete duplicated words | Randy Dunlap | 1 | -2/+2 |
| 2020-08-18 | batman-adv: Drop unused function batadv_hardif_remove_interfaces() | Sven Eckelmann | 3 | -19/+0 |
| 2020-08-18 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
| 2020-06-26 | batman-adv: Introduce a configurable per interface hop penalty | Linus Lüssing | 5 | -12/+38 |
| 2020-06-26 | batman-adv: Fix typos and grammar in documentation | Sven Eckelmann | 21 | -83/+84 |