aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-171-6/+11
* netlink: use kfree_rcu() in netlink_release()Eric Dumazet2012-11-171-4/+15
* netlink: fix possible spoofing from non-root processesPablo Neira Ayuso2012-10-021-1/+3
* netlink: fix races after skb queueingEric Dumazet2012-04-271-11/+13
* net: convert %p usage to %pKDan Rosenberg2011-05-241-1/+1
* net,rcu: convert call_rcu(listeners_free_rcu) to kfree_rcu()Lai Jiangshan2011-05-071-7/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-4/+14
|\
| * netlink: handle errors from netlink_dump()Andrey Vagin2011-02-281-4/+14
* | netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy2011-03-031-6/+0
* | netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy2011-03-031-3/+0
|/
* netlink: fix netlink_change_ngroups()Eric Dumazet2010-10-241-41/+24
* netlink: Make NETLINK_USERSOCK work again.David S. Miller2010-08-311-0/+22
* netlink: fix compat recvmsgJohannes Berg2010-08-181-30/+16
* Revert "netlink: netlink_recvmsg() fix"David S. Miller2010-08-151-16/+6
* netlink: netlink_recvmsg() fixEric Dumazet2010-07-261-6/+16
* drop_monitor: convert some kfree_skb call sites to consume_skbNeil Horman2010-07-201-4/+5
* af_netlink: Add needed scm_destroy after scm_send.Eric W. Biederman2010-06-161-3/+8
* netlink: Implment netlink_broadcast_filteredEric W. Biederman2010-05-211-2/+19
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-0/+3
|\
| * net: check the length of the socket address passed to connect(2)Changli Gao2010-04-011-0/+3
* | netlink: use the appropriate namespace pidTom Goff2010-03-261-1/+1
|/
* netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err()Pablo Neira Ayuso2010-03-201-3/+14
* netlink: Adding inode field to /proc/net/netlinkMasatake YAMATO2010-02-281-3/+4
* netlink: fix for too early rmmodAlexey Dobriyan2010-02-031-0/+5
* net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1
* netlink: remove subscriptions check on notifierJohannes Berg2009-11-171-1/+1
* net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov2009-11-101-1/+1
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* 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