summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2018-03-184-12/+33
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2018-03-184-7/+15
* netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal2018-03-181-0/+4
* netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal2018-03-181-2/+19
* netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal2018-03-181-1/+12
* netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet2018-03-181-3/+6
* netfilter: nat: cope with negative port rangePaolo Abeni2018-03-181-2/+5
* netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni2018-03-181-6/+6
* netfilter: add back stackpointer size checksFlorian Westphal2018-03-183-1/+14
* 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-1/+6
* sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev2018-03-111-3/+7
* tcp_bbr: better deal with suboptimal GSOEric Dumazet2018-03-111-3/+5
* rxrpc: Fix send in rxrpc_send_data_packet()David Howells2018-03-111-1/+1
* tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin2018-03-111-0/+25
* 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
* netlink: put module reference if dump start failsJason A. Donenfeld2018-03-111-1/+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
* 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