aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-08vhost: silence an unused-variable warningArnd Bergmann1-1/+1
2019-03-08vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr1-7/+15
2019-03-08connector: fix unsafe usage of ->real_parentLi RongQing1-4/+18
2019-03-08vxlan: do not need BH again in vxlan_cleanup()Litao Jiao1-2/+2
2019-03-08net: hns3: add dma_rmb() for rx descriptionJian Shen1-0/+2
2019-03-08net: add missing documentation in linux/skbuff.hPedro Tammela1-5/+59
2019-03-08bpf: fix warning about using plain integer as NULLBo YU2-2/+2
2019-03-08xsk: fix to reject invalid options in Tx descriptorBjörn Töpel1-2/+2
2019-03-08xsk: fix to reject invalid flags in xsk_bindBjörn Töpel1-1/+4
2019-03-08bpf, libbpf: fixing leak when kernel does not support btfNikita V. Shirokov1-0/+2
2019-03-08Merge branch 'stmmac-add-some-fixes-for-stm32'David S. Miller7-26/+183
2019-03-08ARM: dts: stm32: Add Ethernet support on stm32h7 SOC and activate it for eval and disco boardsChristophe Roullier4-0/+62
2019-03-08dt-bindings: net: stmmac: remove syscfg clock propertyChristophe Roullier1-2/+1
2019-03-08net: ethernet: stmmac: add management of clk_csr propertyChristophe Roullier1-0/+3
2019-03-08dt-bindings: net: stmmac: add phys config propertiesChristophe Roullier1-3/+3
2019-03-08net: ethernet: stmmac: update to support all PHY config for stm32mp157c.Christophe Roullier1-21/+86
2019-03-08net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.Christophe Roullier1-1/+29
2019-03-08Merge branch 'sctp-process-the-error-returned-from-sctp_sock_migrate'David S. Miller3-24/+44
2019-03-08sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate()Xin Long1-0/+10
2019-03-08sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()Xin Long2-14/+10
2019-03-08sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() failsXin Long1-10/+24
2019-03-08vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio1-1/+2
2019-03-08rxrpc: Fix client call connect/disconnect raceDavid Howells2-5/+17
2019-03-08sctp: remove sched init from sctp_stream_initXin Long1-2/+0
2019-03-08route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long1-0/+4
2019-03-08netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2-10/+13
2019-03-08netfilter: nat: don't register device notifier twiceFlorian Westphal1-16/+19
2019-03-07net/hsr: fix possible crash in add_timer()Eric Dumazet1-8/+6
2019-03-07nfp: fix simple vNIC mailbox lengthDirk van der Merwe1-1/+1
2019-03-07net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctlNathan Chancellor1-1/+1
2019-03-07net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor1-3/+3
2019-03-07net: atm: Use IS_ENABLED in atm_dev_ioctlNathan Chancellor1-6/+2
2019-03-07ethtool: reduce stack usage with clangArnd Bergmann1-7/+9
2019-03-07qede: Fix internal loopback failure with jumbo mtu configurationSudarsana Reddy Kalluru1-2/+5
2019-03-07enic: fix build warning without CONFIG_CPUMASK_OFFSTACKArnd Bergmann1-3/+3
2019-03-07peak_usb: fix clang build warningArnd Bergmann1-1/+1
2019-03-07ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai1-1/+1
2019-03-07isdn: isdnloop: fix pointer dereference bugArnd Bergmann1-1/+1
2019-03-07davinci_emac: always build in CONFIG_OF codeArnd Bergmann1-3/+1
2019-03-07bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann2-6/+19
2019-03-07bpf: Stop the psock parser before canceling its workJakub Sitnicki1-0/+1
2019-03-07selftests: bpf: test_progs: initialize duration in singal_pending testStanislav Fomichev1-1/+1
2019-03-07libbpf: force fixdep compilation at the start of the buildStanislav Fomichev1-1/+2
2019-03-07selftests: bpf: fix compilation with out-of-tree $(OUTPUT)Stanislav Fomichev1-10/+23
2019-03-07selftests/bpf: test that GSO works in lwt_ip_encapPeter Oskolkov1-2/+52
2019-03-07net: fix GSO in bpf_lwt_push_ip_encapPeter Oskolkov1-0/+2
2019-03-07xsk: fix potential crash in xsk_diag_put_umem()Eric Dumazet1-2/+2
2019-03-07bpf: hbm: fix spelling mistake "deault" -> "default"Colin Ian King1-2/+2
2019-03-07bpf: only test gso type on gso packetsWillem de Bruijn2-6/+6
2019-03-07bpf: fix sysctl.c warningArnd Bergmann1-1/+1