summaryrefslogtreecommitdiff
path: root/net/ipv6/addrlabel.c
AgeCommit message (Expand)Author
2022-11-07ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko
2020-11-25ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-18net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request"Colin Ian King
2019-01-19net: ipv6: addrlabel: perform strict checks also for doit handlersJakub Kicinski
2018-10-08net/ipv6: Update ip6addrlbl_dump for strict data checkingDavid Ahern
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-09ipv6: addrlabel: remove refcountingEric Dumazet
2017-10-09ipv6: addrlabel: rework ip6addrlbl_get()Eric Dumazet
2017-09-19ipv6: addrlabel: per netns listEric Dumazet
2017-08-29addrlabel: add/delete/get can run without rtnlFlorian Westphal
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-07-04net, ipv6: convert ip6addrlbl_entry.refcnt from atomic_t to refcount_tReshetova, Elena
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2015-12-22ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-12net: Introduce possible_net_tEric W. Biederman
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias
2014-02-17ipv6:fix checkpatch errors with assignment in if conditionWang Yufen
2014-02-17ipv6: fix checkpatch errors with space required or prohibitedWang Yufen
2014-02-17ipv6: fix checkpatch errors with brace and "foo *bar"Wang Yufen
2013-09-04ipv6: fix null pointer dereference in __ip6addrlbl_addHannes Frederic Sowa
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-03-10ipv6: remove superfluous nla_data() NULL pointer checksMathias Krause
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-10-06sections: fix section conflicts in netAndi Kleen
2012-09-13ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)YOSHIFUJI Hideaki / 吉藤英明
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-26ipv6: add a missing unregister_pernet_subsys callNeil Horman
2010-09-23net: return operator cleanupEric Dumazet
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet
2010-05-17ipv6 addrlabel: permit deletion of labels assigned to removed devFlorian Westphal
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison
2008-06-12ipv6 netns: Address labels per namespaceBenjamin Thery
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-28[IPV6]: Add ORCHID prefix to address label tableJuha-Matti Tapio
2008-01-28[IPV6] ADDRLABEL: Fix double free on label deletion.YOSHIFUJI Hideaki