summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-11-17bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}Kumar Kartikeya Dwivedi1-0/+5
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi2-8/+15
2022-11-17bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi3-14/+30
2022-11-17bpf: Allow locking bpf_spin_lock global variablesKumar Kartikeya Dwivedi1-1/+15
2022-11-17bpf: Verify ownership relationships for user BTF typesKumar Kartikeya Dwivedi2-0/+2
2022-11-17bpf: Recognize lock and list fields in allocated objectsKumar Kartikeya Dwivedi2-0/+42
2022-11-17bpf: Introduce allocated objects supportKumar Kartikeya Dwivedi1-0/+11
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao1-2/+3
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen3-8/+8
2022-11-15dev: Move received_rps counter next to RPS members in softnet dataToke Høiland-Jørgensen1-1/+1
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2-13/+12
2022-11-14bpf: Rename MEM_ALLOC to MEM_RINGBUFKumar Kartikeya Dwivedi1-7/+4
2022-11-14bpf: Rename RET_PTR_TO_ALLOC_MEMKumar Kartikeya Dwivedi1-3/+3
2022-11-14bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi2-0/+27
2022-11-14bpf: Fix copy_map_value, zero_map_valueKumar Kartikeya Dwivedi1-2/+2
2022-11-14bpf: Remove BPF_MAP_OFF_ARR_MAXKumar Kartikeya Dwivedi1-5/+4
2022-11-14Merge tag 'mlx5-updates-2022-11-12' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-0/+6
2022-11-14net: flow_offload: add support for ARP frame matchingSteen Hegelund1-0/+6
2022-11-14ibmvnic: Add hotpluggable CPU callbacks to reassign affinity hintsNick Child1-0/+1
2022-11-12net/mlx5e: Support enhanced CQE compressionOfer Levi1-0/+6
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-64/+126
2022-11-11net: remove skb->vlan_presentEric Dumazet2-14/+13
2022-11-11bpf: Add hwtstamp field for the sockops progMartin KaFai Lau1-0/+1
2022-11-11ptp: remove the .adjfreq interface functionJacob Keller1-7/+0
2022-11-11net: ethernet: mtk_wed: add configure wed wo supportLorenzo Bianconi1-1/+75
2022-11-11net: ethernet: mtk_wed: rename tx_wdma array in rx_wdmaLorenzo Bianconi1-1/+2
2022-11-11net: ethernet: mtk_wed: introduce wed mcu supportSujuan Chen1-0/+29
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-31/+30
2022-11-10Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-1/+18
2022-11-10Merge branch 'mana-shared-6.2' of https://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski5-0/+1708
2022-11-10net: mana: Define data structures for protection domain and memory registrationAjay Sharma1-5/+116
2022-11-10net: mana: Define data structures for allocating doorbell page from GDMALong Li1-0/+24
2022-11-10net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIESAjay Sharma1-0/+2
2022-11-10net: mana: Define max values for SGL entriesLong Li2-3/+8
2022-11-10net: mana: Move header files to a common locationLong Li5-0/+1565
2022-11-09net: mdio: add mdiodev_c45_(read|write)Russell King (Oracle)1-0/+13
2022-11-09devlink: Add packet traps for 802.1X operationIdo Schimmel1-0/+9
2022-11-09bridge: switchdev: Allow device drivers to install locked FDB entriesHans J. Schultz1-0/+1
2022-11-09net: introduce a helper to move notifier block to different namespaceJiri Pirko1-0/+2
2022-11-09Merge tag 'slab-for-6.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-23/+0
2022-11-09Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller4-88/+282
2022-11-09net/core: Allow live renaming when an interface is upAndy Ren1-3/+1
2022-11-08Merge tag 'audit-pr-20221107' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-11-08Merge tag 'lsm-pr-20221107' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-11-08rxrpc: Fix congestion managementDavid Howells1-0/+1
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells1-3/+4
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells1-38/+40
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells1-8/+11
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells1-7/+5
2022-11-08rxrpc: Split the rxrpc_recvmsg tracepointDavid Howells1-0/+24