summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-11-22net: phylink: Add helpers for c22 registers without MDIOSean Anderson1-3/+4
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-0/+7
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-1/+2
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-22ethtool: add support to set/get rx buf len via ethtoolHao Chen1-0/+18
2021-11-20dev_addr: add a modification checkJakub Kicinski1-0/+5
2021-11-20net: constify netdev->dev_addrJakub Kicinski1-9/+5
2021-11-19Merge tag 'regmap-no-bus-update-bits' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-0/+7
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-1040/+2880
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-6/+23
2021-11-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-12/+1
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+4
2021-11-18tcp: add missing htmldocs for skb->ll_node and sk->defer_listEric Dumazet1-0/+1
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin1-1/+12
2021-11-18Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-0/+4
2021-11-18Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2-12/+1
2021-11-18KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cacheDavid Woodhouse2-12/+1
2021-11-17net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet1-37/+2
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-3/+13
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet1-1/+1
2021-11-17Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-0/+1
2021-11-17net: virtio_net_hdr_to_skb: count transport header in UFOJonathan Davies1-1/+6
2021-11-17Merge tag 'mlx5-fixes-2021-11-16' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-2/+2
2021-11-17net: document SMII and correct phylink's new validation mechanismRussell King (Oracle)1-1/+1
2021-11-17net: align static siphash keysEric Dumazet1-0/+2
2021-11-17net: use .data.once section in netdev_level_once()Eric Dumazet1-1/+1
2021-11-17once: use __section(".data.once")Eric Dumazet1-1/+1
2021-11-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+2
2021-11-16net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdevPaul Blakey1-2/+2
2021-11-16net: gro: populate net/core/gro.cEric Dumazet1-0/+1
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet1-1/+0
2021-11-16net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet1-1/+0
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-348/+0
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet1-0/+2
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet1-6/+0
2021-11-16bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann1-1/+2
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-6/+22
2021-11-15Revert "Merge branch 'mctp-i2c-driver'"Jakub Kicinski1-13/+0
2021-11-15net: phylink: add generic validate implementationRussell King (Oracle)1-0/+31
2021-11-15i2c: core: Allow 255 byte transfers for SMBus 3.xMatt Johnston1-0/+13
2021-11-15printk: Remove printk.h inclusion in percpu.hAndy Shevchenko1-1/+0
2021-11-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith1-0/+7
2021-11-15net: Clean up some inconsistent indentingJiapeng Chong1-1/+1
2021-11-15Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-1/+1
2021-11-15tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)1-1/+1
2021-11-14Merge tag 'timers-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2021-11-14Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+3
2021-11-14Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2021-11-14net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore3-14/+0
2021-11-14Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds3-981/+2780