summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrlabel.c
AgeCommit message (Expand)AuthorLines
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-2/+3
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias-1/+1
2014-02-17ipv6:fix checkpatch errors with assignment in if conditionWang Yufen-7/+9
2014-02-17ipv6: fix checkpatch errors with space required or prohibitedWang Yufen-19/+19
2014-02-17ipv6: fix checkpatch errors with brace and "foo *bar"Wang Yufen-3/+2
2013-09-04ipv6: fix null pointer dereference in __ip6addrlbl_addHannes Frederic Sowa-25/+23
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf-4/+2
2013-03-10ipv6: remove superfluous nla_data() NULL pointer checksMathias Krause-6/+0
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-10/+8
2012-10-06sections: fix section conflicts in netAndi Kleen-1/+1
2012-09-13ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)YOSHIFUJI Hideaki / 吉藤英明-1/+13
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman-5/+5
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet-12/+12
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches-1/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose-3/+6
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+5
2010-09-26ipv6: add a missing unregister_pernet_subsys callNeil Horman-0/+5
2010-09-23net: return operator cleanupEric Dumazet-3/+2
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet-5/+1
2010-05-17ipv6 addrlabel: permit deletion of labels assigned to removed devFlorian Westphal-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison-5/+5
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison-23/+11
2008-06-12ipv6 netns: Address labels per namespaceBenjamin Thery-31/+75
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki-3/+3
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison-7/+7
2008-02-28[IPV6]: Add ORCHID prefix to address label tableJuha-Matti Tapio-0/+5
2008-01-28[IPV6] ADDRLABEL: Fix double free on label deletion.YOSHIFUJI Hideaki-8/+6
2008-01-28[IPV6] ADDRLABEL: Sparse: Make several functions static.YOSHIFUJI Hideaki-10/+10
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev-1/+1
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev-0/+12
2008-01-28[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki-0/+551