summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: physdev: relax br_netfilter dependencyFlorian Westphal2019-04-052-7/+7
* netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrac...Chieh-Min Wang2019-04-051-3/+11
* netfilter: conntrack: tcp: only close if RST matches exact sequenceFlorian Westphal2019-04-051-10/+40
* netfilter: nf_tables: check the result of dereferencing base_chain->statsLi RongQing2019-04-051-6/+8
* xsk: fix to reject invalid flags in xsk_bindBjörn Töpel2019-04-051-1/+4
* ila: Fix rhashtable walker list corruptionHerbert Xu2019-04-031-0/+1
* tipc: fix cancellation of topology subscriptionsErik Hugne2019-04-031-0/+1
* tipc: change to check tipc_own_id to return in tipc_net_stopXin Long2019-04-031-4/+1
* tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne2019-04-031-5/+15
* tcp: do not use ipv6 header for ipv4 flowEric Dumazet2019-04-031-4/+4
* sctp: use memdup_user instead of vmemdup_userXin Long2019-04-031-6/+6
* packets: Always register packet sk in the same orderMaxime Chevallier2019-04-031-1/+1
* net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing2019-04-031-2/+4
* net: rose: fix a possible stack overflowEric Dumazet2019-04-031-9/+12
* net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch2019-04-031-1/+1
* net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni2019-04-031-1/+1
* ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long2019-04-031-8/+10
* genetlink: Fix a memory leak on error pathYueHaibing2019-04-031-1/+2
* dccp: do not use ipv6 header for ipv4 flowEric Dumazet2019-04-031-2/+2
* netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-04-031-6/+11
* Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-04-031-0/+6
* Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann2019-04-031-31/+46
* netfilter: ebtables: remove BUGPRINT messagesFlorian Westphal2019-03-271-92/+39
* Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-03-271-2/+1
* libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-272-1/+26
* SUNRPC: Respect RPC call timeouts when retrying transmissionTrond Myklebust2019-03-231-18/+24
* SUNRPC: Fix up RPC back channel transmissionTrond Myklebust2019-03-231-28/+33
* SUNRPC: Prevent thundering herd when the socket is not connectedTrond Myklebust2019-03-231-4/+17
* svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields2019-03-231-10/+10
* 9p/net: fix memory leak in p9_client_createzhengbin2019-03-231-1/+1
* net: sched: flower: insert new filter to idr after setting its maskVlad Buslov2019-03-191-21/+22
* vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-03-191-7/+15
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-192-2/+13
* tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch2019-03-191-8/+1
* tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh2019-03-191-0/+5
* sctp: remove sched init from sctp_stream_initXin Long2019-03-191-2/+0
* rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-191-2/+2
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-191-0/+4
* net/x25: reset state in x25_connect()Eric Dumazet2019-03-191-0/+1
* net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-191-1/+5
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-191-2/+3
* net/hsr: fix possible crash in add_timer()Eric Dumazet2019-03-191-8/+6
* net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan2019-03-193-1/+16
* l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet2019-03-191-3/+1
* ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-191-4/+5
* gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-191-4/+18
* fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-192-4/+4
* bpf: Stop the psock parser before canceling its workJakub Sitnicki2019-03-131-0/+1
* Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke2019-03-104-6/+16
* tipc: fix RDM/DGRAM connect() regressionErik Hugne2019-03-101-1/+1
OpenPOWER on IntegriCloud