summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* nl80211: Check for the required netlink attribute presenceHao Chen2018-03-031-1/+2
* tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala2018-03-031-1/+5
* tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala2018-03-031-1/+4
* ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long2018-03-031-2/+7
* ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath2018-03-031-0/+1
* cfg80211: fix cfg80211_beacon_dupArnd Bergmann2018-02-281-1/+1
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-02-282-14/+3
* 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
* sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long2018-02-251-2/+4
* dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lockPaolo Abeni2018-02-251-29/+33
* net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn2018-02-251-1/+1
* rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan2018-02-252-2/+8
* netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang2018-02-251-5/+17
* netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()Cong Wang2018-02-251-0/+1
* 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
* sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2018-02-251-10/+19
* 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
* xfrm: skip policies marked as dead while rehashingFlorian Westphal2018-02-251-1/+2
* cfg80211: check dev_set_name() return valueJohannes Berg2018-02-251-1/+7
* kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert2018-02-251-2/+7
* kcm: Check if sk_user_data already set in kcm_attachTom Herbert2018-02-251-2/+14
* 9p/trans_virtio: discard zero-length replyGreg Kurz2018-02-221-1/+2
* dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam2018-02-171-0/+5
* nl80211: Sanitize array index in parse_txq_paramsDan Williams2018-02-131-3/+6
* soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet2018-02-131-15/+20
* ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau2018-02-131-4/+7
* cls_u32: add missing RCU annotation.Paolo Abeni2018-02-131-5/+7
* tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell2018-02-131-3/+3
* tcp: release sk_frag.page in tcp_disconnectLi RongQing2018-02-131-0/+6
* net: igmp: add a missing rcu locking sectionEric Dumazet2018-02-131-0/+4
* ip6mr: fix stale iteratorNikolay Aleksandrov2018-02-131-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-01-311-0/+4
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-313-4/+17
* flow_dissector: properly cap thoff fieldEric Dumazet2018-01-311-2/+1
* gso: validate gso_type in GSO handlersWillem de Bruijn2018-01-315-0/+15
* ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev2018-01-311-7/+7
* ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-311-1/+6
* net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall2018-01-311-2/+2
* tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang2018-01-311-12/+14
* sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long2018-01-311-10/+6