summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | perf annotate: Fix jump target outside of function address rangeRavi Bangoria2016-12-153-9/+15
| | * | perf annotate: Support jump instruction with target as second operandRavi Bangoria2016-12-151-1/+5
| | * | perf record: Force ignore_missing_thread for uid optionJiri Olsa2016-12-151-0/+3
| | * | perf evsel: Allow to ignore missing pidJiri Olsa2016-12-153-0/+46
| | * | perf thread_map: Add thread_map__remove functionJiri Olsa2016-12-155-0/+72
| | * | perf evsel: Use variable instead of repeating lengthy FD macroJiri Olsa2016-12-151-8/+9
| | * | perf mem: Fix --all-user/--all-kernel optionsJiri Olsa2016-12-151-2/+2
| | * | perf tools: Remove some needless __maybe_unusedArnaldo Carvalho de Melo2016-12-153-11/+10
| | * | perf sched timehist: Show callchains for idle statNamhyung Kim2016-12-151-0/+86
| | * | perf sched timehist: Add -I/--idle-hist optionNamhyung Kim2016-12-152-5/+45
| | * | perf sched timehist: Skip non-idle events when necessaryNamhyung Kim2016-12-151-7/+18
| | * | perf sched timehist: Save callchain when entering idleNamhyung Kim2016-12-151-0/+30
| | * | perf sched timehist: Introduce struct idle_time_dataNamhyung Kim2016-12-151-4/+33
| | * | perf sched timehist: Split is_idle_sample()Namhyung Kim2016-12-151-19/+20
| | * | perf tools: Move headers check into bash scriptJiri Olsa2016-12-152-93/+60
| * | | uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint c...Marcin Nowakowski2016-12-181-1/+1
| |/ /
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-241-1/+1
|\ \ \
| * | | irqchip/st: Mark st_irq_syscfg_resume() __maybe_unusedJérémy Lefaure2016-12-191-1/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-2325-146/+197
|\ \ \
| * | | sctp: fix recovering from 0 win with small data chunksMarcelo Ricardo Leitner2016-12-231-1/+1
| * | | sctp: do not loose window information if in rwnd_overMarcelo Ricardo Leitner2016-12-231-1/+1
| * | | Merge branch 'virtio-net-xdp-fixes'David S. Miller2016-12-231-70/+102
| |\ \ \
| | * | | virtio-net: XDP support for small buffersJason Wang2016-12-231-25/+87
| | * | | virtio-net: remove big packet XDP codesJason Wang2016-12-231-41/+3
| | * | | virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is supportJason Wang2016-12-231-1/+3
| | * | | virtio-net: make rx buf size estimation works for XDPJason Wang2016-12-231-0/+3
| | * | | virtio-net: unbreak csumed packets for XDP_PASSJason Wang2016-12-231-2/+2
| | * | | virtio-net: correctly handle XDP_PASS for linearized packetsJason Wang2016-12-231-2/+8
| | * | | virtio-net: fix page miscount during XDP linearizingJason Wang2016-12-231-8/+11
| | * | | virtio-net: correctly xmit linearized page on XDP_TXJason Wang2016-12-231-1/+1
| | * | | virtio-net: remove the warning before XDP linearizingJason Wang2016-12-231-7/+1
| |/ / /
| * | | Merge branch 'mlxsw-router-fixes'David S. Miller2016-12-232-4/+10
| |\ \ \
| | * | | mlxsw: spectrum_router: Correctly remove nexthop groupsIdo Schimmel2016-12-231-0/+3
| | * | | mlxsw: spectrum_router: Don't reflect dead neighsIdo Schimmel2016-12-231-4/+6
| | * | | neigh: Send netevent after marking neigh as deadIdo Schimmel2016-12-231-0/+1
| |/ / /
| * | | ipv6: handle -EFAULT from skb_copy_bitsDave Jones2016-12-231-1/+5
| * | | inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn2016-12-232-2/+2
| * | | Merge branch 'cls_flower-act_tunnel_key-fixes'David S. Miller2016-12-232-13/+14
| |\ \ \
| | * | | net/sched: cls_flower: Mandate mask when matching on flagsOr Gerlitz2016-12-231-11/+12
| | * | | net/sched: act_tunnel_key: Fix setting UDP dst port in metadata under IPv6Or Gerlitz2016-12-231-2/+2
| |/ / /
| * | | stmmac: CSR clock configuration fixjpinto2016-12-233-6/+6
| * | | Merge tag 'wireless-drivers-for-davem-2016-12-22' of git://git.kernel.org/pub...David S. Miller2016-12-225-5/+10
| |\ \ \
| | * | | rtlwifi: Fix kernel oops introduced with commit e49656147359Larry Finger2016-12-211-1/+2
| | * | | ath9k: do not return early to fix rcu unlockingTobias Klausmann2016-12-211-1/+1
| | * | | ath10k: free host-mem with DMA_BIRECTIONAL flagBen Greear2016-12-201-1/+1
| | * | | brcmfmac: fix uninitialized field in scheduled scan ssid configurationArend Van Spriel2016-12-201-0/+1
| | * | | brcmfmac: fix memory leak in brcmf_cfg80211_attach()Arend Van Spriel2016-12-201-2/+5
| * | | | net: ipv4: Don't crash if passing a null sk to ip_do_redirect.Lorenzo Colitti2016-12-221-1/+2
| * | | | net: fddi: skfp: use %p format specifier for addresses rather than %xColin Ian King2016-12-213-8/+8
| * | | | tcp: add a missing barrier in tcp_tasklet_func()Eric Dumazet2016-12-211-0/+1