summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley2019-04-031-0/+3
* 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/+1Star
* 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
* 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/+39Star
* Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-03-271-2/+1Star
* libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-272-1/+26
* svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields2019-03-231-10/+10
* bpf: only test gso type on gso packetsWillem de Bruijn2019-03-231-4/+4
* netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell2019-03-231-1/+1
* phonet: fix building with clangArnd Bergmann2019-03-231-16/+16
* xfrm: Fix inbound traffic via XFRM interfaces across network namespacesTobias Brunner2019-03-232-3/+5
* af_key: unconditionally clone on broadcastSean Tranchetti2019-03-231-25/+15Star
* bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-03-231-8/+4Star
* esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-03-232-2/+2
* xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin2019-03-231-1/+2
* ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi2019-03-233-6/+15
* netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri2019-03-231-1/+1
* mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer2019-03-231-1/+3
* mac80211: call drv_ibss_join() on restartJohannes Berg2019-03-231-1/+5
* 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
* missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-03-192-25/+35
* net/smc: fix smc_poll in SMC_INIT stateUrsula Braun2019-03-191-3/+3
* ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni2019-03-191-1/+5
* ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni2019-03-191-5/+6
* ipv6: route: purge exception on removalPaolo Abeni2019-03-191-1/+12
* net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-03-191-1/+1
* net/x25: fix a race in x25_bind()Eric Dumazet2019-03-191-5/+8
* 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/+1Star
* 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/+0Star
* 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