summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrlabel.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-6/+6
* net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request"Colin Ian King2019-04-181-1/+1
* net: ipv6: addrlabel: perform strict checks also for doit handlersJakub Kicinski2019-01-191-2/+45
* net/ipv6: Update ip6addrlbl_dump for strict data checkingDavid Ahern2018-10-081-1/+33
* rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal2017-12-041-7/+17
* rtnetlink: remove __rtnl_registerFlorian Westphal2017-12-041-7/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | ipv6: addrlabel: remove refcountingEric Dumazet2017-10-091-29/+4Star
* | ipv6: addrlabel: rework ip6addrlbl_get()Eric Dumazet2017-10-091-23/+13Star
* | ipv6: addrlabel: per netns listEric Dumazet2017-09-201-51/+30Star
|/
* addrlabel: add/delete/get can run without rtnlFlorian Westphal2017-08-291-5/+17
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-101-3/+3
* net, ipv6: convert ip6addrlbl_entry.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-4/+5
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-4/+8
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+2
* ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin2015-12-221-1/+1
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-1/+1
* net: Introduce possible_net_tEric W. Biederman2015-03-121-6/+2Star
* net: Kill hold_net release_netEric W. Biederman2015-03-121-4/+1Star
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-2/+3
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-071-1/+1
* ipv6:fix checkpatch errors with assignment in if conditionWang Yufen2014-02-171-7/+9
* ipv6: fix checkpatch errors with space required or prohibitedWang Yufen2014-02-171-19/+19
* ipv6: fix checkpatch errors with brace and "foo *bar"Wang Yufen2014-02-171-3/+2Star
* ipv6: fix null pointer dereference in __ip6addrlbl_addHannes Frederic Sowa2013-09-041-25/+23Star
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-4/+2Star
* ipv6: remove superfluous nla_data() NULL pointer checksMathias Krause2013-03-101-6/+0Star
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-10/+8Star
* sections: fix section conflicts in netAndi Kleen2012-10-051-1/+1
* ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)YOSHIFUJI Hideaki / 吉藤英明2012-09-131-1/+13
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-5/+5
* ipv6: bool/const conversions phase2Eric Dumazet2012-05-191-12/+12
* net: ipv6: Standardize prefixes for message loggingJoe Perches2012-05-161-1/+1
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-101-3/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-0/+5
|\
| * ipv6: add a missing unregister_pernet_subsys callNeil Horman2010-09-271-0/+5
* | net: return operator cleanupEric Dumazet2010-09-231-3/+2Star
|/
* net: CONFIG_NET_NS reductionEric Dumazet2010-06-021-5/+1Star
* ipv6 addrlabel: permit deletion of labels assigned to removed devFlorian Westphal2010-05-181-4/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-5/+5
* net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-291-23/+11Star
* ipv6 netns: Address labels per namespaceBenjamin Thery2008-06-111-31/+75
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-3/+3
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-7/+7
* [IPV6]: Add ORCHID prefix to address label tableJuha-Matti Tapio2008-02-291-0/+5
* [IPV6] ADDRLABEL: Fix double free on label deletion.YOSHIFUJI Hideaki2008-01-291-8/+6Star
* [IPV6] ADDRLABEL: Sparse: Make several functions static.YOSHIFUJI Hideaki2008-01-291-10/+10
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-281-1/+1