summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller545-4011/+5100
2020-07-26Merge tag 'riscv-for-linus-5.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-23/+47
2020-07-26Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-18/+28
2020-07-25Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-07-25Merge tag 'timers-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-10/+58
2020-07-25Merge tag 'sched-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+15
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-40/+43
2020-07-25Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds1-8/+2
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds127-676/+1022
2020-07-25riscv: Parse all memory blocks to remove unusable memoryAtish Patra1-14/+17
2020-07-25RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra1-6/+27
2020-07-25drivers/net/wan: lapb: Corrected the usage of skb_cowXie He2-4/+8
2020-07-25Merge branch 'net-dsa-mv88e6xxx-port-mtu-support'David S. Miller4-1/+33
2020-07-25net: dsa: mv88e6xxx: Use chip-wide max frame size for MTUChris Packham4-0/+31
2020-07-25net: dsa: mv88e6xxx: Support jumbo configuration on 6190/6190XChris Packham1-0/+2
2020-07-25net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configurationChris Packham1-1/+0
2020-07-25dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan1-1/+1
2020-07-25RISC-V: Set maximum number of mapped pages correctlyAtish Patra1-1/+1
2020-07-25Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-23/+11
2020-07-25qrtr: orphan socket in qrtr_release()Cong Wang1-0/+1
2020-07-25net: hix5hd2_gmac: Remove unneeded cast from memory allocationWang Hai1-3/+3
2020-07-25Merge tag 'wireless-drivers-2020-07-24' of git://git.kernel.org/pub/scm/linux...David S. Miller4-43/+43
2020-07-25Merge branch 'l2tp-avoid-multiple-assignment-remove-BUG_ON'David S. Miller5-23/+38
2020-07-25l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin1-1/+3
2020-07-25l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin1-2/+0
2020-07-25l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin1-3/+4
2020-07-25l2tp: don't BUG_ON seqfile checks in l2tp_pppTom Parkin1-1/+5
2020-07-25l2tp: don't BUG_ON session magic checks in l2tp_pppTom Parkin1-3/+7
2020-07-25l2tp: remove BUG_ON in l2tp_tunnel_closeallTom Parkin1-2/+0
2020-07-25l2tp: remove BUG_ON in l2tp_session_queue_purgeTom Parkin1-1/+0
2020-07-25l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_startTom Parkin1-1/+4
2020-07-25l2tp: avoid multiple assignmentsTom Parkin3-9/+15
2020-07-25Merge branch 'icmp6-support-rfc-4884'David S. Miller8-21/+53
2020-07-25icmp6: support rfc 4884Willem de Bruijn6-0/+32
2020-07-25icmp: prepare rfc 4884 for ipv6Willem de Bruijn3-15/+19
2020-07-25icmp: revise rfc4884 testsWillem de Bruijn1-6/+2
2020-07-25sctp: remove redundant initialization of variable statusColin Ian King1-6/+6
2020-07-25xen-netfront: fix potential deadlock in xennet_remove()Andrea Righi1-22/+42
2020-07-25net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2-14/+13
2020-07-25sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processingChristoph Hellwig1-21/+29
2020-07-25Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller13-648/+2323
2020-07-25mISDN: Don't try to print a sockptr_t from debug logging code.David S. Miller1-2/+2
2020-07-25Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into masterLinus Torvalds1-1/+19
2020-07-25Merge branch 'get-rid-of-the-address_space-override-in-setsockopt-v2'David S. Miller87-742/+893
2020-07-25net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig3-9/+43
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig61-258/+246
2020-07-25net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig1-18/+16
2020-07-25net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig4-6/+7
2020-07-25net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig3-5/+7
2020-07-25net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig1-33/+33