Age | Commit message (Expand) | Author |
2015-09-09 | netlink, mmap: fix edge-case leakages in nf queue zero-copy | Daniel Borkmann |
2015-09-09 | netlink, mmap: don't walk rx ring on poll if receive queue non-empty | Daniel Borkmann |
2015-08-30 | netlink: rx mmap: fix POLLIN condition | Ken-ichirou MATSUZAWA |
2015-08-28 | netlink: mmap: fix lookup frame position | Ken-ichirou MATSUZAWA |
2015-08-28 | netlink: add NETLINK_CAP_ACK socket option | Christophe Ricard |
2015-08-23 | netlink: mmap: fix tx type check | Ken-ichirou MATSUZAWA |
2015-08-10 | netlink: make sure -EBUSY won't escape from netlink_insert | Daniel Borkmann |
2015-07-21 | netlink: don't hold mutex in rcu callback when releasing mmapd ring | Florian Westphal |
2015-07-03 | netlink: Delete an unnecessary check before the function call "module_put" | Markus Elfring |
2015-06-21 | netlink: add API to retrieve all group memberships | David Herrmann |
2015-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-05-17 | netlink: Use random autobind rover | Herbert Xu |
2015-05-16 | netlink: Reset portid after netlink_insert failure | Herbert Xu |
2015-05-14 | netlink: move nl_table in read_mostly section | Eric Dumazet |
2015-05-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-05-11 | netlink: Create kernel netlink sockets in the proper network namespace | Eric W. Biederman |
2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman |
2015-05-09 | netlink: allow to listen "all" netns | Nicolas Dichtel |
2015-05-09 | netlink: rename private flags and states | Nicolas Dichtel |
2015-05-03 | netlink: Remove max_size setting | Herbert Xu |
2015-04-25 | net: fix crash in build_skb() | Eric Dumazet |
2015-03-25 | rhashtable: provide len to obj_hashfn | Patrick McHardy |
2015-03-24 | rhashtable: Disable automatic shrinking by default | Thomas Graf |
2015-03-23 | netlink: Use default rhashtable hashfn | Herbert Xu |
2015-03-21 | netlink: Remove netlink_compare_arg.trailer | Herbert Xu |
2015-03-20 | netlink: Move namespace into hash key | Herbert Xu |
2015-03-18 | netlink: Use rhashtable max_size instead of max_shift | Herbert Xu |
2015-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue |
2015-02-27 | rhashtable: remove indirection for grow/shrink decision functions | Daniel Borkmann |
2015-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-02-04 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | David S. Miller |
2015-02-04 | netlink: Use rhashtable walk iterator | Herbert Xu |
2015-02-04 | netlink: make the check for "send from tx_ring" deterministic | Al Viro |
2015-01-30 | netlink: fix wrong subscription bitmask to group mapping in | Pablo Neira |
2015-01-28 | net: remove sock_iocb | Christoph Hellwig |
2015-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-01-27 | netlink: Kill redundant net argument in netlink_insert | Herbert Xu |
2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg |
2015-01-16 | genetlink: synchronize socket closing and family removal | Johannes Berg |
2015-01-16 | genetlink: disallow subscribing to unknown mcast groups | Johannes Berg |
2015-01-16 | netlink: Fix netlink_insert EADDRINUSE error | Herbert Xu |
2015-01-13 | netlink: eliminate nl_sk_hash_lock | Ying Xue |
2015-01-03 | netlink: Lockless lookup with RCU grace period in socket release | Thomas Graf |
2015-01-03 | rhashtable: Per bucket locks & deferred expansion/shrinking | Thomas Graf |
2015-01-03 | rhashtable: Convert bucket iterators to take table and index | Thomas Graf |
2015-01-03 | rhashtable: Do hashing inside of rhashtable_lookup_compare() | Thomas Graf |
2014-12-29 | genetlink: A genl_bind() to an out-of-range multicast group should not WARN(). | David S. Miller |
2014-12-27 | netlink/genetlink: pass network namespace to bind/unbind | Johannes Berg |
2014-12-27 | genetlink: pass multicast bind/unbind to families | Johannes Berg |