summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-1312-45/+60
|\
| * Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-124-18/+12
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-074-18/+12
| | |\
| | | * bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2020-10-302-6/+0
| | | * xsk: Fix possible memory leak at socket closeMagnus Karlsson2020-10-291-1/+1
| | | * bpf: Fix -Wshadow warningsArnd Bergmann2020-10-271-11/+11
| * | | Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-11-121-2/+16
| |\ \ \
| | * | | cpufreq: Add strict_target to struct cpufreq_policyRafael J. Wysocki2020-11-101-0/+6
| | * | | cpufreq: Introduce CPUFREQ_GOV_STRICT_TARGETRafael J. Wysocki2020-11-101-0/+3
| | * | | cpufreq: Introduce governor flagsRafael J. Wysocki2020-11-101-2/+7
| * | | | Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-11-111-7/+3
| |\ \ \ \
| | * | | | swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig2020-11-021-7/+3
| * | | | | Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-11-091-4/+4
| |\ \ \ \ \
| | * | | | | SUNRPC: Fix general protection fault in trace_rpc_xdr_overflow()Chuck Lever2020-11-051-4/+4
| * | | | | | Merge tag 'ext4_for_linus_cleanups' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-092-12/+21
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | ext4: disable fast commit with data journallingHarshad Shirwadkar2020-11-071-2/+4
| | * | | | | jbd2: don't pass tid to jbd2_fc_end_commit_fallback()Harshad Shirwadkar2020-11-071-1/+1
| | * | | | | jbd2: don't use state lock during commit pathHarshad Shirwadkar2020-11-071-4/+6
| | * | | | | ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar2020-11-071-1/+1
| | * | | | | jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar2020-11-071-2/+7
| | * | | | | ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar2020-11-071-3/+3
| | |/ / / /
| * | | | | Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-11-081-1/+1
| |\ \ \ \ \
| | * | | | | iomap: support partial page discard on writeback block mapping failureBrian Foster2020-11-041-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'hch' (patches from Christoph)Linus Torvalds2020-11-081-0/+1
| |\ \ \ \ \
| | * | | | | seq_file: add seq_read_iterChristoph Hellwig2020-11-061-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-071-1/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | io_uring: properly handle SQPOLL request cancelationsJens Axboe2020-11-041-1/+2
| | |/ / /
* | | | | net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit2020-11-121-2/+0
* | | | | usbnet: switch to core handling of rx/tx byte/packet countersHeiner Kallweit2020-11-121-4/+2
* | | | | net: evaluate net.ipv4.conf.all.proxy_arp_pvlanVincent Bernat2020-11-121-1/+1
* | | | | net: evaluate net.ipvX.conf.all.ignore_routes_with_linkdownVincent Bernat2020-11-121-1/+1
* | | | | inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet2020-11-111-3/+3
* | | | | inet: constify inet_sdif() argumentEric Dumazet2020-11-111-1/+1
* | | | | net: remove ip_tunnel_get_stats64Heiner Kallweit2020-11-101-2/+0
* | | | | net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit2020-11-101-0/+1
* | | | | net/packet: make packet_fanout.arr size configurable up to 64KTanner Love2020-11-101-0/+12
* | | | | net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong2020-11-101-0/+1
* | | | | net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-0/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-0743-1945/+223
|\| | | |
| * | | | Merge tag 'sound-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-11-064-5/+6
| |\ \ \ \
| | * | | | ALSA: make snd_kcontrol_new name a normal stringArnd Bergmann2020-10-261-1/+1
| | * | | | ALSA: fix kernel-doc markupsMauro Carvalho Chehab2020-10-263-4/+5
| | | |/ / | | |/| |
| * | | | Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-11-061-3/+0
| |\ \ \ \
| | * \ \ \ Merge tag 'imx-drm-next-2020-10-30' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2020-11-061-3/+0
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | gpu: ipu-v3: remove unused functionsPhilipp Zabel2020-10-261-3/+0
| | | |/ /
| * | | | Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-067-26/+32
| |\ \ \ \
| | * | | | can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()Oleksij Rempel2020-11-031-12/+8
| | * | | | Merge tag 'mac80211-for-net-2020-10-30' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2020-11-022-7/+9
| | |\ \ \ \
| | | * | | | mac80211: fix kernel-doc markupsMauro Carvalho Chehab2020-10-302-7/+9
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-11-013-7/+14
| | |\ \ \ \ \