summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v4.1.10-rt11v4.1.10-rt11Thomas Gleixner2015-10-311-1/+1
* inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet2015-10-311-1/+1
* net: Make synchronize_rcu_expedited() conditional on !RT_FULLJosh Cartwright2015-10-311-1/+1
* latency_hist: Update sched_wakeup probeMathieu Desnoyers2015-10-311-2/+2
* sched: Introduce the trace_sched_waking tracepointPeter Zijlstra2015-10-314-14/+28
* trace: Add missing tracer macrosYang Shi2015-10-311-0/+2
* softirq: Sanitize local_bh_[en|dis]able for RTThomas Gleixner2015-10-312-39/+31
* v4.1.10-rt10v4.1.10-rt10Thomas Gleixner2015-10-121-1/+1
* arm64: Replace read_lock to rcu lock in call_break_hookYang Shi2015-10-121-10/+11
* arm64: Convert patch_lock to raw lockYang Shi2015-10-121-3/+3
* net/core/cpuhotplug: Drain input_pkt_queue locklessGrygorii Strashko2015-10-121-1/+1
* work-simple: Add missing #include <linux/export.h>Ben Hutchings2015-10-121-0/+1
* arm64/xen: Make XEN depend on !RTThomas Gleixner2015-10-121-1/+1
* v4.1.10-rt9v4.1.10-rt9Thomas Gleixner2015-10-111-1/+1
* Merge tag 'v4.1.10' of ../../stable/linux-stable into linux-4.1.y-rtThomas Gleixner2015-10-11339-1492/+3074
|\
| * Linux 4.1.10v4.1.10Greg Kroah-Hartman2015-10-031-1/+1
| * hp-wmi: limit hotkey enableKyle Evans2015-10-031-11/+20
| * zram: fix possible use after free in zcomp_create()Luis Henriques2015-10-031-5/+7
| * netlink: Replace rhash_portid with boundHerbert Xu2015-10-032-12/+29
| * netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2015-10-032-5/+7
| * mvneta: use inband status only when explicitly enabledStas Sergeev2015-10-031-4/+5
| * of_mdio: add new DT property 'managed' to specify the PHY management typeStas Sergeev2015-10-032-2/+21
| * net: phy: fixed_phy: handle link-down caseStas Sergeev2015-10-031-3/+5
| * net: dsa: bcm_sf2: Do not override speed settingsFlorian Fainelli2015-10-031-17/+1
| * fib_rules: fix fib rule dumps across multiple skbsWilson Kok2015-10-031-5/+9
| * net: revert "net_sched: move tp->root allocation into fw_init()"WANG Cong2015-10-031-15/+15
| * tcp: add proper TS val into RST packetsEric Dumazet2015-10-031-0/+1
| * openvswitch: Zero flows on allocation.Jesse Gross2015-10-033-14/+15
| * macvtap: fix TUNSETSNDBUF values > 64kMichael S. Tsirkin2015-10-031-2/+2
| * net/mlx4_en: really allow to change RSS keyEric Dumazet2015-10-031-2/+0
| * bridge: fix igmpv3 / mldv2 report parsingLinus Lüssing2015-10-031-2/+2
| * sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner2015-10-031-23/+41
| * netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2015-10-032-7/+32
| * net: dsa: bcm_sf2: Fix 64-bits register writesFlorian Fainelli2015-10-031-2/+2
| * ipv6: fix multipath route replace error recoveryRoopa Prabhu2015-10-031-26/+175
| * net: dsa: bcm_sf2: Fix ageing conditions and operationFlorian Fainelli2015-10-031-4/+8
| * net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2015-10-031-1/+1
| * net: eth: altera: fix napi poll_list corruptionAtsushi Nemoto2015-10-031-2/+1
| * net: fec: clear receive interrupts before processing a packetRussell King2015-10-031-0/+1
| * ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann2015-10-031-1/+1
| * sock, diag: fix panic in sock_diag_put_filterinfoDaniel Borkmann2015-10-031-0/+3
| * usbnet: Get EVENT_NO_RUNTIME_PM bit before it is clearedEugene Shatokhin2015-10-031-3/+4
| * cls_u32: complete the check for non-forced case in u32_destroy()WANG Cong2015-10-031-0/+13
| * vxlan: re-ignore EADDRINUSE from igmp_joinMarcelo Ricardo Leitner2015-10-031-0/+2
| * ip6_gre: release cached dst on tunnel removalhuaibin Wang2015-10-031-0/+1
| * Linux 4.1.9v4.1.9Greg Kroah-Hartman2015-09-291-1/+1
| * cxl: Don't remove AFUs/vPHBs in cxl_resetDaniel Axtens2015-09-291-3/+0
| * ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft2015-09-291-1/+1
| * net: dsa: Do not override PHY interface if already configuredFlorian Fainelli2015-09-291-1/+2
| * inet: fix races with reqsk timersEric Dumazet2015-09-292-2/+8