summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/tls: Inform user space about send buffer availabilityVakul Garg2019-03-132-4/+2
* net_sched: return correct value for *notify* functionsZhike Wang2019-03-132-13/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-03-125-36/+92
|\
| * netfilter: nf_tables: return immediately on empty commitFlorian Westphal2019-03-111-0/+5
| * netfilter: nf_tables: use-after-free in dynamic operationsPablo Neira Ayuso2019-03-111-1/+3
| * netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2019-03-114-13/+54
| * netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-03-081-6/+11
| * netfilter: nat: don't register device notifier twiceFlorian Westphal2019-03-081-16/+19
* | net/x25: reset state in x25_connect()Eric Dumazet2019-03-111-0/+1
* | tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch2019-03-111-8/+1
* | 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-091-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-097-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-092-2/+13
* | | fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-092-4/+4
* | | net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov2019-03-091-10/+7
* | | vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-03-091-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-041-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