summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Trace unmap_sync callsChuck Lever2020-11-111-3/+4
* xprtrdma: Display the task ID when reporting MR eventsChuck Lever2020-11-112-2/+0
* xprtrdma: Clean up trace_xprtrdma_nomrs()Chuck Lever2020-11-111-1/+1
* xprtrdma: Clean up xprtrdma callback tracepointsChuck Lever2020-11-111-3/+3
* xprtrdma: Clean up tracepoints in the reply pathChuck Lever2020-11-111-4/+2
* xprtrdma: Clean up reply parsing error tracepointsChuck Lever2020-11-111-5/+5
* xprtrdma: Clean up trace_xprtrdma_post_linvChuck Lever2020-11-111-2/+2
* xprtrdma: Introduce FRWR completion IDsChuck Lever2020-11-112-7/+23
* xprtrdma: Introduce Send completion IDsChuck Lever2020-11-112-1/+5
* xprtrdma: Introduce Receive completion IDsChuck Lever2020-11-112-1/+10
* xprtrdma: Replace dprintk call sites in ERR_CHUNK pathChuck Lever2020-11-111-10/+3
* Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-0638-126/+239
|\
| * Merge tag 'linux-can-fixes-for-5.10-20201103' of git://git.kernel.org/pub/scm...Jakub Kicinski2020-11-044-16/+27
| |\
| | * can: isotp: padlen(): make const array static, makes object smallerColin Ian King2020-11-031-8/+10
| | * can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only modeOliver Hartkopp2020-11-031-4/+4
| | * can: isotp: Explain PDU in CAN_ISOTP help textGeert Uytterhoeven2020-11-031-2/+3
| | * can: j1939: j1939_sk_bind(): return failure if netdev is downZhang Changzhong2020-11-031-0/+6
| | * can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong2020-11-031-2/+4
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-11-044-11/+13
| |\ \
| | * | net: xfrm: fix a race condition during allocing spizhuoliang zhang2020-10-231-3/+5
| | * | xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long2020-10-093-8/+8
| * | | net: openvswitch: silence suspicious RCU usage warningEelco Chaudron2020-11-032-8/+8
| * | | mptcp: token: fix unititialized variableDavide Caratti2020-11-031-1/+1
| | |/ | |/|
| * | sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat2020-11-021-2/+2
| * | Merge tag 'mac80211-for-net-2020-10-30' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2020-11-028-48/+93
| |\ \
| | * | mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg2020-10-301-1/+2
| | * | cfg80211: regulatory: Fix inconsistent format argumentYe Bin2020-10-301-1/+1
| | * | mac80211: fix kernel-doc markupsMauro Carvalho Chehab2020-10-301-1/+8
| | * | mac80211: always wind down STA stateJohannes Berg2020-10-301-0/+18
| | * | cfg80211: initialize wdev data earlierJohannes Berg2020-10-303-29/+36
| | * | mac80211: fix use of skb payload instead of headerJohannes Berg2020-10-301-13/+24
| | * | mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef2020-10-301-3/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-10-3113-30/+52
| |\ \ \
| | * | | netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio2020-10-311-1/+2
| | * | | netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso2020-10-302-9/+28
| | * | | netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-10-3010-18/+20
| | * | | netfilter: nftables: fix netlink report logic in flowtable and genidPablo Neira Ayuso2020-10-301-2/+2
| | |/ /
| * | | ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu2020-10-311-3/+0
| * | | IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu2020-10-312-2/+39
| * | | net: atm: fix update of position index in lec_seq_nextColin Ian King2020-10-311-3/+2
| * | | ip6_tunnel: set inner ipproto before ip6_tnl_encapAlexander Ovechkin2020-10-301-2/+2
| |/ /
* | | Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2020-10-312-3/+4
|\ \ \ | |/ / |/| |
| * | net/smc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-301-2/+2
| * | Bluetooth: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+2
* | | Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-2911-24/+56
|\ \ \
| * | | netem: fix zero division in tabledistAleksandr Nogikh2020-10-291-1/+8
| * | | mptcp: add missing memory scheduling in the rx pathPaolo Abeni2020-10-291-0/+10
| * | | tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen2020-10-291-3/+2
| * | | net: protect tcf_block_unbind with block lockLeon Romanovsky2020-10-271-2/+2
| * | | net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault2020-10-271-0/+1