summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-02-1017-63/+107
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-02-092-14/+17
| |\
| | * netfilter: nftables: relax check for stateful expressions in set definitionPablo Neira Ayuso2021-02-091-13/+15
| | * netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal2021-02-091-1/+2
| * | vsock: fix locking in vsock_shutdown()Stefano Garzarella2021-02-092-7/+5
| * | bridge: mrp: Fix the usage of br_mrp_port_switchdev_set_stateHoratiu Vultur2021-02-083-9/+10
| |/
| * vsock/virtio: update credit only if socket is not closedStefano Garzarella2021-02-081-2/+2
| * net: fix iteration for sctp transport seq_filesNeilBrown2021-02-081-4/+12
| * net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek2021-02-061-4/+1
| * net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek2021-02-061-1/+1
| * Merge tag 'wireless-drivers-2021-02-05' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-02-061-1/+1
| |\
| | * ath9k: fix build error with LEDS_CLASS=mArnd Bergmann2021-01-281-1/+1
| * | net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet2021-02-051-5/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-02-043-10/+31
| |\ \
| | * | netfilter: flowtable: fix tcp and udp header checksum updateSven Auhagen2021-02-041-2/+2
| | * | netfilter: nftables: fix possible UAF over chains from packet path in netnsPablo Neira Ayuso2021-02-041-6/+19
| | * | netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik2021-02-041-2/+10
| * | | net: dsa: call teardown method on probe failureVladimir Oltean2021-02-041-2/+5
| * | | udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn2021-02-041-2/+10
| * | | rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells2021-02-041-2/+0
| * | | net/qrtr: restrict user-controlled length in qrtr_tun_write_iter()Sabyrzhan Tasbolatov2021-02-031-0/+6
* | | | Merge tag 'nfsd-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-02-051-3/+4
|\ \ \ \ | |/ / / |/| | |
| * | | SUNRPC: Fix NFS READs that start at non-page-aligned offsetsChuck Lever2021-02-011-3/+4
* | | | Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-02-0211-30/+106
|\ \ \ \ | |/ / / |/| | |
| * | | net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundaryAndreas Oetken2021-02-021-1/+4
| * | | net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov2021-02-021-0/+3
| * | | net: lapb: Copy the skb before sending a packetXie He2021-02-021-1/+2
| * | | Merge tag 'mac80211-for-net-2021-02-02' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-02-022-2/+6
| |\ \ \
| | * | | mac80211: fix station rate table updates on assocFelix Fietkau2021-02-012-2/+6
| * | | | udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-012-6/+65
| * | | | net: ip_tunnel: fix mtu calculationVadim Fedorenko2021-02-011-9/+7
| * | | | vsock: fix the race conditions in multi-transport supportAlexander Popov2021-02-011-5/+12
| |/ / /
| * | | neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal2021-01-301-3/+4
| * | | rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-01-291-3/+3
* | | | Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-01-313-58/+48
|\ \ \ \ | |/ / / |/| | |
| * | | SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski2021-01-251-3/+6
| * | | SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-01-253-58/+45
* | | | Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-2821-77/+226
|\ \ \ \ | |/ / / |/| | |
| * | | rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa2021-01-281-0/+1
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-01-272-18/+28
| |\ \
| | * | netfilter: nft_dynset: dump expressions when set definition contains no expre...Pablo Neira Ayuso2021-01-161-14/+17
| | * | netfilter: nft_dynset: add timeout extension to templatePablo Neira Ayuso2021-01-161-1/+3
| | * | netfilter: nft_dynset: honor stateful expressions in set definitionPablo Neira Ayuso2021-01-162-3/+8
| * | | net: decnet: fix netdev refcount leaking on error pathVadim Fedorenko2021-01-271-1/+1
| * | | net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPPRasmus Villemoes2021-01-271-10/+13
| * | | net: lapb: Add locking to the lapb moduleXie He2021-01-262-20/+80
| * | | Merge tag 'mac80211-for-net-2021-01-26' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-01-264-5/+17
| |\ \ \
| | * | | mac80211: pause TX while changing interface typeJohannes Berg2021-01-262-0/+7
| | * | | wext: fix NULL-ptr-dereference with cfg80211's lack of commit()Johannes Berg2021-01-261-2/+3
| | * | | mac80211: 160MHz with extended NSS BW in CSAShay Bar2021-01-211-3/+7