aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-03i40e: Use numa_mem_id() to better support memoryless nodeJiang Liu1-1/+1
2015-10-03tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet2-2/+4
2015-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller16-63/+87
2015-10-03Merge branch 'ravb-r8a7795'David S. Miller5-53/+184
2015-10-03ravb: Add support for r8a7795 SoCKazuya Mizuguchi2-8/+62
2015-10-03ravb: Document binding for r8a7795 SoCKazuya Mizuguchi1-7/+62
2015-10-03ravb: Provide dev parameter to DMA APIKazuya Mizuguchi1-19/+19
2015-10-03phylib: Add phy_set_max_speed helperSimon Horman2-19/+41
2015-10-03Merge branch 'bpf-updates'David S. Miller13-16/+63
2015-10-03sched, bpf: make skb->priority writableDaniel Borkmann1-2/+7
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann5-3/+39
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann11-12/+18
2015-10-03Merge branch 'switchdev-obj'David S. Miller11-160/+199
2015-10-03switchdev: push object ID back to object structureJiri Pirko6-56/+45
2015-10-03switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko6-62/+109
2015-10-03switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko5-12/+12
2015-10-03switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko5-12/+12
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko9-25/+26
2015-10-03switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko7-35/+37
2015-10-03Merge branch 'tcp-lockless-listener'David S. Miller20-746/+307
2015-10-03tcp: do not lock listener to process SYN packetsEric Dumazet2-4/+18
2015-10-03tcp/dccp: add a reschedule point in inet_csk_listen_stop()Eric Dumazet1-0/+1
2015-10-03tcp: remove max_qlen_logEric Dumazet4-18/+6
2015-10-03tcp/dccp: remove struct listen_sockEric Dumazet3-76/+11
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet8-32/+47
2015-10-03ipv6: remove obsolete inet6 functionsEric Dumazet1-9/+0
2015-10-03tcp/dccp: shrink struct listen_sockEric Dumazet2-14/+3
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet15-501/+160
2015-10-03tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet3-4/+3
2015-10-03tcp: get_openreq[46]() changesEric Dumazet3-8/+8
2015-10-03tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet1-2/+0
2015-10-03tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet2-14/+12
2015-10-03tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc()Eric Dumazet1-10/+12
2015-10-03tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet2-2/+2
2015-10-03tcp: move synflood_warned into struct request_sock_queueEric Dumazet2-5/+4
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet4-38/+18
2015-10-03tcp: add a spinlock to protect struct request_sock_queueEric Dumazet3-33/+26
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller240-1379/+2429
2015-10-02Merge tag 'mmc-v4.3-rc3' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds4-62/+67
2015-10-02Merge git://git.infradead.org/intel-iommuLinus Torvalds4-57/+77
2015-10-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-34/+106
2015-10-01Merge tag 'pm+acpi-4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds9-30/+116
2015-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-59/+121
2015-10-01dmapool: fix overflow condition in pool_find_page()Robin Murphy1-1/+1
2015-10-01thermal: avoid division by zero in power allocatorAndrea Arcangeli1-0/+10
2015-10-01memcg: remove pcp_counter_lockGreg Thelen2-2/+0
2015-10-01kprobes: use _do_fork() in samples to make them work againPetr Mladek3-12/+12
2015-10-01drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSEAndrew Morton1-0/+1
2015-10-01memcg: make mem_cgroup_read_stat() unsignedGreg Thelen1-12/+18
2015-10-01memcg: fix dirty page migrationGreg Thelen2-1/+32