summaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* af_netlink: drop_monitor/dropwatch friendlyEric Dumazet2012-04-241-2/+10
* af_netlink: cleanupsEric Dumazet2012-04-241-30/+31
* netlink: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* netlink: fix races after skb queueingEric Dumazet2012-04-061-11/+13
* netlink: allow to pass data pointer to netlink_dump_start() callbackPablo Neira Ayuso2012-02-261-0/+1
* netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-261-7/+4
* net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko2012-01-301-0/+18
* netlink: Undo const marker in netlink_is_kernel().David S. Miller2011-12-231-1/+1
* netlink: wake up netlink listeners sooner (v2)stephen hemminger2011-12-221-1/+1
* netlink: af_netlink cleanup (v2)stephen hemminger2011-12-221-17/+13
* af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet2011-09-281-3/+2
* net: cleanup some rcu_dereference_rawEric Dumazet2011-08-121-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-241-0/+2
|\
| * netlink: advertise incomplete dumpsJohannes Berg2011-06-221-0/+2
* | rtnetlink: unlock on error path in netlink_dump()Dan Carpenter2011-06-161-2/+1
* | rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-091-6/+11
|/
* 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