summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-03-20batman-adv: Always initialize fragment header prioritySven Eckelmann
2020-03-20batman-adv: Avoid spurious warnings from bat_v neigh_cmp implementationSven Eckelmann
2020-03-20batman-adv: fix TT sync flag inconsistenciesLinus Lüssing
2020-03-20batman-adv: Accept only filled wifi station infoSven Eckelmann
2020-03-20batman-adv: Use default throughput value on cfg80211 errorSven Eckelmann
2020-03-20batman-adv: Fix rx packet/bytes stats on local ARP replySven Eckelmann
2020-03-20batman-adv: Initialize gw sel_class via batadv_algoSven Eckelmann
2020-03-20batman-adv: Fix transmission of final, 16th fragmentLinus Lüssing
2020-03-20batman-adv: Fix double free during fragment merge errorSven Eckelmann
2020-03-20ipv6: restrict IPV6_ADDRFORM operationEric Dumazet
2020-03-20netfilter: cthelper: add missing attribute validation for cthelperJakub Kicinski
2020-03-20nl80211: add missing attribute validation for channel switchJakub Kicinski
2020-03-20nl80211: add missing attribute validation for beacon report scanningJakub Kicinski
2020-03-20nl80211: add missing attribute validation for critical protocol indicationJakub Kicinski
2020-03-20nfc: add missing attribute validation for vendor subcommandJakub Kicinski
2020-03-20nfc: add missing attribute validation for SE APIJakub Kicinski
2020-03-20net: fq: add missing attribute validation for orphan maskJakub Kicinski
2020-03-20nl802154: add missing attribute validation for dev_typeJakub Kicinski
2020-03-20nl802154: add missing attribute validationJakub Kicinski
2020-03-20net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter
2020-03-20ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu
2020-03-20gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet
2020-03-20cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin
2020-03-11net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov
2020-03-11net: sched: correct flower port blockingJason Baron
2020-03-11sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long
2020-03-11ipv6: Fix route replacement with dev-only routeBenjamin Poirier
2020-03-11ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier
2020-03-11net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman
2020-03-11cfg80211: add missing policy for NL80211_ATTR_STATUS_CODESergey Matyukevich
2020-03-11cfg80211: check wiphy driver existence for drvinfo reportSergey Matyukevich
2020-03-11mac80211: consider more elements in parsing CRCJohannes Berg
2020-02-28netfilter: xt_hashlimit: limit the max size of hashtableCong Wang
2020-02-28netfilter: xt_bpf: add overflow checksJann Horn
2020-02-28net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti
2020-02-28net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti
2020-02-14rxrpc: Fix service call disconnectionDavid Howells
2020-02-14sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas
2020-02-14tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet
2020-02-14tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet
2020-02-14tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet
2020-02-14tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet
2020-02-14rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells
2020-02-14rxrpc: Fix insufficient receive notification generationDavid Howells
2020-02-14net_sched: fix an OOB access in cls_tcindexCong Wang
2020-02-14net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet
2020-02-14cls_rsvp: fix rsvp_policyEric Dumazet
2020-02-05net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary
2020-02-05vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-02-05wireless: wext: avoid gcc -O3 warningArnd Bergmann