aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-03-16Merge tag 'nfsd-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-03-12Merge tag 'nfs-for-5.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-03-11svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"Chuck Lever
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-09net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0Balazs Nemeth
2021-03-08net: qrtr: fix error return code of qrtr_sendmsg()Jia-Ju Bai
2021-03-08mptcp: fix length of ADD_ADDR with port sub-optionDavide Caratti
2021-03-08SUNRPC: Set memalloc_nofs_save() for sync tasksBenjamin Coddington
2021-03-08net: dsa: fix switchdev objects on bridge master mistakenly being applied on ...Vladimir Oltean
2021-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-03-06rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields
2021-03-06sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras
2021-03-06NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty
2021-03-06svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler
2021-03-05CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrSergey Nazarov
2021-03-04cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore
2021-03-04mptcp: free resources when the port number is mismatchedGeliang Tang
2021-03-04mptcp: fix missing wakeupPaolo Abeni
2021-03-04mptcp: fix race in release_cbPaolo Abeni
2021-03-04mptcp: factor out __mptcp_retrans helper()Paolo Abeni
2021-03-04mptcp: reset 'first' and ack_hint on subflow closeFlorian Westphal
2021-03-04mptcp: dispose initial struct socket when its subflow is closedFlorian Westphal
2021-03-04mptcp: fix memory accounting on allocation errorPaolo Abeni
2021-03-04mptcp: put subflow sock on connect errorFlorian Westphal
2021-03-04mptcp: reset last_snd on subflow closeFlorian Westphal
2021-03-04net: sched: avoid duplicates in classes dumpMaximilian Heyne
2021-03-04nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel
2021-03-04net: sctp: trivial: fix typo in commentDrew Fustini
2021-03-04netfilter: nftables: bogus check for netlink portID with table ownerPablo Neira Ayuso
2021-03-04netfilter: nftables: fix possible double hook unregistration with table ownerPablo Neira Ayuso
2021-03-03rtnetlink: using dev_base_seq from target netzhang kai
2021-03-03net: 9p: advance iov on empty readJisheng Zhang
2021-03-03net: l2tp: reduce log level of messages in receive path, add counter insteadMatthias Schiffer
2021-03-02netfilter: nftables: disallow updates on table ownershipPablo Neira Ayuso
2021-03-01tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet
2021-03-01net: dsa: tag_mtk: fix 802.1ad VLAN egressDENG Qingfang
2021-03-01net: expand textsearch ts_state to fit skb_seq_stateWillem de Bruijn
2021-03-01inetpeer: use div64_ul() and clamp_val() calculate inet_peer_thresholdYejune Deng
2021-03-01net/qrtr: fix __netdev_alloc_skb callPavel Skripkin
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld
2021-03-01net: dsa: tag_rtl4_a: fix egress tagsDENG Qingfang
2021-02-28net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann
2021-02-28ethtool: fix the check logic of at least one channel for RX/TXYinjun Zhang
2021-02-28netfilter: x_tables: gpf inside xt_find_revision()Vasily Averin
2021-02-28netfilter: conntrack: avoid misleading 'invalid' in log messageFlorian Westphal
2021-02-28netfilter: nf_nat: undo erroneous tcp edemux lookupFlorian Westphal
2021-02-28netfilter: conntrack: Remove a double space in a log messageKlemen Košir
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy