summaryrefslogtreecommitdiffstats
path: root/net/netlink
Commit message (Expand)AuthorAgeFilesLines
* net/netlink/af_netlink.h: Remove unused structure.Fabien Siron2016-06-091-14/+0
* netlink: Fix dump skb leak/double freeHerbert Xu2016-05-161-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-1/+1
|\
| * netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov2016-04-101-1/+1
* | rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland2016-04-051-1/+2
|/
* netlink: add support for NIC driver ioctlsDavid Decotigny2016-03-221-1/+9
* nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal2016-02-181-16/+4
* Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-181-21/+0
* netlink: remove mmapped netlink supportFlorian Westphal2016-02-184-808/+9
* openvswitch: allow management from inside user namespacesTycho Andersen2016-02-111-0/+4
* netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA2016-01-291-1/+2
* genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller2016-01-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-01-132-0/+20
|\
| * netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-152-0/+20
* | net: netlink: Fix multicast group storage allocation for families with more t...Matti Vaittinen2016-01-121-1/+1
|/
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-2/+2
|\
| * netlink: fix locking around NETLINK_LIST_MEMBERSHIPSDavid Herrmann2015-10-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-12/+22
|\|
| * netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen2015-10-181-12/+22
* | net/netlink: lockdep_genl_is_held can be booleanYaowei Bai2015-10-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-262-14/+59
|\|
| * netlink: Replace rhash_portid with boundHerbert Xu2015-09-242-12/+29
| * netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2015-09-202-5/+8
| * netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2015-09-112-7/+32
* | genetlink: simplify genl_notifyJiri Benc2015-09-241-6/+6
|/
* netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2015-09-091-6/+12
* netlink, mmap: don't walk rx ring on poll if receive queue non-emptyDaniel Borkmann2015-09-091-5/+12
* netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA2015-08-301-12/+16
* netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA2015-08-281-2/+2
* netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard2015-08-281-3/+24
* netlink: mmap: fix tx type checkKen-ichirou MATSUZAWA2015-08-231-1/+1
* netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann2015-08-101-0/+5
* netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal2015-07-211-32/+47
* netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-031-1/+1
* netlink: add API to retrieve all group membershipsDavid Herrmann2015-06-211-0/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-1/+2
|\
| * netlink: Reset portid after netlink_insert failureHerbert Xu2015-05-161-0/+1
| * netlink: move nl_table in read_mostly sectionEric Dumazet2015-05-141-1/+1
* | netlink: Use random autobind roverHerbert Xu2015-05-171-6/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-1/+0
|\|
| * netlink: Remove max_size settingHerbert Xu2015-05-031-1/+0
* | netlink: Create kernel netlink sockets in the proper network namespaceEric W. Biederman2015-05-111-8/+6
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-6/+5
* | netlink: allow to listen "all" netnsNicolas Dichtel2015-05-091-5/+47
* | netlink: rename private flags and statesNicolas Dichtel2015-05-091-29/+30
|/
* net: fix crash in build_skb()Eric Dumazet2015-04-251-4/+2
* rhashtable: provide len to obj_hashfnPatrick McHardy2015-03-251-1/+1
* rhashtable: Disable automatic shrinking by defaultThomas Graf2015-03-241-0/+1
* netlink: Use default rhashtable hashfnHerbert Xu2015-03-231-2/+1