summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-1131-139/+226
|\
| * gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-101-4/+18
| * net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-101-1/+5
| * 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-087-10/+16
| |\
| | * bpf: fix warning about using plain integer as NULLBo YU2019-03-081-1/+1
| | * 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: Stop the psock parser before canceling its workJakub Sitnicki2019-03-071-0/+1
| | * 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: only test gso type on gso packetsWillem de Bruijn2019-03-071-4/+4
| * | tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-082-2/+13
| * | 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
| * | vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-03-081-7/+15
| * | sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate()Xin Long2019-03-081-0/+10
| * | sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()Xin Long2019-03-082-14/+10
| * | sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() failsXin Long2019-03-081-10/+24
| * | rxrpc: Fix client call connect/disconnect raceDavid Howells2019-03-081-5/+15
| * | sctp: remove sched init from sctp_stream_initXin Long2019-03-081-2/+0
| * | route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-081-0/+4
| * | net/hsr: fix possible crash in add_timer()Eric Dumazet2019-03-071-8/+6
| * | net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctlNathan Chancellor2019-03-071-1/+1
| * | net: atm: Use IS_ENABLED in atm_dev_ioctlNathan Chancellor2019-03-071-6/+2
| * | ethtool: reduce stack usage with clangArnd Bergmann2019-03-071-7/+9
| * | tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh2019-03-061-0/+5
| * | net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan2019-03-063-1/+16
| * | net: sched: flower: insert new filter to idr after setting its maskVlad Buslov2019-03-061-21/+22
| |/
| * tcp: detecting the misuse of .sendpage for Slab objectsVasily Averin2019-03-061-0/+4
| * iptunnel: NULL pointer deref for ip_md_tunnel_xmitAlan Maguire2019-03-061-3/+6
| * ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-061-4/+5
| * net/sched: act_tunnel_key: Fix double free dst_cachewenxu2019-03-051-16/+6
| * tipc: fix RDM/DGRAM connect() regressionErik Hugne2019-03-051-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-095-27/+20
|\ \
| * \ Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-04102-628/+962
| |\ \
| * | | IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2019-02-045-27/+20
* | | | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-087-128/+173
|\ \ \ \
| * | | | net: split out functions related to registering inflight socket filesJens Axboe2019-02-287-131/+173
| * | | | Add io_uring IO interfaceJens Axboe2019-02-281-0/+3
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-062-2/+4
|\ \ \ \ \
| * | | | | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-052-2/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-1/+1
| |\ \ \ \
| | * | | | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-1/+1
| | | |/ / | | |/| |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-046-56/+62
|\ \ \ \ \
| * | | | | net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-03-031-0/+3
| * | | | | appletalk: Fix use-after-free in atalk_proc_exitYueHaibing2019-03-033-8/+36
| * | | | | appletalk: use remove_proc_subtree to simplify procfs codeYueHaibing2019-03-031-39/+17
| * | | | | net: sched: put back q.qlen into a single locationEric Dumazet2019-03-022-9/+6