summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.11-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds2021-01-226-71/+90
|\
| * libceph: fix "Boolean result is used in bitwise operation" warningIlya Dryomov2021-01-211-1/+1
| * libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov2021-01-042-27/+27
| * libceph: zero out session key and connection secretIlya Dryomov2021-01-043-43/+62
* | Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-2023-103/+135
|\ \
| * | tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima2021-01-201-2/+2
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-201-2/+2
| |\ \
| | * | xsk: Clear pool even for inactive queuesMaxim Mikityanskiy2021-01-191-2/+2
| * | | tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-192-17/+10
| * | | tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet2021-01-191-12/+13
| * | | net: nfc: nci: fix the wrong NCI_CORE_INIT parametersBongsu Jeon2021-01-191-1/+1
| * | | net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan2021-01-191-0/+5
| * | | netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault2021-01-191-1/+1
| * | | udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault2021-01-191-1/+2
| |/ /
| * | net: core: devlink: use right genl user_ptr when handling port param get/setOleksandr Mazur2021-01-191-2/+2
| * | tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-185-7/+11
| * | ipv6: set multicast flag on the multicast routeMatteo Croce2021-01-181-1/+1
| * | ipv6: create multicast route with RTPROT_KERNELMatteo Croce2021-01-181-0/+1
| * | Merge tag 'mac80211-for-net-2021-01-18.2' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2021-01-184-39/+49
| |\ \
| | * | mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi2021-01-141-1/+1
| | * | mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau2021-01-141-1/+1
| | * | mac80211: fix encryption key selection for 802.3 xmitFelix Fietkau2021-01-141-12/+15
| | * | mac80211: fix fast-rx encryption checkFelix Fietkau2021-01-141-0/+2
| | * | mac80211: fix incorrect strlen of .write in debugfsShayne Chen2021-01-141-24/+20
| | * | cfg80211: Save the regulatory domain with a lockIlan Peer2021-01-081-1/+10
| * | | skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin2021-01-161-1/+5
| * | | net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet2021-01-151-2/+6
| * | | net_sched: gen_estimator: support large ewma logEric Dumazet2021-01-151-4/+7
| * | | net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-01-151-1/+2
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-151-1/+2
| |\ \ \
| | * | | bpf: Reject too big ctx_size_in for raw_tp test runSong Liu2021-01-131-1/+2
| * | | | cls_flower: call nla_ok() before nla_next()Cong Wang2021-01-151-9/+13
* | | | | Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-01-191-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SUNRPC: Move the svc_xdr_recvfrom tracepoint againChuck Lever2021-01-131-2/+2
* | | | | Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-1423-121/+202
|\ \ \ \ \
| * | | | | mptcp: fix locking in mptcp_disconnect()Paolo Abeni2021-01-141-2/+7
| * | | | | net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUMTariq Toukan2021-01-141-3/+9
| * | | | | net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet2021-01-141-2/+7
| * | | | | net: tip: fix a couple kernel-doc markupsMauro Carvalho Chehab2021-01-142-2/+2
| * | | | | net: sit: unregister_netdevice on newlink's error pathJakub Kicinski2021-01-141-1/+4
| * | | | | can: isotp: isotp_getname(): fix kernel information leakOliver Hartkopp2021-01-131-0/+1
| * | | | | rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers2021-01-131-1/+1
| * | | | | rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells2021-01-131-2/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-01-122-0/+4
| |\ \ \ \ \
| | * | | | | netfilter: nf_nat: Fix memleak in nf_nat_initDinghao Liu2021-01-111-0/+1
| | * | | | | netfilter: conntrack: fix reading nf_conntrack_bucketsJesper Dangaard Brouer2021-01-101-0/+3
| * | | | | | net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce2021-01-123-10/+16
| * | | | | | smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski2021-01-121-1/+2
| * | | | | | mptcp: better msk-level shutdown.Paolo Abeni2021-01-121-45/+17
| * | | | | | mptcp: more strict state checking for acksPaolo Abeni2021-01-121-1/+1