summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-07cxgb4: Fix error path in cxgb4_init_moduleYueHaibing
2019-05-07dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindingsMaxime Chevallier
2019-05-07net: macb: Change interrupt and napi enable order in openHarini Katakam
2019-05-07vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra
2019-05-07net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing
2019-05-07l2tp: Fix possible NULL pointer dereferenceYueHaibing
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-05-05ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern
2019-05-05ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet
2019-05-05net: ucc_geth - fix Oops when changing number of buffers in the ringChristophe Leroy
2019-05-05dpaa_eth: fix SG frame cleanupLaurentiu Tudor
2019-05-05net: rds: fix spelling mistake "syctl" -> "sysctl"Colin Ian King
2019-05-05cls_cgroup: avoid panic when receiving a packet before filter setMatteo Croce
2019-05-05isdn: bas_gigaset: use usb_fill_int_urb() properlyPaul Bolle
2019-05-05net: phy: fix phy_validate_pauseHeiner Kallweit
2019-05-04ipmr_base: Do not reset index in mr_table_dumpDavid Ahern
2019-05-04cls_matchall: avoid panic when receiving a packet before filter setMatteo Croce
2019-05-04neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern
2019-05-04neighbor: Reset gc_entries counter if new entry is released before insertDavid Ahern
2019-05-04Merge branch 'ena-fixes'David S. Miller
2019-05-04net: ena: gcc 8: fix compilation warningSameeh Jubran
2019-05-04net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran
2019-05-04net: ena: improve latency by disabling adaptive interrupt moderation by defaultSameeh Jubran
2019-05-04net: ena: fix return value of ena_com_config_llq_info()Sameeh Jubran
2019-05-04net: ena: fix incorrect test of supported hash functionSameeh Jubran
2019-05-04net: ena: fix: Free napi resources when ena_up() failsSameeh Jubran
2019-05-04net: ena: fix: set freed objects to NULL to avoid failing future allocationsSameeh Jubran
2019-05-04net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entrySameeh Jubran
2019-05-03hv_netvsc: fix race that may miss tx queue wakeupHaiyang Zhang
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-02Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-02Merge tag 'pci-v5.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-02Merge tag 'mtd/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-02PCI/LINK: Add Kconfig option (default off)Keith Busch
2019-05-01udp: fix GRO packet of deathEric Dumazet
2019-05-01Merge tag 'for-v5.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds
2019-05-01bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing
2019-05-01bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing
2019-05-01ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau
2019-05-01rds: ib: force endiannes annotationNicholas Mc Guire
2019-05-01Merge tag 'arc-5.1-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds
2019-05-01PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth ManagementAlex Williamson
2019-05-01Merge tag 'acpi-5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-05-01gcc-9: don't warn about uninitialized btrfs extent_type variableLinus Torvalds
2019-05-01selftests: fib_rule_tests: print the result and return 1 if any tests failedHangbin Liu
2019-05-01gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds
2019-05-01gcc-9: don't warn about uninitialized variableLinus Torvalds
2019-05-01gcc-9: silence 'address-of-packed-member' warningLinus Torvalds
2019-05-01ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani
2019-05-01io_uring: avoid page allocation warningsMark Rutland