Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
686c9b50809dc80cba7c2e9f809471ab40bae735
/
include
156c196
netfilter: x_tables: Pass struct net in xt_action_param
by Eric W. Biederman
· 9 years ago
6aa187f
netfilter: nf_tables: kill nft_pktinfo.ops
by Eric W. Biederman
· 9 years ago
6cb8ff3f1
inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table
by Eric W. Biederman
· 9 years ago
97b59c3
netfilter: ebtables: Simplify the arguments to ebt_do_table
by Eric W. Biederman
· 9 years ago
36aea58
Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next
by Pablo Neira Ayuso
· 9 years ago
27b29f6
bpf: add bpf_redirect() helper
by Alexei Starovoitov
· 9 years ago
045efa8
cls_bpf: introduce integrated actions
by Daniel Borkmann
· 9 years ago
58d607d
tcp: provide skb->hash to synack packets
by Eric Dumazet
· 9 years ago
0c4b51f
netfilter: Pass net into okfn
by Eric W. Biederman
· 9 years ago
29a26a5
netfilter: Pass struct net into the netfilter hooks
by Eric W. Biederman
· 9 years ago
04eb448
bridge: Add br_netif_receive_skb remove netif_receive_skb_sk
by Eric W. Biederman
· 9 years ago
2b4aa3c
net: Remove dev_queue_xmit_sk
by Eric W. Biederman
· 9 years ago
5a70649
net: Merge dst_output and dst_output_sk
by Eric W. Biederman
· 9 years ago
a6568b2
xfrm: Remove unused afinfo method init_dst
by Eric W. Biederman
· 9 years ago
7a77350
netfilter: Pass net to nf_hook_thresh
by Eric W. Biederman
· 9 years ago
b11b1f6
netfilter: Store net in nf_hook_state
by Eric W. Biederman
· 9 years ago
fb88425
netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_thresh
by Eric W. Biederman
· 9 years ago
4e47809
ipvs: add sysctl to ignore tunneled packets
by Alex Gartrell
· 9 years ago
b84ee0d
cdc: add header guards
by Stephen Rothwell
· 9 years ago
d5566fd
rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats
by Sowmini Varadhan
· 9 years ago
ad1e7b9
cdc: Fix build warning.
by David S. Miller
· 9 years ago
c40a2c8
CDC: common parser for extra headers
by Oliver Neukum
· 9 years ago
c36ba66
net: Allow user to get table id from route lookup
by David Ahern
· 10 years ago
b7503e0
net: Add FIB table id to rtable
by David Ahern
· 10 years ago
04d78e3
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
b0a1ea5
Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
33e247c
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
d71fc23
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
91b6fc0
Merge tag 'drm-intel-next-fixes-2015-09-10' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
519f526
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
06ab838
Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
573c577
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 9 years ago
65c61bc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
452e06a
dma-mapping: consolidate dma_set_mask
by Christoph Hellwig
· 9 years ago
ee19637
dma-mapping: consolidate dma_supported
by Christoph Hellwig
· 9 years ago
efa21e4
dma-mapping: cosolidate dma_mapping_error
by Christoph Hellwig
· 9 years ago
1e89375
dma-mapping: consolidate dma_{alloc,free}_noncoherent
by Christoph Hellwig
· 9 years ago
6894258
dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}
by Christoph Hellwig
· 9 years ago
1fcfd8d
mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()
by Oleg Nesterov
· 9 years ago
2965faa
kexec: split kexec_load syscall from kexec core code
by Dave Young
· 9 years ago
a43cac0
kexec: split kexec_file syscall code to kexec_file.c
by Dave Young
· 9 years ago
3760710
seq_file: provide an analogue of print_hex_dump()
by Andy Shevchenko
· 9 years ago
90f0230
kmod: use system_unbound_wq instead of khelper
by Frederic Weisbecker
· 9 years ago
b40bdb7
lib/string_helpers: rename "esc" arg to "only"
by Kees Cook
· 9 years ago
cdf1744
hexdump: do not print debug dumps for !CONFIG_DEBUG
by Linus Walleij
· 9 years ago
515a9ad
include/linux/printk.h: include pr_fmt in pr_debug_ratelimited
by Jason A. Donenfeld
· 9 years ago
8b83963
include/linux/poison.h: remove not-used poison pointer macros
by Vasily Kulikov
· 9 years ago
8a5e5e0
include/linux/poison.h: fix LIST_POISON{1,2} offset
by Vasily Kulikov
· 9 years ago
f074a8f
proc: export idle flag via kpageflags
by Vladimir Davydov
· 9 years ago
33c3fc7
mm: introduce idle page tracking
by Vladimir Davydov
· 9 years ago
1d7715c
mmu-notifier: add clear_young callback
by Vladimir Davydov
· 9 years ago
e993d90
memcg: zap try_get_mem_cgroup_from_page
by Vladimir Davydov
· 9 years ago
2fc0452
memcg: add page_cgroup_ino helper
by Vladimir Davydov
· 9 years ago
3f0e131
zpool: add zpool_has_pool()
by Dan Streetman
· 9 years ago
1ab1e89
ether: add IEEE 1722 ethertype - TSN
by Henrik Austad
· 9 years ago
b141327
elf-em.h: move EM_MICROBLAZE to the common header
by Mike Frysinger
· 10 years ago
6bb0fef
netlink, mmap: fix edge-case leakages in nf queue zero-copy
by Daniel Borkmann
· 9 years ago
792aec4
add microchip LAN88xx phy driver
by Woojung.Huh@microchip.com
· 9 years ago
c6e59bd
Merge tag 'qcom-soc-for-4.3-rc2' of git://codeaurora.org/quic/kernel/agross-msm into next/late
by Kevin Hilman
· 9 years ago
71d4404
Merge branch 'drivers/reset' into next/late
by Kevin Hilman
· 9 years ago
f53de1e
net: ipv6: use common fib_default_rule_pref
by Phil Sutter
· 9 years ago
61e19ba
Merge tag 'qcom-soc-for-4.3' into v4.2-rc2
by Andy Gross
· 9 years ago
b8889c4
Merge tag 'tty-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
82278fc
Merge tag 'pwm/for-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
by Linus Torvalds
· 9 years ago
26d2177
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
a794b4f
Merge tag 'for-linus-4.3' of git://git.code.sf.net/p/openipmi/linux-ipmi
by Linus Torvalds
· 9 years ago
f6f7a63
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
9a9952b
Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 9 years ago
e81b594
Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 9 years ago
fa81558
Merge tag 'fbdev-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
by Linus Torvalds
· 9 years ago
85579ad
Merge tag 'mmc-v4.3' of git://git.linaro.org/people/ulf.hansson/mmc
by Linus Torvalds
· 9 years ago
3af6e98
Merge tag 'platform-drivers-x86-v4.3-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86
by Linus Torvalds
· 9 years ago
acceba5
Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
c191761
Merge tag 'rtc-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 9 years ago
c83db4f
mm: zbud: constify the zbud_ops
by Krzysztof Kozlowski
· 9 years ago
7867277
mm: zpool: constify the zpool_ops
by Krzysztof Kozlowski
· 9 years ago
5b999aa
mm: swap: zswap: maybe_preload & refactoring
by Dmitry Safonov
· 9 years ago
860c707
zsmalloc: account the number of compacted pages
by Sergey Senozhatsky
· 9 years ago
7d3f393
zsmalloc/zram: introduce zs_pool_stats api
by Sergey Senozhatsky
· 9 years ago
82c1fc7
mm: use numa_mem_id() in alloc_pages_node()
by Vlastimil Babka
· 9 years ago
0bc35a9
mm: unify checks in alloc_pages_node() and __alloc_pages_node()
by Vlastimil Babka
· 9 years ago
96db800
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
by Vlastimil Babka
· 9 years ago
da1b13c
mm/hwpoison: fix race between soft_offline_page and unpoison_memory
by Wanpeng Li
· 9 years ago
8e30456
mm/hwpoison: introduce num_poisoned_pages wrappers
by Naoya Horiguchi
· 9 years ago
94bf4ec
mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error handling
by Wanpeng Li
· 9 years ago
6b0f68e
mm: add utility for early copy from unmapped ram
by Mark Salter
· 9 years ago
01a7fd3
pci: mm: add pci_pool_zalloc() call
by Sean O. Stalley
· 9 years ago
ad82362
mm: add dma_pool_zalloc() call to DMA API
by Sean O. Stalley
· 9 years ago
64b990d
mm: drop __nocast from vm_flags_t definition
by Kirill A. Shutemov
· 9 years ago
c5b4e1b
mm, page_isolation: make set/unset_migratetype_isolate() file-local
by Naoya Horiguchi
· 9 years ago
95cf82e
mem-hotplug: handle node hole when initializing numa_meminfo.
by Tang Chen
· 9 years ago
c5c5c9d
mm/memblock.c: make memblock_overlaps_region() return bool.
by Tang Chen
· 9 years ago
70c3547
hugetlbfs: add hugetlbfs_fallocate()
by Mike Kravetz
· 9 years ago
ab76ad5
hugetlbfs: New huge_add_to_page_cache helper routine
by Mike Kravetz
· 9 years ago
b5cec28
hugetlbfs: truncate_hugepages() takes a range of pages
by Mike Kravetz
· 9 years ago
c672c7f
mm/hugetlb: expose hugetlb fault mutex for use by fallocate
by Mike Kravetz
· 9 years ago
5e91137
mm/hugetlb: add cache of descriptors to resv_map for region_add
by Mike Kravetz
· 9 years ago
bb14c2c
mm: rename and move get/set_freepage_migratetype
by Vlastimil Babka
· 9 years ago
e752eb6
memcg: move memcg_proto_active from sock.h
by Michal Hocko
· 9 years ago
6421999
memcg: get rid of extern for functions in memcontrol.h
by Michal Hocko
· 9 years ago
Next »