summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-0433-133/+291
|\
| * sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang2021-06-041-4/+4
| * Merge tag 'for-net-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2021-06-032-3/+8
| |\
| | * Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma2021-05-311-2/+2
| | * Bluetooth: fix the erroneous flush_work() orderLin Ma2021-05-271-1/+6
| * | Merge tag 'ieee802154-for-davem-2021-06-03' of git://git.kernel.org/pub/scm/l...David S. Miller2021-06-033-9/+14
| |\ \
| | * | ieee802154: fix error return code in ieee802154_llsec_getparams()Wei Yongjun2021-06-031-1/+3
| | * | ieee802154: fix error return code in ieee802154_add_iface()Zhen Lei2021-06-031-1/+3
| | * | net/ieee802154: drop unneeded assignment in llsec_iter_devkeys()Yang Li2021-06-031-3/+3
| | * | net: ieee802154: fix null deref in parse dev addrDan Robertson2021-04-231-4/+5
| * | | ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li2021-06-031-2/+6
| * | | fib: Return the correct errno codeZheng Yongjun2021-06-031-1/+1
| * | | net: Return the correct errno codeZheng Yongjun2021-06-031-1/+1
| * | | net/x25: Return the correct errno codeZheng Yongjun2021-06-031-1/+1
| * | | net: caif: fix memory leak in cfusbl_device_notifyPavel Skripkin2021-06-031-1/+13
| * | | net: caif: fix memory leak in caif_device_notifyPavel Skripkin2021-06-031-1/+4
| * | | net: caif: add proper error handlingPavel Skripkin2021-06-032-8/+16
| * | | net: caif: added cfserl_release functionPavel Skripkin2021-06-031-0/+5
| * | | net: kcm: fix memory leak in kcm_sendmsgPavel Skripkin2021-06-031-0/+5
| * | | sit: set name of device back to struct parmszhang kai2021-06-031-0/+3
| * | | rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong2021-06-031-1/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-06-032-3/+7
| |\ \ \
| | * | | netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatchesPablo Neira Ayuso2021-06-021-2/+6
| | * | | netfilter: nft_ct: skip expectations for confirmed conntrackPablo Neira Ayuso2021-06-021-1/+1
| * | | | net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett2021-06-021-5/+8
| |/ / /
| * | | net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy2021-06-013-5/+55
| * | | net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy2021-06-011-7/+3
| * | | net: sock: fix in-kernel mark settingAlexander Aring2021-06-011-4/+12
| * | | net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANsVladimir Oltean2021-06-011-1/+1
| * | | nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski2021-05-311-0/+2
| * | | mptcp: do not reset MP_CAPABLE subflow on mapping errorsPaolo Abeni2021-05-281-30/+32
| * | | mptcp: always parse mptcp options for MPC reqskPaolo Abeni2021-05-281-9/+8
| * | | mptcp: fix sk_forward_memory corruption on retransmissionPaolo Abeni2021-05-281-1/+15
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-05-273-29/+59
| |\ \ \
| | * | | ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov2021-05-271-1/+1
| | * | | netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso2021-05-241-19/+40
| | * | | netfilter: nf_tables: extended netlink error reporting for chain typePablo Neira Ayuso2021-05-211-7/+14
| | * | | netfilter: nf_tables: missing error reporting for not selected expressionsPablo Neira Ayuso2021-05-211-1/+3
| | * | | netfilter: conntrack: unregister ipv4 sockopts on error unwindFlorian Westphal2021-05-201-1/+1
| * | | | net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich2021-05-271-3/+0
| * | | | net/sched: act_ct: Offload connections with commit actionPaul Blakey2021-05-271-3/+4
| * | | | devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit2021-05-271-2/+2
* | | | | Merge tag 'nfs-for-5.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-287-33/+74
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | xprtrdma: Revert 586a0787ce35Chuck Lever2021-05-271-9/+18
| * | | | SUNRPC: More fixes for backlog congestionTrond Myklebust2021-05-264-39/+50
| * | | | SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnectedTrond Myklebust2021-05-201-0/+2
| * | | | SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown2021-05-202-28/+47
* | | | | Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-2664-245/+511
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-251-0/+1
| |\ \ \ \
| | * | | | bpf: Set mac_len in bpf_skb_change_headJussi Maki2021-05-211-0/+1