summary refs log tree commit diff
path: root/include
AgeCommit message (Expand)Author
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau
2021-03-26bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau
2021-03-26bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau
2021-03-26bpf: struct sock is declared twice in bpf_sk_storage headerWan Jiabing
2021-03-25bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song
2021-03-26bpf: Fix typo 'accesible' into 'accessible'Ricardo Ribalda
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-25mm: memblock: fix section mismatch warning againMike Rapoport
2021-03-25mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson
2021-03-25kasan: fix per-page tags for non-page_alloc pagesAndrey Konovalov
2021-03-25hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin
2021-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-24net: stmmac: support FPE link partner hand-shaking procedureOng Boon Leong
2021-03-24tcp_metrics: tcpm_hash_bucket is strictly localEric Dumazet
2021-03-24psample: Fix user API breakageIdo Schimmel
2021-03-24Add Open Routing Protocol ID to `rtnetlink.h`Cooper Lees
2021-03-24net: phy: add genphy_c45_loopbackWong Vee Khee
2021-03-24net: stmmac: Add hardware supported cross-timestampTan Tee Min
2021-03-24net: flow_offload: add FLOW_ACTION_PPPOE_PUSHPablo Neira Ayuso
2021-03-24netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau
2021-03-24netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso
2021-03-24netfilter: flowtable: add vlan supportPablo Neira Ayuso
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso
2021-03-24netfilter: flowtable: add xmit path typesPablo Neira Ayuso
2021-03-24net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau
2021-03-24net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau
2021-03-24net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso
2021-03-24net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov
2021-03-23net: ocelot: replay switchdev events when joining bridgeVladimir Oltean
2021-03-23net: bridge: add helper to replay VLANs installed on portVladimir Oltean
2021-03-23net: bridge: add helper to replay port and local fdb entriesVladimir Oltean
2021-03-23net: bridge: add helper to replay port and host-joined mdb entriesVladimir Oltean
2021-03-23net: bridge: add helper to retrieve the current ageing timeVladimir Oltean
2021-03-23net: bridge: add helper for retrieving the current bridge port STP stateVladimir Oltean
2021-03-23net: lapb: Make "lapb_t1timer_running" able to detect an already running timerXie He
2021-03-23mm/writeback: Add wait_on_page_writeback_killableMatthew Wilcox (Oracle)
2021-03-23fs/cachefiles: Remove wait_bit_key layout dependencyMatthew Wilcox (Oracle)
2021-03-22net: dsa: hellcreek: Report switch name and IDKurt Kanzenbach
2021-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-03-22net: set initial device refcount to 1Eric Dumazet
2021-03-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-03-22net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean
2021-03-22linux/qed: Mundane spelling fixes throughout the fileBhaskar Chowdhury
2021-03-22netdev: add netdev_queue_set_dql_min_limit()Vincent Mailhol