summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge branch 'netdev-page_frag_alloc-fixes'David S. Miller2019-02-182-4/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-181-0/+4
| | * | | | | | | | mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck2019-02-181-4/+4
| |/ / / / / / / /
| * | | | | | | | Merge branch 'tcp-fix-possible-crash-in-tcp_v4_err'David S. Miller2019-02-182-2/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-181-1/+4
| | * | | | | | | | tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-181-1/+1
| |/ / / / / / / /
| * | | | | | | | net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov2019-02-181-1/+6
| * | | | | | | | qmi_wwan: apply SET_DTR quirk to Sierra WP7607Beniamino Galvani2019-02-181-2/+2
| * | | | | | | | net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue2019-02-181-3/+6
| * | | | | | | | doc: Mention MSG_ZEROCOPY implementation for UDPPetr Vorel2019-02-181-1/+1
| * | | | | | | | mlxsw: __mlxsw_sp_port_headroom_set(): Fix a use of local variablePetr Machata2019-02-171-5/+7
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-177-30/+46
| |\ \ \ \ \ \ \ \
| | * | | | | | | | MIPS: eBPF: Remove REG_32BIT_ZERO_EXPaul Burton2019-02-161-10/+7Star
| | * | | | | | | | MIPS: eBPF: Always return sign extended 32b valuesPaul Burton2019-02-161-3/+6
| | * | | | | | | | xsk: do not remove umem from netdevice on fall-back to copy-modeBjörn Töpel2019-02-121-1/+2
| | * | | | | | | | xsk: share the mmap_sem for page pinningDavidlohr Bueso2019-02-111-4/+4
| | * | | | | | | | bpf: fix lockdep false positive in stackmapAlexei Starovoitov2019-02-111-1/+7
| | * | | | | | | | xsk: add missing smp_rmb() in xsk_mmapMagnus Karlsson2019-02-111-0/+4
| | * | | | | | | | bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-02-112-8/+10
| | * | | | | | | | bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau2019-02-101-4/+7
| * | | | | | | | | net: Add header for usage of fls64()David S. Miller2019-02-161-0/+1
| * | | | | | | | | Merge branch 'net-dsa-b53-VLAN-and-L2-fixes'David S. Miller2019-02-164-23/+84
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | net: dsa: b53: Do not program CPU port's PVIDFlorian Fainelli2019-02-161-1/+1
| | * | | | | | | | | net: dsa: bcm_sf2: Do not assume DSA master supports WoLFlorian Fainelli2019-02-161-4/+6
| | * | | | | | | | | net: systemport: Fix reception of BPDUsFlorian Fainelli2019-02-161-0/+4
| | * | | | | | | | | net: dsa: b53: Properly account for VLAN filteringFlorian Fainelli2019-02-162-5/+57
| | * | | | | | | | | net: dsa: b53: Fix default VLAN IDFlorian Fainelli2019-02-161-13/+16
| |/ / / / / / / / /
| * | | | | | | | | net: validate untrusted gso packets without csum offloadWillem de Bruijn2019-02-162-1/+10
| * | | | | | | | | net: Fix for_each_netdev_feature on Big endianHauke Mehrtens2019-02-162-4/+23
| * | | | | | | | | net: phy: xgmiitorgmii: Support generic PHY status readPaul Kocialkowski2019-02-161-1/+4
| * | | | | | | | | net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi2019-02-161-14/+20
| * | | | | | | | | Merge tag 'mac80211-for-davem-2019-02-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-02-163-110/+57Star
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | mac80211: Restore vif beacon interval if start ap failsRakesh Pillai2019-02-151-1/+5
| | * | | | | | | | | mac80211: Free mpath object when rhashtable insertion failsHerbert Xu2019-02-151-8/+9
| | * | | | | | | | | mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu2019-02-152-101/+43Star
| | | |_|/ / / / / / | | |/| | | | | | |
* | | | | | | | | | exec: load_script: Do not exec truncated interpreter pathKees Cook2019-02-191-9/+48
* | | | | | | | | | Merge tag 'mailbox-fixes-v5.0-rc7' of git://git.linaro.org/landing-teams/work...Linus Torvalds2019-02-182-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush timeout issueRayagonda Kokatanur2019-02-181-2/+2
| * | | | | | | | | | mailbox: Export mbox_flush()Thierry Reding2019-02-181-0/+1
* | | | | | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-02-186-65/+5Star
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ARM: 8835/1: dma-mapping: Clear DMA ops on teardownRobin Murphy2019-02-121-0/+2
| * | | | | | | | | | | ARM: 8834/1: Fix: kprobes: optimized kprobes illegal instructionMathieu Desnoyers2019-02-121-1/+1
| * | | | | | | | | | | ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann2019-02-014-64/+2Star
* | | | | | | | | | | | Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-02-182-9/+3Star
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | tracing: Fix number of entries in trace headerQuentin Perret2019-02-151-0/+2
| * | | | | | | | | | | kprobe: Do not use uaccess functions to access kernel memory that can faultChangbin Du2019-02-151-9/+1Star
* | | | | | | | | | | | Linux 5.0-rc7Linus Torvalds2019-02-181-1/+1
* | | | | | | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-177-20/+20
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel2019-02-164-15/+0Star
| * | | | | | | | | | | | arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableArd Biesheuvel2019-02-163-5/+20
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |