summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau2019-03-134-63/+115
* libbpf: fix to reject unknown flags in xsk_socket__create()Magnus Karlsson2019-03-121-4/+11
* selftests/bpf: fix segfault of test_progs when prog loading failedYonghong Song2019-03-122-2/+2
* libbpf: handle BTF parsing and loading properlyAndrii Nakryiko2019-03-111-3/+10
* gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-101-4/+18
* vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-101-0/+11
* net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-101-1/+5
* isdn: mISDNinfineon: fix potential NULL pointer dereferenceKangjie Lu2019-03-101-1/+4
* net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose2019-03-093-3/+11
* ip: fix ip_mc_may_pull() return valueEric Dumazet2019-03-091-1/+1
* net: keep refcount warning in reqsk_free()Guillaume Nault2019-03-091-1/+0
* net: stmmac: Avoid one more sometimes uninitialized Clang warningNathan Chancellor2019-03-081-1/+1
* net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA portsAndrew Lunn2019-03-084-0/+42
* rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-0818-36/+121
|\
| * bpf: fix warning about using plain integer as NULLBo YU2019-03-082-2/+2
| * xsk: fix to reject invalid options in Tx descriptorBjörn Töpel2019-03-081-2/+2
| * xsk: fix to reject invalid flags in xsk_bindBjörn Töpel2019-03-081-1/+4
| * bpf, libbpf: fixing leak when kernel does not support btfNikita V. Shirokov2019-03-081-0/+2
| * bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann2019-03-072-6/+19
| * bpf: Stop the psock parser before canceling its workJakub Sitnicki2019-03-071-0/+1
| * selftests: bpf: test_progs: initialize duration in singal_pending testStanislav Fomichev2019-03-071-1/+1
| * libbpf: force fixdep compilation at the start of the buildStanislav Fomichev2019-03-071-1/+2
| * selftests: bpf: fix compilation with out-of-tree $(OUTPUT)Stanislav Fomichev2019-03-071-10/+23
| * selftests/bpf: test that GSO works in lwt_ip_encapPeter Oskolkov2019-03-071-2/+52
| * net: fix GSO in bpf_lwt_push_ip_encapPeter Oskolkov2019-03-071-0/+2
| * xsk: fix potential crash in xsk_diag_put_umem()Eric Dumazet2019-03-071-2/+2
| * bpf: hbm: fix spelling mistake "deault" -> "default"Colin Ian King2019-03-071-2/+2
| * bpf: only test gso type on gso packetsWillem de Bruijn2019-03-072-6/+6
| * bpf: fix sysctl.c warningArnd Bergmann2019-03-071-1/+1
* | tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-082-2/+13
* | net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...Nathan Chancellor2019-03-081-0/+1
* | 8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NICMatthew Whitehead2019-03-081-0/+1
* | fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-082-4/+4
* | net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov2019-03-081-10/+7
* | vhost: silence an unused-variable warningArnd Bergmann2019-03-081-1/+1
* | vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-03-081-7/+15
* | connector: fix unsafe usage of ->real_parentLi RongQing2019-03-081-4/+18
* | vxlan: do not need BH again in vxlan_cleanup()Litao Jiao2019-03-081-2/+2
* | net: hns3: add dma_rmb() for rx descriptionJian Shen2019-03-081-0/+2
* | net: add missing documentation in linux/skbuff.hPedro Tammela2019-03-081-5/+59
* | Merge branch 'stmmac-add-some-fixes-for-stm32'David S. Miller2019-03-087-26/+183
|\ \
| * | ARM: dts: stm32: Add Ethernet support on stm32h7 SOC and activate it for eval...Christophe Roullier2019-03-084-0/+62
| * | dt-bindings: net: stmmac: remove syscfg clock propertyChristophe Roullier2019-03-081-2/+1
| * | net: ethernet: stmmac: add management of clk_csr propertyChristophe Roullier2019-03-081-0/+3
| * | dt-bindings: net: stmmac: add phys config propertiesChristophe Roullier2019-03-081-3/+3
| * | net: ethernet: stmmac: update to support all PHY config for stm32mp157c.Christophe Roullier2019-03-081-21/+86
| * | net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.Christophe Roullier2019-03-081-1/+29
|/ /
* | Merge branch 'sctp-process-the-error-returned-from-sctp_sock_migrate'David S. Miller2019-03-083-24/+44
|\ \
| * | sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate()Xin Long2019-03-081-0/+10