summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin2019-02-281-5/+5
* sctp: chunk.c: correct format string for size_t in printkMatthias Maennich2019-02-281-1/+1
* net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan2019-02-281-3/+7
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-02-282-2/+4
* ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern2019-02-281-4/+5
* Merge branch 'pmtu-selftest-fixes'David S. Miller2019-02-281-16/+80
|\
| * selftests: pmtu: add explicit tests for PMTU exceptions cleanupPaolo Abeni2019-02-281-1/+67
| * selftests: pmtu: disable DAD in all namespacesPaolo Abeni2019-02-281-15/+13
|/
* net: phy: dp83867: add soft reset delayMax Uvarov2019-02-281-0/+3
* net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-02-272-4/+40
* net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani2019-02-271-1/+12
* enc28j60: Correct description of debug module parameterAndy Shevchenko2019-02-271-1/+1
* net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko2019-02-271-1/+1
* bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan2019-02-271-0/+6
* tipc: fix race condition causing hung sendtoTung Nguyen2019-02-261-1/+5
* hv_netvsc: Fix IP header checksum for coalesced packetsHaiyang Zhang2019-02-261-3/+19
* Merge branch 'net-fail-route'David S. Miller2019-02-263-0/+11
|\
| * mpls: Return error for RTA_GATEWAY attributeDavid Ahern2019-02-261-0/+3
| * ipv6: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
| * ipv4: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
|/
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-02-253-7/+34
* net: Add __icmp_send helper.Nazarov Sergey2019-02-252-4/+12
* tun: remove unnecessary memory barrierTimur Celik2019-02-251-1/+1
* net: socket: set sock->sk to NULL after calling proto_ops::release()Eric Biggers2019-02-251-0/+1
* net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov2019-02-251-1/+2
* net: dsa: fix a leaked reference by adding missing of_node_putWen Yang2019-02-252-6/+11
* tun: fix blocking readTimur Celik2019-02-251-2/+2
* net: dsa: lantiq: Add GPHY firmware filesHauke Mehrtens2019-02-251-0/+6
* net/sched: act_skbedit: fix refcount leak when replace failsDavide Caratti2019-02-251-2/+1
* net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti2019-02-251-2/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-02-244-5/+21
|\
| * KVM: MMU: record maximum physical address width in kvm_mmu_extended_roleYu Zhang2019-02-222-0/+2
| * kvm: x86: Return LA57 feature based on hardware capabilityYu Zhang2019-02-221-0/+4
| * x86/kvm/mmu: fix switch between root and guest MMUsVitaly Kuznetsov2019-02-222-4/+14
| * Merge tag 'kvm-s390-master-5.0' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-02-201-1/+1
| |\
| | * s390: vsie: Use effective CRYCBD.31 to check CRYCBD validityPierre Morel2019-02-111-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-2464-420/+568
|\ \ \
| * | | net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij2019-02-242-0/+15
| * | | tcp: repaired skbs must init their tso_segsEric Dumazet2019-02-241-0/+1
| * | | net/x25: fix a race in x25_bind()Eric Dumazet2019-02-241-5/+8
| * | | net: dsa: Remove documentation for port_fdb_prepareHauke Mehrtens2019-02-241-7/+3
| * | | Revert "bridge: do not add port to router list when receives query with sourc...Hangbin Liu2019-02-241-8/+1
| * | | selftests: fib_tests: sleep after changing carrier. again.Thadeu Lima de Souza Cascardo2019-02-241-0/+1
| * | | net: set static variable an initial value in atl2_probe()Mao Wenan2019-02-231-3/+1
| * | | net: phy: marvell10g: Fix Multi-G advertisement to only advertise 10GMaxime Chevallier2019-02-231-1/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-236-34/+69
| |\ \ \
| | * | | bpf, doc: add bpf list as secondary entry to maintainers fileDaniel Borkmann2019-02-231-1/+13
| | * | | Merge branch 'bpf-nfp-codegen-fixes'Daniel Borkmann2019-02-231-11/+6
| | |\ \ \
| | | * | | nfp: bpf: fix ALU32 high bits clearance bugJiong Wang2019-02-231-11/+6
| | | * | | nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang2019-02-231-1/+1
| | |/ / /