summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-03-18netfilter: x_tables: pack percpu counter allocationsFlorian Westphal4-18/+43
2018-03-18netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal4-12/+33
2018-03-18netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal4-7/+15
2018-03-18netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal1-3/+4
2018-03-18netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal1-0/+4
2018-03-18netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal1-2/+19
2018-03-18netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal1-1/+12
2018-03-18netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet1-3/+6
2018-03-18netfilter: nat: cope with negative port rangePaolo Abeni1-2/+5
2018-03-18netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni1-6/+6
2018-03-18netfilter: add back stackpointer size checksFlorian Westphal3-0/+12
2018-03-18netfilter: nfnetlink_queue: fix timestamp attributeFlorian Westphal1-1/+1
2018-03-11mpls, nospec: Sanitize array index in mpls_label_ok()Dan Williams1-9/+13
2018-03-11net: mpls: Pull common label check into helperDavid Ahern1-15/+17
2018-03-11sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev1-2/+6
2018-03-11sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev1-3/+7
2018-03-11sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala1-6/+4
2018-03-11udplite: fix partial checksum initializationAlexey Kodanev2-0/+10
2018-03-11netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel1-2/+10
2018-03-11net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca1-2/+6
2018-03-11net: fix race on decreasing number of TX queuesJakub Kicinski1-2/+9
2018-03-11ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann1-1/+1
2018-03-11fib_semantics: Don't match route with mismatching tclassidStefano Brivio1-0/+5
2018-03-11bridge: check brport attr show in brport_showXin Long1-0/+3
2018-03-03sctp: make use of pre-calculated lenMarcelo Ricardo Leitner1-6/+10
2018-03-03mac80211: mesh: drop frames appearing to be from usJohannes Berg1-0/+2
2018-03-03ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath1-0/+1
2018-02-28cfg80211: fix cfg80211_beacon_dupArnd Bergmann1-1/+1
2018-02-28ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni1-2/+2
2018-02-28ip_tunnel: replace dst_cache with generic implementationPaolo Abeni3-73/+23
2018-02-28netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2-14/+3
2018-02-25net: dst_cache_per_cpu_dst_set() can be staticWu Fengguang1-4/+4
2018-02-25nl80211: Sanitize array index in parse_txq_paramsDan Williams1-3/+6
2018-02-25ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann1-0/+4
2018-02-25netfilter: ipvs: avoid unused variable warningsArnd Bergmann2-15/+8
2018-02-25xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert1-0/+9
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel4-0/+11
2018-02-25dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lockPaolo Abeni1-29/+33
2018-02-25Make DST_CACHE a silent config optionDave Jones1-1/+1
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn1-1/+1
2018-02-25netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang1-5/+17
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni4-29/+26
2018-02-25netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov1-3/+13
2018-02-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet1-0/+6
2018-02-25netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov1-3/+1
2018-02-25xfrm: check id proto in validate_tmpl()Cong Wang1-0/+15
2018-02-25xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert1-1/+7
2018-02-25cfg80211: check dev_set_name() return valueJohannes Berg1-1/+7
2018-02-25net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni4-133/+31
2018-02-25net: add dst_cache supportPaolo Abeni3-0/+173