summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-191-0/+1
|\ \ \ \ \ \ \
| * | | | | | | cc2520: Add support for CC2591 amplifier.Brad Campbell2015-03-181-0/+1
* | | | | | | | net: Fix high overhead of vlan sub-device teardown.David S. Miller2015-03-181-0/+1
* | | | | | | | net: add support for phys_port_nameDavid Ahern2015-03-181-0/+4
* | | | | | | | ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-181-2/+0
* | | | | | | | netns: constify net_hash_mix() and various callersEric Dumazet2015-03-181-1/+1
* | | | | | | | net/mlx4_core: Add basic support for QP max-rate limitingOr Gerlitz2015-03-182-4/+27
* | | | | | | | net: Add max rate tx queue attributeJohn Fastabend2015-03-181-0/+8
* | | | | | | | rhashtable: Remove max_shift and min_shiftHerbert Xu2015-03-181-4/+0
* | | | | | | | rhashtable: Introduce max_size/min_sizeHerbert Xu2015-03-181-0/+4
* | | | | | | | rhashtable: Remove shift from bucket_tableHerbert Xu2015-03-181-2/+0
* | | | | | | | tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-171-1/+1
* | | | | | | | netdev: remove ndo ops for switchdevScott Feldman2015-03-161-38/+0