index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-03
Merge branch 'bpf-updates'
David S. Miller
13
-16
/
+63
2015-10-03
sched, bpf: make skb->priority writable
Daniel Borkmann
1
-2
/
+7
2015-10-03
sched, bpf: add helper for retrieving routing realms
Daniel Borkmann
5
-3
/
+39
2015-10-03
ebpf: migrate bpf_prog's flags to bitfield
Daniel Borkmann
11
-12
/
+18
2015-10-03
Merge branch 'switchdev-obj'
David S. Miller
11
-160
/
+199
2015-10-03
switchdev: push object ID back to object structure
Jiri Pirko
6
-56
/
+45
2015-10-03
switchdev: bring back switchdev_obj and use it as a generic object param
Jiri Pirko
6
-62
/
+109
2015-10-03
switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb
Jiri Pirko
5
-12
/
+12
2015-10-03
switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan
Jiri Pirko
5
-12
/
+12
2015-10-03
switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*
Jiri Pirko
9
-25
/
+26
2015-10-03
switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*
Jiri Pirko
7
-35
/
+37
2015-10-03
Merge branch 'tcp-lockless-listener'
David S. Miller
20
-746
/
+307
2015-10-03
tcp: do not lock listener to process SYN packets
Eric Dumazet
2
-4
/
+18
2015-10-03
tcp/dccp: add a reschedule point in inet_csk_listen_stop()
Eric Dumazet
1
-0
/
+1
2015-10-03
tcp: remove max_qlen_log
Eric Dumazet
4
-18
/
+6
2015-10-03
tcp/dccp: remove struct listen_sock
Eric Dumazet
3
-76
/
+11
2015-10-03
tcp: attach SYNACK messages to request sockets instead of listener
Eric Dumazet
8
-32
/
+47
2015-10-03
ipv6: remove obsolete inet6 functions
Eric Dumazet
1
-9
/
+0
2015-10-03
tcp/dccp: shrink struct listen_sock
Eric Dumazet
2
-14
/
+3
2015-10-03
tcp/dccp: install syn_recv requests into ehash table
Eric Dumazet
15
-501
/
+160
2015-10-03
tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument
Eric Dumazet
3
-4
/
+3
2015-10-03
tcp: get_openreq[46]() changes
Eric Dumazet
3
-8
/
+8
2015-10-03
tcp: remove BUG_ON() in tcp_check_req()
Eric Dumazet
1
-2
/
+0
2015-10-03
tcp: cleanup tcp_v[46]_inbound_md5_hash()
Eric Dumazet
2
-14
/
+12
2015-10-03
tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc()
Eric Dumazet
1
-10
/
+12
2015-10-03
tcp: call sk_mark_napi_id() on the child, not the listener
Eric Dumazet
2
-2
/
+2
2015-10-03
tcp: move synflood_warned into struct request_sock_queue
Eric Dumazet
2
-5
/
+4
2015-10-03
tcp: move qlen/young out of struct listen_sock
Eric Dumazet
4
-38
/
+18
2015-10-03
tcp: add a spinlock to protect struct request_sock_queue
Eric Dumazet
3
-33
/
+26
2015-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
240
-1379
/
+2429
2015-10-02
Merge tag 'mmc-v4.3-rc3' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
4
-62
/
+67
2015-10-02
Merge git://git.infradead.org/intel-iommu
Linus Torvalds
4
-57
/
+77
2015-10-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
15
-34
/
+106
2015-10-01
Merge tag 'pm+acpi-4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-30
/
+116
2015-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
22
-59
/
+121
2015-10-01
dmapool: fix overflow condition in pool_find_page()
Robin Murphy
1
-1
/
+1
2015-10-01
thermal: avoid division by zero in power allocator
Andrea Arcangeli
1
-0
/
+10
2015-10-01
memcg: remove pcp_counter_lock
Greg Thelen
2
-2
/
+0
2015-10-01
kprobes: use _do_fork() in samples to make them work again
Petr Mladek
3
-12
/
+12
2015-10-01
drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSE
Andrew Morton
1
-0
/
+1
2015-10-01
memcg: make mem_cgroup_read_stat() unsigned
Greg Thelen
1
-12
/
+18
2015-10-01
memcg: fix dirty page migration
Greg Thelen
2
-1
/
+32
2015-10-01
dax: fix NULL pointer in __dax_pmd_fault()
Ross Zwisler
1
-1
/
+12
2015-10-01
mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault
Mel Gorman
1
-0
/
+8
2015-10-01
mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)
Joonsoo Kim
1
-3
/
+10
2015-10-01
userfaultfd: remove kernel header include from uapi header
Andre Przywara
1
-2
/
+0
2015-10-01
arch/x86/include/asm/efi.h: fix build failure
Andrey Ryabinin
1
-0
/
+2
2015-10-01
Merge branch 'bridge_vlan_cleanups_fixes'
David S. Miller
6
-127
/
+93
2015-10-01
bridge: vlan: don't pass flags when creating context only
Nikolay Aleksandrov
1
-1
/
+1
2015-10-01
bridge: vlan: fix possible null ptr derefs on port init and deinit
Nikolay Aleksandrov
2
-7
/
+12
[next]