aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-02-21Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds1-6/+9
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-143/+108
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+5
2019-02-18mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun1-1/+1
2019-02-18libceph: handle an empty authorize replyIlya Dryomov1-6/+9
2019-02-17net: Do not allocate page fragments that are not skb alignedAlexander Duyck1-0/+4
2019-02-17tcp: tcp_v4_err() should be more carefulEric Dumazet1-1/+4
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-1/+1
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-13/+14
2019-02-16Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-11/+38
2019-02-16Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-2/+3
2019-02-16ipvs: fix warning on unused variableAndrea Claudi1-1/+2
2019-02-15net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+2
2019-02-15net: ip6_gre: initialize erspan_ver just for erspan tunnelsLorenzo Bianconi1-14/+20
2019-02-15sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew1-11/+38
2019-02-15netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso1-0/+3
2019-02-15mac80211: Restore vif beacon interval if start ap failsRakesh Pillai1-1/+5
2019-02-15mac80211: Free mpath object when rhashtable insertion failsHerbert Xu1-8/+9
2019-02-15mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu2-101/+43
2019-02-13net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-02-13sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrateXin Long1-1/+3
2019-02-13sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long1-0/+1
2019-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-8/+18
2019-02-13netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso1-1/+2
2019-02-12rpc: properly check debugfs dentry before using itGreg Kroah-Hartman1-1/+1
2019-02-12xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin1-1/+2
2019-02-12net_sched: fix two more memory leaks in cls_tcindexCong Wang1-9/+7
2019-02-12net_sched: fix a memory leak in cls_tcindexCong Wang1-16/+30
2019-02-12net_sched: fix a race condition in tcindex_destroy()Cong Wang1-7/+11
2019-02-12net/packet: fix 4gb buffer limit due to overflow checkKal Conley1-1/+1
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2-1/+10
2019-02-12batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet1-0/+2
2019-02-12ipv6: propagate genlmsg_reply return codeLi RongQing1-3/+1
2019-02-12Merge tag 'mac80211-for-davem-2019-02-12' of git://git.kernel.org/pub/scm/lin...David S. Miller6-23/+52
2019-02-12xsk: do not remove umem from netdevice on fall-back to copy-modeBjörn Töpel1-1/+2
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi3-6/+15
2019-02-11tipc: fix link session and re-establish issuesTuong Lien3-5/+43
2019-02-11net: fix IPv6 prefix route residueZhiqiang Liu1-1/+2
2019-02-11tipc: fix skb may be leaky in tipc_link_inputHoang Le1-1/+1
2019-02-12netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri1-1/+1
2019-02-11net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet1-4/+2
2019-02-11Documentation: bring operstate documentation up-to-dateJouke Witteveen1-1/+1
2019-02-11xsk: share the mmap_sem for page pinningDavidlohr Bueso1-4/+4
2019-02-11netfilter: nat: fix spurious connection timeoutsFlorian Westphal2-0/+2
2019-02-11netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn1-1/+6
2019-02-11mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer1-1/+3
2019-02-11cfg80211: prevent speculation on cfg80211_classify8021d() returnJohannes Berg1-11/+24
2019-02-11cfg80211: pmsr: record netlink port IDJohannes Berg1-0/+1
2019-02-11nl80211: Fix FTM per burst maximum valueAviya Erenfeld1-1/+1
2019-02-11mac80211: call drv_ibss_join() on restartJohannes Berg1-1/+5
2019-02-10xsk: add missing smp_rmb() in xsk_mmapMagnus Karlsson1-0/+4
2019-02-10bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn1-8/+4
2019-02-08net/smc: fix byte_order for rx_curs_confirmedUrsula Braun2-12/+11
2019-02-08vsock: cope with memory allocation failure at socket creation timePaolo Abeni1-0/+4
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2-2/+6
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-240/+474
2019-02-07sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu1-1/+2
2019-02-06net: dsa: Fix NULL checking in dsa_slave_set_eee()Dan Carpenter1-2/+2
2019-02-06svcrdma: Remove max_sge check at connect timeChuck Lever2-12/+102
2019-02-06rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet1-1/+2
2019-02-06cfg80211: pmsr: fix abort lockingJohannes Berg2-7/+17
2019-02-06cfg80211: pmsr: fix MAC address settingJohannes Berg1-2/+1
2019-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-116/+111
2019-02-05netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal1-39/+23
2019-02-05netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper1-1/+3
2019-02-04net: dsa: Fix lockdep false positive splatMarc Zyngier1-0/+4
2019-02-04net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge1-5/+8
2019-02-04net: cls_flower: Remove filter from mask before freeing itPetr Machata1-1/+5
2019-02-04net/smc: correct state change for peer closingUrsula Braun1-8/+1
2019-02-04net/smc: delete rkey first before switching to unusedUrsula Braun1-1/+1
2019-02-04net/smc: fix sender_free computationUrsula Braun3-4/+30
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun7-33/+92
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso6-79/+72
2019-02-04netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis1-0/+16
2019-02-03sctp: check and update stream->out_curr when allocating stream_outXin Long1-0/+20
2019-02-03vsock/virtio: reset connected sockets on device removalStefano Garzarella1-0/+3
2019-02-03vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella1-8/+18
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-2/+3
2019-02-01dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet1-2/+2
2019-02-01net/smc: fix use of variable in cleared areaKarsten Graul1-4/+4
2019-02-01net/smc: use device link provided in qp_contextKarsten Graul1-3/+3
2019-02-01net/smc: call smc_cdc_msg_send() under send_lockKarsten Graul1-1/+4
2019-02-01net/smc: do not wait under send_lockKarsten Graul1-6/+4
2019-02-01net/smc: recvmsg and splice_read should return 0 after shutdownKarsten Graul1-1/+10
2019-02-01net/smc: don't wait for send buffer space when data was already sentKarsten Graul1-4/+3
2019-02-01net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul1-0/+4
2019-02-01net/smc: allow 16 byte pnetids in netlink policyHans Wippel1-1/+1
2019-02-01net/smc: fix another sizeof to int comparisonUrsula Braun1-1/+1
2019-02-01sctp: walk the list of asoc safelyGreg Kroah-Hartman1-2/+2
2019-02-01Merge tag 'batadv-net-for-davem-20190201' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-2/+8
2019-02-01cfg80211: call disconnect_wk when AP stopsJohannes Berg3-1/+5
2019-02-01mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau1-3/+9
2019-01-31rds: fix refcount bug in rds_sock_addrefEric Dumazet1-3/+3
2019-01-31l2tp: copy 4 more bytes to linear part if necessaryJacob Wen1-3/+2
2019-01-30l2tp: fix reading optional fields of L2TPv3Jacob Wen4-0/+30
2019-01-30ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru1-0/+2
2019-01-30net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-01-30net: ip_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-01-30net: socket: make bond ioctls go through compat_ifreq_ioctl()Johannes Berg1-4/+4
2019-01-30net: socket: fix SIOCGIFNAME in compatJohannes Berg1-1/+2
2019-01-30Revert "kill dev_ifsioc()"Johannes Berg1-0/+49
2019-01-30Revert "socket: fix struct ifreq size in compat ioctl"Johannes Berg1-14/+8
2019-01-29net: set default network namespace in init_dummy_netdev()Josh Elsasser1-0/+3
2019-01-28net: tls: Fix deadlock in free_resources txDave Watson1-0/+2
2019-01-28net: tls: Save iv in tls_rec for async crypto requestsDave Watson1-1/+3
2019-01-29sk_msg: Always cancel strp work before freeing the psockJakub Sitnicki1-2/+1
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-51/+165
2019-01-28netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell1-1/+1
2019-01-28netfilter: nfnetlink_osf: add missing fmatch checkFernando Fernandez Mancera1-0/+4
2019-01-28netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are presentFlorian Westphal1-3/+6
2019-01-27ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan1-4/+3
2019-01-27decnet: fix DN_IFREQ_SIZEJohannes Berg1-1/+1
2019-01-27net/rose: fix NULL ax25_cb kernel panicBernard Pidoux1-0/+5
2019-01-27netrom: switch to sock timer APICong Wang1-10/+10
2019-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-34/+92
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-74/+120
2019-01-25Merge tag 'mac80211-for-davem-2019-01-25' of git://git.kernel.org/pub/scm/lin...David S. Miller4-7/+18
2019-01-25cfg80211: extend range deviation for DMGChaitanya Tata1-2/+2
2019-01-25cfg80211: reg: remove warn_on for a normal caseChaitanya Tata1-2/+7
2019-01-25mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre1-1/+1
2019-01-25mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori1-0/+4
2019-01-25nl80211: fix NLA_POLICY_NESTED() argumentsJohannes Berg1-1/+1
2019-01-25batman-adv: release station info tidstatsFelix Fietkau1-0/+3
2019-01-24Merge tag 'linux-can-fixes-for-5.0-20190122' of git://git.kernel.org/pub/scm/...David S. Miller1-0/+27
2019-01-24sctp: set flow sport from saddr only when it's 0Xin Long2-2/+4
2019-01-24sctp: set chunk transport correctly when it's a new asocXin Long1-3/+8
2019-01-24sctp: improve the events for sctp stream addingXin Long1-11/+8
2019-01-24sctp: improve the events for sctp stream resetXin Long1-22/+17
2019-01-24ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu1-1/+7
2019-01-24ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu1-0/+12
2019-01-23ax25: fix possible use-after-freeEric Dumazet2-13/+10
2019-01-23bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao1-0/+2
2019-01-22net/ipv6: lower the level of "link is not ready" messagesLubomir Rintel1-2/+2
2019-01-22net/ipv6: don't return positive numbers when nothing was dumpedJakub Kicinski1-0/+2
2019-01-22net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi3-13/+17
2019-01-22can: bcm: check timer values before ktime conversionOliver Hartkopp1-0/+27
2019-01-21libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov1-2/+3
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds51-322/+296
2019-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-15/+34
2019-01-20bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2-10/+12
2019-01-20Merge tag 'nfs-for-5.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds6-18/+52
2019-01-19mac80211: fix miscounting of ttl-dropped framesBob Copeland1-1/+3
2019-01-18net: bridge: Mark FDB entries that were added by user as suchIdo Schimmel1-0/+5
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall3-0/+3
2019-01-17neighbour: Do not perturb drop profiles when neigh_probeYang Wei1-1/+1
2019-01-17net: bridge: Fix ethernet header pointer before check skb forwardableYunjian Wang1-5/+4
2019-01-18netfilter: nft_compat: destroy function must not have side effectsFlorian Westphal1-1/+47
2019-01-18netfilter: nft_compat: make lists per netnsFlorian Westphal1-40/+89
2019-01-18netfilter: nft_compat: use refcnt_t type for nft_xt reference countFlorian Westphal1-8/+8
2019-01-17af_packet: fix raw sockets over 6in4 tunnelNicolas Dichtel1-1/+2
2019-01-18bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng1-0/+4
2019-01-18bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov1-1/+4
2019-01-17udp6: add missing rehash callback to udpliteAlexey Kodanev3-1/+3
2019-01-17udp: add missing rehash callback to udpliteAlexey Kodanev3-1/+3
2019-01-17net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera1-5/+14
2019-01-17bpf: Correctly annotate implicit fall through in bpf_base_func_protoMathieu Malaterre1-1/+1
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn2-8/+24
2019-01-16net: bpfilter: change section name of bpfilter UMH blob.Taehee Yoo1-1/+1
2019-01-16ipv6: route: place a warning with duplicated string with correct extackJakub Kicinski1-12/+2
2019-01-16net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov1-1/+1
2019-01-16sctp: allocate sctp_sockaddr_entry with kzallocXin Long2-7/+2
2019-01-16erspan: build the header with the right proto according to erspan_verXin Long2-11/+18
2019-01-16openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall1-1/+1
2019-01-16net_sched: refetch skb protocol for each filterCong Wang1-2/+1
2019-01-16xfrm: Make set-mark default behavior backward compatibleBenedict Wong1-1/+4
2019-01-15fou, fou6: do not assume linear skbsEric Dumazet2-4/+14
2019-01-15tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn1-1/+1
2019-01-15net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti1-8/+11
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"David Howells5-191/+24
2019-01-15tipc: fix uninit-value in tipc_nl_compat_doitYing Xue1-1/+1
2019-01-15tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue1-0/+2
2019-01-15tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue1-0/+5
2019-01-15tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue1-0/+26
2019-01-15tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue1-0/+15
2019-01-15tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue1-1/+1
2019-01-15sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen1-2/+3
2019-01-15sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen3-3/+9
2019-01-15sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen8-16/+23
2019-01-15ip6_gre: update version related info when changing linkHangbin Liu1-0/+4
2019-01-15net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2-5/+14
2019-01-15ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz1-2/+2
2019-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-16/+22
2019-01-15SUNRPC: Address Kerberos performance/behavior regressionChuck Lever1-1/+1
2019-01-15SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limitTrond Myklebust2-10/+21
2019-01-15SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust2-1/+1
2019-01-15xsk: Check if a queue exists during umem setupKrzysztof Kazimierczak1-3/+13
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-113/+209
2019-01-14netfilter: nft_flow_offload: fix checking method of conntrack helperHenry Yen1-1/+4
2019-01-11net: clear skb->tstamp in bridge forwarding pathPaolo Abeni1-0/+1
2019-01-11net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo2-23/+27
2019-01-11net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo3-12/+38
2019-01-11net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo2-20/+36
2019-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2019-01-11netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu2-4/+5
2019-01-11netfilter: ebtables: account ebt_table_info to kmemcgShakeel Butt1-2/+4
2019-01-10tcp: change txhash on SYN-data timeoutYuchung Cheng1-1/+1
2019-01-10ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet1-0/+1
2019-01-10net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov1-4/+9
2019-01-10ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2-13/+9
2019-01-10xfrm: refine validation of template and selector familiesFlorian Westphal1-4/+9