aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2015-10-01dax: fix NULL pointer in __dax_pmd_fault()Ross Zwisler1-1/+12
2015-10-01mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-10-01mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim1-3/+10
2015-10-01userfaultfd: remove kernel header include from uapi headerAndre Przywara1-2/+0
2015-10-01arch/x86/include/asm/efi.h: fix build failureAndrey Ryabinin1-0/+2
2015-10-01bridge: vlan: don't pass flags when creating context onlyNikolay Aleksandrov1-1/+1
2015-10-01bridge: vlan: fix possible null ptr derefs on port init and deinitNikolay Aleksandrov2-7/+12
2015-10-01bridge: vlan: move pvid inside net_bridge_vlan_groupNikolay Aleksandrov5-118/+75
2015-10-01bridge: vlan: fix possible null vlgrp deref while registering new portNikolay Aleksandrov1-1/+3
2015-10-01bridge: vlan: adjust rhashtable initial size and hash locks sizeNikolay Aleksandrov1-0/+2
2015-10-01Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller1-1/+1
2015-10-01Update KVM homepage UrlDirk Müller1-2/+2
2015-10-01Revert "KVM: SVM: use NPT page attributes"Paolo Bonzini1-96/+5
2015-10-01Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask"Paolo Bonzini1-8/+7
2015-10-01Revert "KVM: SVM: Sync g_pat with guest-written PAT value"Paolo Bonzini1-10/+0
2015-10-01Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"Paolo Bonzini2-5/+13
2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds3-17/+18
2015-09-30mmc: core: fix dead loop of mmc_retuneChaotian Jing1-2/+4
2015-09-29net: Initialize flow flags in input pathDavid Ahern2-0/+2
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot1-3/+8