summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-2312-19/+12
| * | | | MAINTAINERS: Add file patterns for dsa device tree bindingsGeert Uytterhoeven2018-06-231-0/+1
| * | | | net: mscc: make sparse happyAntoine Tenart2018-06-231-1/+2
| * | | | net: mvneta: fix the Rx desc DMA address in the Rx pathAntoine Tenart2018-06-231-1/+1
| * | | | Documentation: e1000: Fix docs build errorTobin C. Harding2018-06-231-37/+38
| * | | | Documentation: e100: Fix docs build errorTobin C. Harding2018-06-231-57/+58
| * | | | Documentation: e1000: Use correct heading adornmentTobin C. Harding2018-06-231-0/+1
| * | | | Documentation: e100: Use correct heading adornmentTobin C. Harding2018-06-231-0/+1
| * | | | ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu2018-06-231-3/+6
| * | | | vhost_net: validate sock before trying to put its fdJason Wang2018-06-231-1/+2
| * | | | VSOCK: fix loopback on big-endian systemsClaudio Imbrenda2018-06-221-1/+1
| * | | | net: ethernet: ti: davinci_cpdma: make function cpdma_desc_pool_create staticColin Ian King2018-06-221-1/+1
| * | | | Merge branch 'xen-netfront-fixes'David S. Miller2018-06-221-5/+6
| |\ \ \ \
| | * | | | xen-netfront: Update features after registering netdevRoss Lagerwall2018-06-221-4/+4
| | * | | | xen-netfront: Fix mismatched rtnl_unlockRoss Lagerwall2018-06-221-1/+2
| |/ / / /
| * | | | cls_flower: fix use after free in flower S/W pathPaolo Abeni2018-06-221-4/+17
| * | | | net/packet: fix use-after-freeEric Dumazet2018-06-221-9/+7
| | |_|/ | |/| |
| * | | selftests: net: add tcp_inq to gitignoreAnders Roxell2018-06-211-0/+1
| * | | net: macb: Fix ptp time adjustment for large negative deltaHarini Katakam2018-06-211-4/+1
| * | | ipvlan: fix IFLA_MTU ignored on NEWLINKXin Long2018-06-211-1/+2
| * | | sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner2018-06-211-1/+3
| * | | bpf: enforce correct alignment for instructionsEric Dumazet2018-06-211-1/+3
| * | | net: mscc: fix the injection headerAntoine Tenart2018-06-211-5/+5
| * | | net: davinci_emac: match the mdio device against its compatible if possibleBartosz Golaszewski2018-06-211-0/+4
| * | | r8169: Fix netpoll oopsVille Syrjälä2018-06-211-1/+1
| * | | strparser: Don't schedule in workqueue in paused stateVakul Garg2018-06-211-4/+1
| * | | selftests: net: add config fragmentsAnders Roxell2018-06-211-0/+2
| * | | bpfilter: fix user mode helper cross compilationMatteo Croce2018-06-211-1/+1
* | | | Linux 4.18-rc2v4.18-rc2Linus Torvalds2018-06-241-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-2411-37/+71
|\ \ \ \
| * | | | perf/core: Move the inline keyword at the beginning of the function declarationMathieu Malaterre2018-06-221-3/+3
| * | | | uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov2018-06-211-1/+1
| * | | | Merge tag 'perf-urgent-for-mingo-4.18-20180611' of git://git.kernel.org/pub/s...Ingo Molnar2018-06-149-33/+67
| |\ \ \ \
| | * | | | perf script: Show hw-cache eventsSeeteena Thoufeek2018-06-081-0/+12
| | * | | | perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entryJiri Olsa2018-06-081-5/+5
| | * | | | perf stat: Add event parsing error handling to add_default_attributesJiri Olsa2018-06-071-4/+6
| | * | | | perf stat: Allow to specify specific metric column lenJiri Olsa2018-06-071-4/+5
| | * | | | perf stat: Fix metric column header display alignmentJiri Olsa2018-06-071-8/+9
| | * | | | perf stat: Use only color_fprintf call in print_metric_onlyJiri Olsa2018-06-071-4/+1
| | * | | | perf stat: Add --interval-clear optionJiri Olsa2018-06-072-2/+12
| | * | | | perf tools: Fix error index for pmu event parserJiri Olsa2018-06-071-0/+5
| | * | | | perf hists: Reimplement hists__has_callchains()Arnaldo Carvalho de Melo2018-06-072-4/+6
| | * | | | perf hists browser gtk: Use hist_entry__has_callchains()Arnaldo Carvalho de Melo2018-06-071-1/+1
| | * | | | perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Arnaldo Carvalho de Melo2018-06-071-1/+1
| | * | | | perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo2018-06-072-2/+6
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-248-20/+23
|\ \ \ \ \ \
| * | | | | | rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-226-16/+21
| * | | | | | rseq/cleanup: Do not abort rseq c.s. in child on fork()Mathieu Desnoyers2018-06-211-4/+1
| * | | | | | rseq/selftests/arm: Align 'struct rseq_cs' on 32 bytesMathieu Desnoyers2018-06-211-0/+1
| * | | | | | rseq/selftests: Make run_param_test.sh executableMathieu Desnoyers2018-06-211-0/+0
| | |_|/ / / | |/| | | |