summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/rtnetlink.h
AgeCommit message (Collapse)Author
2017-06-16backports: add lockdep_rtnl_is_held() for < 3.13 without CONFIG_PROVE_LOCKINGLuca Coelho
In kernels earlier than 3.13, lockdep_rtnl_is_held() is only declared in rtnetlink.h when CONFIG_PROVE_LOCKING is not set. Backport this function if that's the case. Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-02-09backports: always use new version compare macrosJohannes Berg
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-02-07backports: remove some stray whitespaceJohannes Berg
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2016-07-13header: remove vid parameter from ndo_dflt_fdb_add()Hauke Mehrtens
The signature was changed in Linux kernel commit f6f6424ba "net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del". In addition the signature of the callback ndo_fdb_add was also changed. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-04-17backports: nuke support for kernels < 3.0Luis R. Rodriguez
mcgrof@drvbp1 ~/backports (git::master)$ time ./gentree.py --clean /home/mcgrof/linux-next /home/mcgrof/build/next-20140409 Copy original source files ... Apply patches ... Modify Kconfig tree ... Rewrite Makefiles and Kconfig files ... Done! real 1m30.186s user 9m25.180s sys 0m24.428s mcgrof@drvbp1 ~/build/next-20140409 $ time ckmake --allyesconfig 1 3.0.101 [ OK ] 2 3.1.10 [ OK ] 3 3.2.54 [ OK ] 4 3.3.8 [ OK ] 5 3.4.79 [ OK ] 6 3.5.7 [ OK ] 7 3.6.11 [ OK ] 8 3.7.10 [ OK ] 9 3.8.13 [ OK ] 10 3.9.11 [ OK ] 11 3.10.29 [ OK ] 12 3.11.10 [ OK ] 13 3.12.10 [ OK ] 14 3.13.2 [ OK ] 15 3.14-rc1 [ OK ] real 26m54.859s user 744m15.764s sys 83m47.440s Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
2013-06-05backports: add rcu_dereference_rtnlHauke Mehrtens
Add backport for rcu_dereference_rtnl() Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
2013-04-15backports: dissolve compat-2.6.34.hJohannes Berg
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-04-15backports: dissolve compat-2.6.37.hJohannes Berg
Signed-off-by: Johannes Berg <johannes.berg@intel.com>