aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-23inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet1-1/+1
2015-03-23net: socket: add support for async operationstadeusz.struk@intel.com1-0/+1
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet1-8/+0
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-11/+56
2015-03-20rhashtable: Fix undeclared EEXIST build error on ia64Herbert Xu1-0/+1
2015-03-20rhashtable: Rip out obsolete out-of-line interfaceHerbert Xu1-16/+3
2015-03-20rhashtable: Allow hash/comparison functions to be inlinedHerbert Xu1-0/+386
2015-03-20rhashtable: Make rhashtable_init params argument constHerbert Xu1-1/+2
2015-03-19Merge tag 'pinctrl-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-3/+3
2015-03-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-0/+1
2015-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+11
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller1-0/+1
2015-03-18net: add support for phys_port_nameDavid Ahern1-0/+4
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-2/+0
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet1-1/+1
2015-03-18net/mlx4_core: Add basic support for QP max-rate limitingOr Gerlitz2-4/+27
2015-03-18net: Add max rate tx queue attributeJohn Fastabend1-0/+8
2015-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-0/+4
2015-03-18cc2520: Add support for CC2591 amplifier.Brad Campbell1-0/+1
2015-03-18rhashtable: Remove max_shift and min_shiftHerbert Xu1-4/+0
2015-03-18rhashtable: Introduce max_size/min_sizeHerbert Xu1-0/+4
2015-03-18rhashtable: Remove shift from bucket_tableHerbert Xu1-2/+0
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet1-1/+1
2015-03-17netdevice.h: fix ndo_bridge_* commentsNicolas Dichtel1-1/+4
2015-03-17livepatch: Fix subtle race with coming and going modulesPetr Mladek1-0/+4
2015-03-16netdev: remove ndo ops for switchdevScott Feldman1-38/+0
2015-03-16switchdev: add swdev opsScott Feldman1-0/+3
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov1-1/+4
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann1-0/+1
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann1-0/+2
2015-03-15Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+18
2015-03-15Merge tag 'irqchip-fixes-4.0' of git://git.infradead.org/users/jcooper/linuxLinus Torvalds1-0/+5
2015-03-15rhashtable: Move future_tbl into struct bucket_tableHerbert Xu1-2/+3
2015-03-15rhashtable: Add rehash counter to bucket_tableHerbert Xu1-1/+3
2015-03-15rhashtable: Free bucket tables asynchronously after rehashHerbert Xu1-0/+2
2015-03-15rhashtable: Fix walker behaviour during rehashHerbert Xu1-4/+4
2015-03-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-0/+2
2015-03-14mac802154: correct max sifs size handlingAlexander Aring1-0/+2
2015-03-13Merge tag 'devicetree-fixes-for-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2015-03-13of/platform: Fix sparc:allmodconfig buildGuenter Roeck1-1/+1
2015-03-12rhashtable: kill ht->shift atomic operationsDaniel Borkmann1-3/+3
2015-03-12kasan, module: move MODULE_ALIGN macro into <linux/moduleloader.h>Andrey Ryabinin2-4/+8
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin2-2/+4
2015-03-12ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann1-1/+3
2015-03-12net: Introduce possible_net_tEric W. Biederman1-6/+2
2015-03-12net: Kill hold_net release_netEric W. Biederman1-2/+1
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet1-0/+7
2015-03-11net: add real socket cookiesEric Dumazet1-2/+2
2015-03-11clk: introduce clk_is_matchMichael Turquette1-0/+18