summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-126/+239
2020-11-04Merge tag 'linux-can-fixes-for-5.10-20201103' of git://git.kernel.org/pub/scm...Jakub Kicinski-16/+27
2020-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-11/+13
2020-11-03net: openvswitch: silence suspicious RCU usage warningEelco Chaudron-8/+8
2020-11-03can: isotp: padlen(): make const array static, makes object smallerColin Ian King-8/+10
2020-11-03can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only modeOliver Hartkopp-4/+4
2020-11-03can: isotp: Explain PDU in CAN_ISOTP help textGeert Uytterhoeven-2/+3
2020-11-03can: j1939: j1939_sk_bind(): return failure if netdev is downZhang Changzhong-0/+6
2020-11-03can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong-2/+4
2020-11-03mptcp: token: fix unititialized variableDavide Caratti-1/+1
2020-11-02sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat-2/+2
2020-11-02Merge tag 'mac80211-for-net-2020-10-30' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski-48/+93
2020-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski-30/+52
2020-10-31ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu-3/+0
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds-3/+4
2020-10-31IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu-2/+39
2020-10-31net: atm: fix update of position index in lec_seq_nextColin Ian King-3/+2
2020-10-31netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio-1/+2
2020-10-30net/smc: Replace zero-length array with flexible-array memberGustavo A. R. Silva-2/+2
2020-10-30ip6_tunnel: set inner ipproto before ip6_tnl_encapAlexander Ovechkin-2/+2
2020-10-30netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso-9/+28
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld-18/+20
2020-10-30netfilter: nftables: fix netlink report logic in flowtable and genidPablo Neira Ayuso-2/+2
2020-10-30mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg-1/+2
2020-10-30cfg80211: regulatory: Fix inconsistent format argumentYe Bin-1/+1
2020-10-30mac80211: fix kernel-doc markupsMauro Carvalho Chehab-1/+8
2020-10-30mac80211: always wind down STA stateJohannes Berg-0/+18
2020-10-30cfg80211: initialize wdev data earlierJohannes Berg-29/+36
2020-10-30mac80211: fix use of skb payload instead of headerJohannes Berg-13/+24
2020-10-30mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef-3/+4
2020-10-29Bluetooth: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+2
2020-10-29Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-24/+56
2020-10-29netem: fix zero division in tabledistAleksandr Nogikh-1/+8
2020-10-29mptcp: add missing memory scheduling in the rx pathPaolo Abeni-0/+10
2020-10-29tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen-3/+2
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe-2/+3
2020-10-27net: protect tcf_block_unbind with block lockLeon Romanovsky-2/+2
2020-10-27net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault-0/+1
2020-10-27devlink: Unlock on error in dumpit()Dan Carpenter-2/+4
2020-10-27devlink: Fix some error codesDan Carpenter-9/+15
2020-10-26net/smc: fix suppressed return codeKarsten Graul-2/+5
2020-10-26net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul-3/+4
2020-10-26vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep-1/+1
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers-2/+2
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau-0/+4
2020-10-23tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy-1/+4
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-127/+208
2020-10-23net: xfrm: fix a race condition during allocing spizhuoliang zhang-3/+5
2020-10-22tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell-0/+2
2020-10-22net: Properly typecast int values to set sk_max_pacing_rateKe Li-2/+3