summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-10-06xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal
2023-10-06xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert
2023-10-06xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert
2023-10-05xfrm: Annotate struct xfrm_sec_ctx with __counted_byKees Cook
2023-09-28xfrm: Remove unused function declarationsYue Haibing
2023-09-19net: ethernet: mtk_wed: introduce hw_rro support for MT7988Sujuan Chen
2023-09-19net: ethernet: mtk_wed: introduce partial AMSDU offload support for MT7988Sujuan Chen
2023-09-19net: ethernet: mtk_wed: introduce WED support for MT7988Sujuan Chen
2023-09-19net: ethernet: mtk_wed: introduce mtk_wed_buf structureLorenzo Bianconi
2023-09-19net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_descLorenzo Bianconi
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet
2023-09-19net: phy: fix regression with AX88772A PHY driverRussell King (Oracle)
2023-09-18net: stmmac: Tx coe sw fallbackRohan G Thomas
2023-09-18ceph: Annotate struct ceph_monmap with __counted_byKees Cook
2023-09-18pds_core: check health in devcmd waitShannon Nelson
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2023-09-17devlink: introduce possibility to expose info about nested devlinksJiri Pirko
2023-09-17devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko
2023-09-17net/mlx5: SF, Implement peer devlink set for SF representor devlink portJiri Pirko
2023-09-17devlink: expose peer SF devlink instanceJiri Pirko
2023-09-17mlx5: Implement SyncE support using DPLL infrastructureJiri Pirko
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko
2023-09-17dpll: netlink: Add DPLL framework base functionsVadim Fedorenko
2023-09-17dpll: core: Add DPLL framework base functionsVadim Fedorenko
2023-09-17dpll: spec: Add Netlink spec in YAMLVadim Fedorenko
2023-09-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller
2023-09-16mm: kasan: Declare kasan_unpoison_task_stack_below in kasan.hKumar Kartikeya Dwivedi
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi
2023-09-16bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V
2023-09-15bpf/tests: add tests for cpuv4 instructionsPuranjay Mohan
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev
2023-09-15xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni