summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* rhashtable: Add rhashtable_free_and_destroy()Thomas Graf2015-03-241-2/+3
* rhashtable: Disable automatic shrinking by defaultThomas Graf2015-03-241-2/+5
* rhashtable: Mark internal/private inline functions as suchThomas Graf2015-03-241-0/+2
* rhashtable: Use 'unsigned int' consistentlyThomas Graf2015-03-241-7/+7
* rhashtable: Extend RCU read lock into rhashtable_insert_rehash()Thomas Graf2015-03-241-1/+1
* filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar2015-03-241-0/+1
* net: remove never used forwarding_accel_ops pointer from net_deviceHannes Frederic Sowa2015-03-241-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-231-0/+1
|\
| * Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2015-03-211-0/+1
| |\
| | * dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka2015-02-271-0/+1
* | | rhashtable: Fix sleeping inside RCU critical section in walk_stopHerbert Xu2015-03-231-0/+2
* | | ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa2015-03-231-0/+4
* | | rhashtable: Add immediate rehash during insertionHerbert Xu2015-03-231-5/+37
* | | rhashtable: Add multiple rehash supportHerbert Xu2015-03-231-12/+14
* | | rhashtable: Allow hashfn to be unsetHerbert Xu2015-03-231-6/+27
* | | rhashtable: Eliminate unnecessary branch in rht_key_hashfnHerbert Xu2015-03-231-2/+6
* | | Merge tag 'linux-can-next-for-4.1-20150323' of git://git.kernel.org/pub/scm/l...David S. Miller2015-03-233-8/+7
|\ \ \
| * | | can: add combined rx/tx LED trigger supportYegor Yefremov2015-03-222-2/+6
| * | | can: use sock_efree instead of own destructorFlorian Westphal2015-03-221-6/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-231-29/+0
|\ \ \ \
| * | | | netfilter: bridge: kill nf_bridge_padFlorian Westphal2015-03-221-22/+0
| * | | | netfilter: bridge: remove BRNF_STATE_BRIDGED flagFlorian Westphal2015-03-161-1/+0
| * | | | netfilter: bridge: query conntrack about skb dnatFlorian Westphal2015-03-161-6/+0
* | | | | ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request socketsEric Dumazet2015-03-231-0/+2
* | | | | inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet2015-03-231-1/+1
* | | | | net: socket: add support for async operationstadeusz.struk@intel.com2015-03-231-0/+1
| |/ / / |/| | |
* | | | Revert "selinux: add a skb_owned_by() hook"Eric Dumazet2015-03-201-8/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-2011-11/+56
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'pinctrl-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-03-191-3/+3
| |\ \ \
| | * | | Revert "pinctrl: consumer: use correct retval for placeholder functions"Linus Walleij2015-03-051-3/+3
| | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-192-1/+11
| |\ \ \
| | * | | netdevice.h: fix ndo_bridge_* commentsNicolas Dichtel2015-03-171-1/+4
| | * | | xps: must clear sender_cpu before forwardingEric Dumazet2015-03-111-0/+7
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-03-181-0/+4
| |\ \ \ \
| | * | | | livepatch: Fix subtle race with coming and going modulesPetr Mladek2015-03-171-0/+4
| * | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-03-151-0/+18
| |\ \ \ \ \
| | * | | | | clk: introduce clk_is_matchMichael Turquette2015-03-111-0/+18
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'irqchip-fixes-4.0' of git://git.infradead.org/users/jcooper/linuxLinus Torvalds2015-03-151-0/+5
| |\ \ \ \ \
| | * | | | | irqchip: gicv3-its: Define macros for GITS_CTLR fieldsYun Wu2015-03-081-0/+3
| | * | | | | irqchip: gicv3-its: Allocate enough memory for the full range of DeviceIDMarc Zyngier2015-03-081-0/+2
| | |/ / / /
| * | | | | Merge tag 'devicetree-fixes-for-4.0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-03-131-1/+1
| |\ \ \ \ \
| | * | | | | of/platform: Fix sparc:allmodconfig buildGuenter Roeck2015-03-131-1/+1
| * | | | | | Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2015-03-131-0/+2
| |\ \ \ \ \ \
| | * | | | | | new helper: dup_iter()Al Viro2015-02-171-0/+2
| * | | | | | | kasan, module: move MODULE_ALIGN macro into <linux/moduleloader.h>Andrey Ryabinin2015-03-122-4/+8
| * | | | | | | kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin2015-03-122-2/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | rhashtable: Fix undeclared EEXIST build error on ia64Herbert Xu2015-03-201-0/+1
* | | | | | | rhashtable: Rip out obsolete out-of-line interfaceHerbert Xu2015-03-201-16/+3
* | | | | | | rhashtable: Allow hash/comparison functions to be inlinedHerbert Xu2015-03-201-0/+386
* | | | | | | rhashtable: Make rhashtable_init params argument constHerbert Xu2015-03-201-1/+2