summaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* net: fix nlmsg len size for skb when error bit is set.John Fastabend2009-09-261-1/+1
* genetlink: fix netns vs. netlink table locking (2)Johannes Berg2009-09-241-8/+11
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-3/+3
* genetlink: fix netns vs. netlink table lockingJohannes Berg2009-09-141-22/+29
* netlink: constify nlmsghdr argumentsPatrick McHardy2009-08-251-1/+1
* net/compat/wext: send different messages to compat tasksJohannes Berg2009-07-151-1/+35
* netlink: use call_rcu for netlink_change_ngroupsJohannes Berg2009-07-121-4/+30
* netlink: remove unused exportsJohannes Berg2009-07-121-2/+0
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-181-2/+2
* netlink: add NETLINK_NO_ENOBUFS socket flagPablo Neira Ayuso2009-03-241-6/+32
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-241-0/+1
|\
| * nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlinkPablo Neira Ayuso2009-03-231-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-051-1/+9
|\ \
| * | netlink: invert error code in netlink_set_err()Pablo Neira Ayuso2009-03-031-1/+9
* | | netlink: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-4/+2
* | | netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2009-02-241-4/+10
* | | netlink: add NETLINK_BROADCAST_ERROR socket optionPablo Neira Ayuso2009-02-201-2/+23
| |/ |/|
* | netlink: change return-value logic of netlink_broadcast()Pablo Neira Ayuso2009-02-051-2/+6
|/
* net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet2008-11-241-0/+2
* net: Make sure BHs are disabled in sock_prot_inuse_add()David S. Miller2008-11-231-0/+3
* net: af_netlink should update its inuse counterEric Dumazet2008-11-231-0/+2
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-161-1/+1
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-131-1/+1
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-3/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-051-1/+1
|\
| * netlink: Unneeded local variableWang Chen2008-07-011-1/+1
* | netlink: Remove nonblock parameter from netlink_attachskbDenis V. Lunev2008-06-051-2/+2
|/
* Audit: collect sessionid in netlink messagesEric Paris2008-04-281-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-04-181-2/+1
|\
| * Netlink: Use generic LSM hookAhmed S. Darwish2008-04-191-2/+1
* | [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-4/+4
* | [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-3/+3
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-15/+15
* | netlink: make socket filters work on netlinkStephen Hemminger2008-03-211-4/+23
* | [NET]: Make netlink_kernel_release publically available as sk_release_kernel.Denis V. Lunev2008-02-291-16/+2
* | [NETLINK]: No need for a separate __netlink_release call.Denis V. Lunev2008-02-291-18/+12
|/
* [PATCH] switch audit_get_loginuid() to task_struct *Al Viro2008-02-011-1/+1
* [NETNS]: Fix race between put_net() and netlink_kernel_create().Pavel Emelyanov2008-01-311-19/+33
* [NETNS]: Namespace stop vs 'ip r l' race.Denis V. Lunev2008-01-281-0/+15
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-281-0/+11
* [NETNS]: Double free in netlink_release.Denis V. Lunev2008-01-281-3/+7
* [NETLINK] af_netlink: kill some bloatIlpo Järvinen2008-01-281-1/+1
* [NET]: Add some acquires/releases sparse annotations.Eric Dumazet2008-01-281-0/+4
* [NETLINK]: kzalloc() conversionEric Dumazet2008-01-281-7/+6
* [NETLINK]: af_netlink.c checkpatch cleanupsPatrick McHardy2008-01-281-38/+43
* [NET]: Consolidate net namespace related proc files creation.Denis V. Lunev2008-01-281-26/+7
* [NET]: Move unneeded data to initdata section.Denis V. Lunev2007-11-131-1/+1
* [NETLINK]: Fix unicast timeoutsPatrick McHardy2007-11-071-5/+5
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
OpenPOWER on IntegriCloud