summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mpls, nospec: Sanitize array index in mpls_label_ok()Dan Williams2018-03-111-9/+13
* net: mpls: Pull common label check into helperDavid Ahern2018-03-111-15/+17
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2018-03-111-2/+6
* sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev2018-03-111-3/+7
* sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala2018-03-111-6/+4
* udplite: fix partial checksum initializationAlexey Kodanev2018-03-112-0/+10
* netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel2018-03-111-2/+10
* net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca2018-03-111-2/+6
* net: fix race on decreasing number of TX queuesJakub Kicinski2018-03-111-2/+9
* ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann2018-03-111-1/+1
* fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-03-111-0/+5
* bridge: check brport attr show in brport_showXin Long2018-03-111-0/+3
* sctp: make use of pre-calculated lenMarcelo Ricardo Leitner2018-03-031-6/+10
* mac80211: mesh: drop frames appearing to be from usJohannes Berg2018-03-031-0/+2
* ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath2018-03-031-0/+1
* cfg80211: fix cfg80211_beacon_dupArnd Bergmann2018-02-281-1/+1
* ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni2018-02-281-2/+2
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2018-02-283-73/+23
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-02-282-14/+3
* net: dst_cache_per_cpu_dst_set() can be staticWu Fengguang2018-02-251-4/+4
* nl80211: Sanitize array index in parse_txq_paramsDan Williams2018-02-251-3/+6
* ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann2018-02-251-0/+4
* netfilter: ipvs: avoid unused variable warningsArnd Bergmann2018-02-252-15/+8
* xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert2018-02-251-0/+9
* net_sched: red: Avoid illegal valuesNogah Frankel2018-02-254-0/+11
* dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lockPaolo Abeni2018-02-251-29/+33
* Make DST_CACHE a silent config optionDave Jones2018-02-251-1/+1
* net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn2018-02-251-1/+1
* netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang2018-02-251-5/+17
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-02-254-29/+26
* netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov2018-02-251-3/+13
* netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet2018-02-251-0/+6
* netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov2018-02-251-3/+1
* xfrm: check id proto in validate_tmpl()Cong Wang2018-02-251-0/+15
* xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert2018-02-251-1/+7
* cfg80211: check dev_set_name() return valueJohannes Berg2018-02-251-1/+7
* net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni2018-02-254-133/+31
* net: add dst_cache supportPaolo Abeni2018-02-253-0/+173
* dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam2018-02-161-0/+5
* netfilter: nf_queue: Make the queue_handler pernetEric W. Biederman2018-02-162-15/+20
* tcp: release sk_frag.page in tcp_disconnectLi RongQing2018-02-161-0/+6
* net: igmp: add a missing rcu locking sectionEric Dumazet2018-02-161-0/+4
* ip6mr: fix stale iteratorNikolay Aleksandrov2018-02-161-0/+1
* SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust2018-02-031-0/+1
* mac80211: fix the update of path metric for RANN frameChun-Yeow Yeoh2018-02-031-6/+9
* openvswitch: fix the incorrect flow action alloc sizezhangliping2018-02-031-8/+8
* bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-02-031-0/+4
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-02-034-1/+21
* net: tcp: close sock if net namespace is exitingDan Streetman2018-01-312-0/+18
* flow_dissector: properly cap thoff fieldEric Dumazet2018-01-311-2/+1