aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds7-7/+35
2021-11-18mm: Add functions to zero portions of a folioMatthew Wilcox (Oracle)1-3/+41
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/kernel/git/printk/linuxLinus Torvalds2-1/+4
2021-11-18net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang1-1/+2
2021-11-18net: mscc: ocelot: use index to set vcap policerXiaoliang Yang1-1/+13
2021-11-18net: dsa: felix: support psfp filter on vsc9959Xiaoliang Yang2-0/+18
2021-11-18net: mscc: ocelot: add gate and police action offload to PSFPXiaoliang Yang2-0/+6
2021-11-18net: mscc: ocelot: add MAC table stream learn and lookup operationsXiaoliang Yang1-0/+22
2021-11-18tcp: add missing htmldocs for skb->ll_node and sk->defer_listEric Dumazet2-0/+2
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin2-2/+23
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-17ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti1-0/+12
2021-11-17NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-0/+1
2021-11-17net: add missing include in include/net/gro.hEric Dumazet1-0/+1
2021-11-17fs: Rename AS_THP_SUPPORT and mapping_thp_supportMatthew Wilcox (Oracle)1-6/+6
2021-11-17fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)2-1/+16
2021-11-17mm: Remove folio_test_singleMatthew Wilcox (Oracle)1-6/+0
2021-11-17mm: Rename folio_test_multi to folio_test_largeMatthew Wilcox (Oracle)1-1/+7
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)3-8/+19
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/kernel/git/bluetooth/bluetooth-nextDavid S. Miller5-18/+115
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/kernel/git/saeed/linuxDavid S. Miller1-2/+2
2021-11-16net: document SMII and correct phylink's new validation mechanismRussell King (Oracle)1-1/+1
2021-11-16net: align static siphash keysEric Dumazet1-0/+2
2021-11-16net: use .data.once section in netdev_level_once()Eric Dumazet1-1/+1
2021-11-16once: use __section(".data.once")Eric Dumazet1-1/+1
2021-11-16Merge 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-16RDMA/netlink: Add __maybe_unused to static inline in C fileLeon Romanovsky1-1/+1
2021-11-16net: ieee802154: handle iftypes as u32Alexander Aring1-3/+4
2021-11-16Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated eventArchie Pusaka1-0/+1
2021-11-16Bluetooth: hci_request: Remove bg_scan_update workLuiz Augusto von Dentz1-1/+0
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz2-2/+2
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz2-2/+3
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet1-2/+2
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet2-2/+2
2021-11-16net: make sock_inuse_add() availableEric Dumazet1-0/+10
2021-11-16net: inline sock_prot_inuse_add()Eric Dumazet1-3/+11
2021-11-16net: gro: populate net/core/gro.cEric Dumazet2-0/+23
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet2-1/+2
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 Dumazet5-390/+394
2021-11-16net: move early demux fields close to sk_refcntEric Dumazet1-3/+5
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet3-0/+15