aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrlabel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-19ipv6: addrlabel: per netns listEric Dumazet1-51/+30
2017-08-29addrlabel: add/delete/get can run without rtnlFlorian Westphal1-5/+17
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-3/+3
2017-07-04net, ipv6: convert ip6addrlbl_entry.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+5
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-4/+8
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2015-12-22ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-1/+1
2015-03-12net: Introduce possible_net_tEric W. Biederman1-6/+2
2015-03-12net: Kill hold_net release_netEric W. Biederman1-4/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-2/+3
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2014-02-17ipv6:fix checkpatch errors with assignment in if conditionWang Yufen1-7/+9
2014-02-17ipv6: fix checkpatch errors with space required or prohibitedWang Yufen1-19/+19
2014-02-17ipv6: fix checkpatch errors with brace and "foo *bar"Wang Yufen1-3/+2
2013-09-04ipv6: fix null pointer dereference in __ip6addrlbl_addHannes Frederic Sowa1-25/+23
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-4/+2
2013-03-10ipv6: remove superfluous nla_data() NULL pointer checksMathias Krause1-6/+0
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-10/+8
2012-10-06sections: fix section conflicts in netAndi Kleen1-1/+1
2012-09-13ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)YOSHIFUJI Hideaki / 吉藤英明1-1/+13
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-5/+5
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet1-12/+12
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches1-1/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-3/+6
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+5
2010-09-26ipv6: add a missing unregister_pernet_subsys callNeil Horman1-0/+5
2010-09-23net: return operator cleanupEric Dumazet1-3/+2
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet1-5/+1
2010-05-17ipv6 addrlabel: permit deletion of labels assigned to removed devFlorian Westphal1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-5/+5
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison1-23/+11
2008-06-12ipv6 netns: Address labels per namespaceBenjamin Thery1-31/+75
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-3/+3
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-7/+7
2008-02-28[IPV6]: Add ORCHID prefix to address label tableJuha-Matti Tapio1-0/+5
2008-01-28[IPV6] ADDRLABEL: Fix double free on label deletion.YOSHIFUJI Hideaki1-8/+6
2008-01-28[IPV6] ADDRLABEL: Sparse: Make several functions static.YOSHIFUJI Hideaki1-10/+10
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev1-1/+1
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev1-0/+12
2008-01-28[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki1-0/+551