summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-18tipc: add missing attribute validation for MTU propertyJakub Kicinski1-1/+2
2020-03-18net/ipv6: remove the old peer route if change it to a new oneHangbin Liu1-4/+16
2020-03-18net/ipv6: need update peer route when modify metricHangbin Liu1-4/+15
2020-03-18nfc: add missing attribute validation for vendor subcommandJakub Kicinski1-0/+2
2020-03-18nfc: add missing attribute validation for deactivate targetJakub Kicinski1-0/+1
2020-03-18nfc: add missing attribute validation for SE APIJakub Kicinski1-0/+1
2020-03-18net: fq: add missing attribute validation for orphan maskJakub Kicinski1-0/+1
2020-03-18nl802154: add missing attribute validation for dev_typeJakub Kicinski1-0/+1
2020-03-18nl802154: add missing attribute validationJakub Kicinski1-0/+5
2020-03-18devlink: validate length of param valuesJakub Kicinski1-12/+19
2020-03-18net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet1-7/+7
2020-03-18net: memcg: late association of sock to memcgShakeel Butt2-1/+24
2020-03-18net/packet: tpacket_rcv: do not increment ring index on dropWillem de Bruijn1-6/+7
2020-03-18net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter1-3/+16
2020-03-18netlink: Use netlink header as base to calculate bad attribute offsetPablo Neira Ayuso1-1/+1
2020-03-18net/ipv6: use configured metric when add peer routeHangbin Liu1-3/+3
2020-03-18ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu1-0/+4
2020-03-18inet_diag: return classid for all socket typesDmitry Yakunin4-34/+28
2020-03-18gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet1-2/+10
2020-03-18cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin1-10/+37
2020-03-05netfilter: nft_tunnel: no need to call htons() when dumping portsXin Long1-2/+2
2020-03-05net/smc: no peer ID in CLC decline for SMCDUrsula Braun1-1/+3
2020-03-05net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov1-2/+3
2020-03-05net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari1-1/+20
2020-03-05ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier1-0/+1
2020-03-05ipv6: Fix route replacement with dev-only routeBenjamin Poirier1-3/+4
2020-03-05sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long1-9/+20
2020-03-05net: sched: correct flower port blockingJason Baron1-0/+1
2020-03-05net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman1-1/+1
2020-03-05cfg80211: add missing policy for NL80211_ATTR_STATUS_CODESergey Matyukevich1-0/+1
2020-03-05cfg80211: check wiphy driver existence for drvinfo reportSergey Matyukevich1-2/+6
2020-03-05mac80211: consider more elements in parsing CRCJohannes Berg1-6/+12
2020-02-28rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells1-3/+19
2020-02-28netfilter: xt_hashlimit: limit the max size of hashtableCong Wang1-0/+10
2020-02-24bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_mapLi RongQing1-1/+1
2020-02-24netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long1-1/+2
2020-02-24net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti1-0/+1
2020-02-24net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti1-0/+1
2020-02-24net: dsa: tag_qca: Make sure there is headroom for tagPer Forlin1-1/+1
2020-02-24net/smc: fix leak of kernel memory to user spaceEric Dumazet1-3/+2
2020-02-24core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen1-2/+2
2020-02-15hv_sock: Remove the accept port restrictionSunil Muthuswamy1-59/+9
2020-02-11rxrpc: Fix service call disconnectionDavid Howells1-2/+1
2020-02-11net_sched: fix a resource leak in tcindex_set_parms()Cong Wang1-2/+1
2020-02-11sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas1-0/+4
2020-02-11rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells5-24/+15
2020-02-11rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells5-40/+63
2020-02-11rxrpc: Fix insufficient receive notification generationDavid Howells1-4/+2
2020-02-11rxrpc: Fix use-after-free in rxrpc_put_local()David Howells1-1/+4
2020-02-11tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet1-0/+2