summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-09-092-2/+4
|\
| * SUNRPC: stop printk reading past end of stringJ. Bruce Fields2020-09-051-2/+2
| * xprtrdma: Release in-flight MRs on disconnectChuck Lever2020-08-261-0/+2
* | net/packet: fix overflow in tpacket_rcvOr Cohen2020-09-041-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-0352-343/+627
|\ \
| * | net/smc: fix sock refcounting in case of terminationUrsula Braun2020-09-031-7/+8
| * | net/smc: reset sndbuf_desc if freedUrsula Braun2020-09-031-0/+1
| * | net/smc: set rx_off for SMCR explicitlyUrsula Braun2020-09-031-0/+2
| * | net/smc: fix toleration of fake add_link messagesKarsten Graul2020-09-031-1/+14
| * | tipc: fix shutdown() of connectionless socketTetsuo Handa2020-09-021-3/+6
| * | ipv6: Fix sysctl max for fib_multipath_hash_policyIdo Schimmel2020-09-021-1/+2
| * | pktgen: fix error message with wrong function nameLeesoo Ahn2020-09-011-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-3110-59/+54
| |\ \
| | * | netfilter: conntrack: do not auto-delete clash entries on replyFlorian Westphal2020-08-292-17/+11
| | * | netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso2020-08-284-38/+39
| | * | netfilter: delete repeated wordsRandy Dunlap2020-08-284-4/+4
| * | | tipc: fix using smp_processor_id() in preemptibleTuong Lien2020-08-301-3/+9
| |/ /
| * | net_sched: fix error path in red_init()Cong Wang2020-08-281-16/+4
| * | netlink: fix a data race in netlink_rcv_wake()zhudi2020-08-281-1/+1
| * | Merge tag 'mac80211-for-davem-2020-08-28' of git://git.kernel.org/pub/scm/lin...David S. Miller2020-08-287-86/+192
| |\ \
| | * | cfg80211: Adjust 6 GHz frequency to channel conversionAmar Singhal2020-08-271-3/+5
| | * | mac80211: reduce packet loss event false positivesFelix Fietkau2020-08-272-18/+17
| | * | cfg80211: regulatory: reject invalid hintsJohannes Berg2020-08-271-0/+3
| | * | wireless: fix wrong 160/80+80 MHz settingShay Bar2020-08-271-4/+11
| | * | mac80211: improve AQL aggregation estimation for low data ratesFelix Fietkau2020-08-271-12/+26
| | * | mac80211: factor out code to look up the average packet length duration for a...Felix Fietkau2020-08-271-47/+74
| | * | mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQLFelix Fietkau2020-08-273-6/+60
| | * | nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usageJohannes Berg2020-08-201-1/+1
| * | | rxrpc: Fix memory leak in rxkad_verify_response()Dinghao Liu2020-08-271-1/+2
| * | | Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-08-276-83/+155
| |\ \ \
| | * | | rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2020-08-201-3/+13
| | * | | rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells2020-08-205-71/+132
| | * | | rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells2020-08-201-10/+11
| | |/ /
| * | | net: Fix some commentsMiaohe Lin2020-08-274-5/+5
| * | | net: disable netpoll on fresh napisJakub Kicinski2020-08-262-2/+3
| * | | ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-08-261-1/+2
| * | | mptcp: free acked data before waiting for more memoryFlorian Westphal2020-08-261-2/+1
| * | | taprio: Fix using wrong queues in gate maskVinicius Costa Gomes2020-08-261-6/+24
| * | | net: caif: fix error code handlingTong Zhang2020-08-251-2/+2
| * | | Merge tag 'batadv-net-for-davem-20200824' of git://git.open-mesh.org/linux-mergeDavid S. Miller2020-08-243-8/+14
| |\ \ \
| | * | | batman-adv: bla: use netif_rx_ni when not in interrupt contextJussi Kivilinna2020-08-181-1/+4
| | * | | batman-adv: Fix own OGM check in aggregated OGMsLinus Lüssing2020-08-181-5/+6
| | * | | batman-adv: Avoid uninitialized chaddr when handling DHCPSven Eckelmann2020-08-181-2/+4
| * | | | net: Get rid of consume_skb when tracing is offHerbert Xu2020-08-241-0/+2
| * | | | netlabel: fix problems with mapping removalPaul Moore2020-08-241-29/+30
| * | | | sctp: not disable bh in the whole sctp_get_port_local()Xin Long2020-08-241-10/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-244-16/+87
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | netfilter: nf_tables: fix destination register zeroingFlorian Westphal2020-08-211-1/+3
| | * | | netfilter: nf_tables: add NFTA_SET_USERDATA if not nullPablo Neira Ayuso2020-08-211-1/+2
| | * | | netfilter: nft_set_rbtree: Detect partial overlap with start endpoint matchStefano Brivio2020-08-211-1/+33