summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-69/+171
2021-02-16net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit1-5/+5
2021-02-16net: phy: broadcom: Allow BCM54210E to configure APDFlorian Fainelli1-1/+1
2021-02-16net: phy: broadcom: Remove unused flagsFlorian Fainelli1-13/+8
2021-02-15net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean1-0/+10
2021-02-15net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean1-0/+208
2021-02-14skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin1-0/+1
2021-02-14skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin1-0/+2
2021-02-14skbuff: remove __kfree_skb_flush()Alexander Lobakin1-1/+0
2021-02-13bpf: Support pointers in global func argsDmitrii Banshchikov1-0/+2
2021-02-13Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/...David S. Miller1-7/+7
2021-02-13bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer1-2/+30
2021-02-12net: fix dev_ifsioc_locked() race conditionCong Wang1-0/+3
2021-02-12bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest1-0/+1
2021-02-12octeontx2-pf: cn10k: Use LMTST lines for NPA/NIX operationsGeetha sowjanya1-0/+8
2021-02-12Merge tag 'mlx5-for-upstream-2021-02-10' of git://git.kernel.org/pub/scm/linu...David S. Miller1-1/+0
2021-02-12net: hsr: add offloading supportGeorge McCollister2-0/+36
2021-02-12net: phy: introduce phydev->portMichael Walle1-0/+2
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov1-0/+1
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2-3/+4
2021-02-11bpf: Compute program stats for sleepable programsAlexei Starovoitov1-2/+2
2021-02-11bpf: Optimize program statsAlexei Starovoitov2-11/+11
2021-02-11net/mlx5: Delete device list leftoverLeon Romanovsky1-1/+0
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller12-17/+43
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-1/+9
2021-02-10bpf: Allow variable-offset stack accessAndrei Matei2-1/+7
2021-02-10net: add sysfs attribute to control napi threaded modeWei Wang1-0/+2
2021-02-10net: implement threaded-able napi poll loop supportWei Wang1-14/+7
2021-02-09net: watchdog: hold device global xmit lock during tx disableEdwin Peer1-0/+2
2021-02-09Merge tag 'mlx5-updates-2021-02-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-0/+29
2021-02-08ssb: Use true and false for bool variableJiapeng Chong1-7/+7
2021-02-07Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+8
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+3
2021-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-2/+0
2021-02-06net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao1-2/+34
2021-02-06mm: page_frag: Introduce page_frag_alloc_align()Kevin Hao1-2/+10
2021-02-06net/mlx5e: Match recirculated packet miss in slow table using reg_c1Vlad Buslov1-1/+9
2021-02-06net/mlx5e: Refactor reg_c1 usageVlad Buslov1-0/+19
2021-02-06net/mlx5e: VF tunnel TX traffic offloadingVlad Buslov1-0/+2
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi2-0/+3
2021-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-7/+11
2021-02-05genirq: Prevent [devm_]irq_alloc_desc from returning irq 0Hans de Goede1-2/+2
2021-02-05kasan: add explicit preconditions to kasan_report()Vincenzo Frascino1-0/+7
2021-02-05mm/vmalloc: separate put pages and flush VM flagsRick Edgecombe1-7/+2
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song1-0/+2
2021-02-05Merge tag 'iommu-fixes-v5.11-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2021-02-05udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn1-1/+7
2021-02-05ipv6: silence compilation warning for non-IPV6 buildsLeon Romanovsky1-1/+1
2021-02-05net: introduce common dev_page_is_reusable()Alexander Lobakin1-0/+16
2021-02-05skbuff: constify skb_propagate_pfmemalloc() "page" argumentAlexander Lobakin1-2/+2