index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
hard-interface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
batman-adv: Don't expect inter-netns unique iflink indices
Sven Eckelmann
2022-03-08
1
-5
/
+14
*
batman-adv: Request iflink once in batadv_get_real_netdevice
Sven Eckelmann
2022-03-08
1
-4
/
+5
*
batman-adv: Request iflink once in batadv-on-batadv check
Sven Eckelmann
2022-03-08
1
-4
/
+5
*
batman-adv: Drop NULL check before dropping references
Sven Eckelmann
2021-08-08
1
-14
/
+7
*
batman-adv: Drop reduntant batadv interface check
Sven Eckelmann
2021-06-02
1
-9
/
+0
*
batman-adv: Don't manually reattach hard-interface
Sven Eckelmann
2021-06-02
1
-34
/
+0
*
batman-adv: Avoid name based attaching of hard interfaces
Sven Eckelmann
2021-06-02
1
-10
/
+4
*
batman-adv: Drop implicit creation of batadv net_devices
Sven Eckelmann
2021-06-02
1
-10
/
+2
*
batman-adv: Fix spelling mistakes
Zheng Yongjun
2021-06-02
1
-1
/
+1
*
batman-adv: Drop publication years from copyright info
Sven Eckelmann
2021-02-06
1
-1
/
+1
*
batman-adv: Drop legacy code for auto deleting mesh interfaces
Sven Eckelmann
2020-12-04
1
-6
/
+2
*
batman-adv: Drop deprecated debugfs support
Sven Eckelmann
2020-12-04
1
-10
/
+0
*
batman-adv: Drop deprecated sysfs support
Sven Eckelmann
2020-12-04
1
-15
/
+1
*
batman-adv: Add new include for min/max helpers
Sven Eckelmann
2020-12-04
1
-0
/
+1
*
batman-adv: Consider fragmentation for needed_headroom
Sven Eckelmann
2020-11-27
1
-0
/
+3
*
batman-adv: Drop repeated words in comments
Sven Eckelmann
2020-08-18
1
-1
/
+1
*
batman-adv: Drop unused function batadv_hardif_remove_interfaces()
Sven Eckelmann
2020-08-18
1
-17
/
+0
*
batman-adv: Introduce a configurable per interface hop penalty
Linus Lüssing
2020-06-26
1
-0
/
+2
*
batman-adv: Fix typos and grammar in documentation
Sven Eckelmann
2020-06-26
1
-7
/
+7
*
batman-adv: use rcu_replace_pointer() where appropriate
Antonio Quartulli
2020-05-22
1
-2
/
+2
*
batman-adv: Update copyright years for 2020
Sven Eckelmann
2020-01-01
1
-1
/
+1
*
batman-adv: Avoid free/alloc race when handling OGM buffer
Sven Eckelmann
2019-10-13
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-07-08
1
-0
/
+3
|
\
|
*
batman-adv: Fix duplicated OGMs on NETDEV_UP
Sven Eckelmann
2019-06-02
1
-0
/
+3
*
|
batman-adv: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-27
1
-5
/
+1
*
|
batman-adv: Fix includes for *_MAX constants
Sven Eckelmann
2019-05-25
1
-0
/
+1
|
/
*
batman-adv: Drop license boilerplate
Sven Eckelmann
2019-03-25
1
-12
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
1
-2
/
+3
|
\
|
*
batman-adv: Avoid WARN on net_device without parent in netns
Sven Eckelmann
2018-12-30
1
-2
/
+3
*
|
batman-adv: Update copyright years for 2019
Sven Eckelmann
2019-01-04
1
-1
/
+1
|
/
*
batman-adv: Add inconsistent hardif netlink dump detection
Sven Eckelmann
2018-11-12
1
-0
/
+3
*
batman-adv: Move OGM rebroadcast stats to orig_ifinfo
Sven Eckelmann
2018-09-15
1
-19
/
+28
*
batman-adv: Fix debugfs path for renamed softif
Sven Eckelmann
2018-06-23
1
-6
/
+28
*
batman-adv: Fix debugfs path for renamed hardif
Sven Eckelmann
2018-06-23
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-06
1
-2
/
+7
|
\
|
*
batman-adv: Fix internal interface indices types
Sven Eckelmann
2018-02-25
1
-2
/
+7
*
|
batman-adv: Update copyright years for 2018
Sven Eckelmann
2018-02-26
1
-1
/
+1
|
/
*
batman-adv: Convert packet.h to uapi header
Sven Eckelmann
2017-12-21
1
-1
/
+1
*
batman-adv: Add kernel-doc to externally visible functions
Sven Eckelmann
2017-12-15
1
-1
/
+35
*
batman-adv: Use parentheses in function kernel-doc
Sven Eckelmann
2017-12-15
1
-13
/
+13
*
batman-adv: include gfp.h for GFP_* defines
Sven Eckelmann
2017-12-15
1
-1
/
+1
*
batman-adv: Add SPDX license identifier above copyright header
Sven Eckelmann
2017-12-15
1
-0
/
+1
*
Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-m...
David S. Miller
2017-10-06
1
-6
/
+6
|
\
|
*
batman-adv: Remove unnecessary parentheses
Sven Eckelmann
2017-09-28
1
-6
/
+6
*
|
net: Add extack to upper device linking
David Ahern
2017-10-04
1
-1
/
+1
|
/
*
batman-adv: update copyright years for 2017
Sven Eckelmann
2017-01-26
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-22
1
-0
/
+1
|
\
|
*
batman-adv: Revert "fix splat on disabling an interface"
Sven Eckelmann
2016-11-04
1
-0
/
+1
*
|
Merge tag 'batadv-next-for-davem-20161119' of git://git.open-mesh.org/linux-m...
David S. Miller
2016-11-19
1
-10
/
+163
|
\
\
|
*
|
batman-adv: Update wifi flags on upper link change
Sven Eckelmann
2016-11-08
1
-0
/
+5
[next]