Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-04-14rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS repliesPetr Machata
2022-04-13nfc: nci: add flush_workqueue to prevent uafLin Ma
2022-04-13Merge tag 'wireless-2022-04-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2022-04-13Revert "net: dsa: setup master before ports"Vladimir Oltean
2022-04-13esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca
2022-04-13Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-04-12netfilter: nf_tables: nft_parse_register can return a negative valueAntoine Tenart
2022-04-12sctp: Initialize daddr on peeled off socketPetr Malat
2022-04-12net/smc: Fix af_ops of child socket pointing to released memoryKarsten Graul
2022-04-12net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul
2022-04-12net/smc: use memcpy instead of snprintf to avoid out of bounds readKarsten Graul
2022-04-11bpf: Fix release of page_pool in BPF_PROG_RUN in test runnerToke Høiland-Jørgensen
2022-04-11ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel
2022-04-11netfilter: nft_socket: make cgroup match work in input tooFlorian Westphal
2022-04-11mac80211: fix ht_capa printout in debugfsBen Greear
2022-04-11cfg80211: hold bss_lock while updating nontrans_listRameshkumar Sundaram
2022-04-11nl80211: correctly check NL80211_ATTR_REG_ALPHA2 sizeJohannes Berg
2022-04-11net/sched: taprio: Check if socket flags are validBenedikt Spranger
2022-04-09net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner
2022-04-09sctp: use the correct skb for security_sctp_assoc_requestXin Long
2022-04-08Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-04-08flow_dissector: fix false-positive __read_overflow2_field() warningJakub Kicinski
2022-04-08net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov
2022-04-08xsk: Fix l2fwd for copy mode + busy poll comboMaciej Fijalkowski
2022-04-07SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Trond Myklebust
2022-04-07SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust
2022-04-07SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust
2022-04-07SUNRPC: Handle low memory situations in call_status()Trond Myklebust
2022-04-07SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust
2022-04-07SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust
2022-04-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-06SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever
2022-04-06bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy
2022-04-06net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=nFlorian Westphal
2022-04-06rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet
2022-04-06net: openvswitch: fix leak of nested actionsIlya Maximets
2022-04-06net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets
2022-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-04-05ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern
2022-04-05netfilter: nf_tables: memcg accounting for dynamically allocated objectsVasily Averin
2022-04-05sctp: count singleton chunks in assoc user statsJamie Bainbridge
2022-04-04xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern
2022-04-01net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov
2022-04-01mctp: Use output netdev to allocate skb headroomMatt Johnston
2022-04-01mctp: Fix check for dev_hard_header() resultMatt Johnston
2022-04-01Revert "net: dsa: stop updating master MTU from master.c"Vladimir Oltean
2022-04-01skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker
2022-04-01net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds