summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-04-20ax25: Fix UAF bugs in ax25 timersDuoming Zhou1-0/+5
2022-04-20Revert "net: dsa: setup master before ports"Vladimir Oltean1-13/+10
2022-04-20ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel1-1/+1
2022-04-20nl80211: correctly check NL80211_ATTR_REG_ALPHA2 sizeJohannes Berg1-1/+2
2022-04-20SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever2-1/+4
2022-04-20nfc: nci: add flush_workqueue to prevent uafLin Ma1-0/+4
2022-04-20netfilter: nf_tables: nft_parse_register can return a negative valueAntoine Tenart1-1/+1
2022-04-20sctp: Initialize daddr on peeled off socketPetr Malat1-1/+1
2022-04-20net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul1-2/+3
2022-04-20net/smc: use memcpy instead of snprintf to avoid out of bounds readKarsten Graul1-2/+4
2022-04-20netfilter: nft_socket: make cgroup match work in input tooFlorian Westphal1-4/+3
2022-04-20mac80211: fix ht_capa printout in debugfsBen Greear1-1/+1
2022-04-20cfg80211: hold bss_lock while updating nontrans_listRameshkumar Sundaram1-0/+2
2022-04-20net/sched: taprio: Check if socket flags are validBenedikt Spranger1-1/+2
2022-04-20net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner1-1/+1
2022-04-20sctp: use the correct skb for security_sctp_assoc_requestXin Long1-3/+3
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2-5/+14
2022-04-13bpf: Treat bpf_sk_lookup remote_port as a 2-byte fieldJakub Sitnicki1-2/+18
2022-04-13bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki2-3/+4
2022-04-13net/smc: send directly on setting TCP_NODELAYDust Li1-2/+2
2022-04-13SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2-9/+14
2022-04-13SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust1-1/+3
2022-04-13SUNRPC: Handle low memory situations in call_status()Trond Myklebust1-0/+5
2022-04-13SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust1-0/+2
2022-04-13bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy1-4/+13
2022-04-13rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet1-1/+1
2022-04-13net: openvswitch: fix leak of nested actionsIlya Maximets1-5/+90
2022-04-13net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2-2/+4
2022-04-13ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern1-1/+1
2022-04-13sctp: count singleton chunks in assoc user statsJamie Bainbridge1-1/+5
2022-04-13net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov1-1/+6
2022-04-13mctp: Use output netdev to allocate skb headroomMatt Johnston2-16/+44
2022-04-13mctp: Fix check for dev_hard_header() resultMatt Johnston1-1/+1
2022-04-13Revert "net: dsa: stop updating master MTU from master.c"Vladimir Oltean1-1/+24
2022-04-13skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker1-4/+11
2022-04-13net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan1-1/+1
2022-04-13netfilter: bitwise: fix reduce comparisonsJeremy Sowden1-2/+2
2022-04-13SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust1-15/+39
2022-04-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown2-18/+0
2022-04-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown2-2/+5
2022-04-13netlabel: fix out-of-bounds memory accessesWang Yufen1-0/+2
2022-04-13netfilter: conntrack: revisit gc autotuningFlorian Westphal1-17/+68
2022-04-13Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz1-1/+2
2022-04-13net: limit altnames to 64k totalJakub Kicinski1-0/+11
2022-04-13net: account alternate interface name memoryJakub Kicinski1-1/+1
2022-04-13can: isotp: set default value for N_As to 50 micro secondsOliver Hartkopp1-1/+11
2022-04-13Bluetooth: use memset avoid memory leaksMinghao Chi (CGEL ZTE)1-0/+1
2022-04-13net/smc: correct settings of RMB window update limitDust Li1-1/+1
2022-04-13mctp: make __mctp_dev_get() take a refcount holdMatt Johnston3-5/+22
2022-04-13ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2-3/+11