summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-111-2/+3
* 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 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
* | net/sched: avoid unused-label warningArnd Bergmann2019-03-041-1/+1
* | net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2019-03-042-2/+5
* | devlink: Add support for direct reporter health state updateEran Ben Elisha2019-03-041-5/+17
* | devlink: Update reporter state to error even if recover abortedEran Ben Elisha2019-03-041-1/+4
* | sctp: call iov_iter_revert() after sending ABORTXin Long2019-03-041-0/+1
* | ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-041-4/+4
* | net-sysfs: Switch to bitmap_zalloc()Andy Shevchenko2019-03-041-7/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-042-9/+61
|\ \
| * | bpf: add bpf helper bpf_skb_ecn_set_cebrakmo2019-03-021-0/+28
| * | bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissectorStanislav Fomichev2019-02-251-6/+20
| * | bpf: add skb->queue_mapping write access from tc clsactJesper Dangaard Brouer2019-02-191-3/+13