summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-0311-12/+18
* Merge branch 'switchdev-obj'David S. Miller2015-10-0311-160/+199
|\
| * switchdev: push object ID back to object structureJiri Pirko2015-10-036-56/+45
| * switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko2015-10-036-62/+109
| * switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko2015-10-035-12/+12
| * switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko2015-10-035-12/+12
| * switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2015-10-039-25/+26
| * switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko2015-10-037-35/+37
|/
* Merge branch 'tcp-lockless-listener'David S. Miller2015-10-0320-746/+307
|\
| * tcp: do not lock listener to process SYN packetsEric Dumazet2015-10-032-4/+18
| * tcp/dccp: add a reschedule point in inet_csk_listen_stop()Eric Dumazet2015-10-031-0/+1
| * tcp: remove max_qlen_logEric Dumazet2015-10-034-18/+6
| * tcp/dccp: remove struct listen_sockEric Dumazet2015-10-033-76/+11
| * tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet2015-10-038-32/+47
| * ipv6: remove obsolete inet6 functionsEric Dumazet2015-10-031-9/+0
| * tcp/dccp: shrink struct listen_sockEric Dumazet2015-10-032-14/+3
| * tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-0315-501/+160
| * tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet2015-10-033-4/+3
| * tcp: get_openreq[46]() changesEric Dumazet2015-10-033-8/+8
| * tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet2015-10-031-2/+0
| * tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet2015-10-032-14/+12
| * tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc()Eric Dumazet2015-10-031-10/+12
| * tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet2015-10-032-2/+2
| * tcp: move synflood_warned into struct request_sock_queueEric Dumazet2015-10-032-5/+4
| * tcp: move qlen/young out of struct listen_sockEric Dumazet2015-10-034-38/+18
| * tcp: add a spinlock to protect struct request_sock_queueEric Dumazet2015-10-033-33/+26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-02240-1379/+2429
|\
| * Merge tag 'mmc-v4.3-rc3' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2015-10-024-62/+67
| |\
| | * mmc: core: fix dead loop of mmc_retuneChaotian Jing2015-09-301-2/+4
| | * mmc: pxamci: fix card detect with slot-gpio APIRobert Jarzmik2015-09-291-44/+22
| | * mmc: sunxi: Fix clk-delay settingsHans de Goede2015-09-291-14/+39
| | * mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson2015-09-291-2/+2
| * | Merge git://git.infradead.org/intel-iommuLinus Torvalds2015-10-024-57/+77
| |\ \
| | * | iommu: Make the iova library a moduleSakari Ailus2015-07-282-1/+5
| | * | iommu: iova: Export symbolsSakari Ailus2015-07-281-0/+10
| | * | iommu: iova: Move iova cache management to the iova librarySakari Ailus2015-07-283-39/+54
| | * | iommu/iova: Avoid over-allocating when size-alignedRobin Murphy2015-07-282-17/+8
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-10-0115-34/+106
| |\ \ \
| | * | | dmapool: fix overflow condition in pool_find_page()Robin Murphy2015-10-011-1/+1
| | * | | thermal: avoid division by zero in power allocatorAndrea Arcangeli2015-10-011-0/+10
| | * | | memcg: remove pcp_counter_lockGreg Thelen2015-10-012-2/+0
| | * | | kprobes: use _do_fork() in samples to make them work againPetr Mladek2015-10-013-12/+12
| | * | | drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSEAndrew Morton2015-10-011-0/+1
| | * | | memcg: make mem_cgroup_read_stat() unsignedGreg Thelen2015-10-011-12/+18
| | * | | memcg: fix dirty page migrationGreg Thelen2015-10-012-1/+32
| | * | | dax: fix NULL pointer in __dax_pmd_fault()Ross Zwisler2015-10-011-1/+12
| | * | | mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2015-10-011-0/+8
| | * | | mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim2015-10-011-3/+10
| | * | | userfaultfd: remove kernel header include from uapi headerAndre Przywara2015-10-011-2/+0
| | * | | arch/x86/include/asm/efi.h: fix build failureAndrey Ryabinin2015-10-011-0/+2
OpenPOWER on IntegriCloud