summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1326-488/+1255
|\
| * net: failover: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconfXin Long2022-12-121-3/+3
| * net: tso: inline tso_count_descs()Yunsheng Lin2022-12-121-8/+0
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-125-7/+38
| |\
| | * xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger2022-12-052-2/+15
| | * bpf, sockmap: fix race in sock_map_free()Eric Dumazet2022-12-041-0/+2
| | * bpf: Add dummy type reference to nf_conn___init to fix type deduplicationToke Høiland-Jørgensen2022-12-041-0/+14
| | * bpf: Fix a compilation failure with clang lto buildYonghong Song2022-11-301-2/+1
| | * bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2022-12-011-3/+6
| * | net: devlink: Add missing error check to devlink_resource_put()Gavrilov Ilia2022-12-091-3/+4
| * | skbuff: Introduce slab_build_skb()Kees Cook2022-12-091-8/+62
| * | net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn2022-12-081-1/+8
| * | devlink: Expose port function commands to control migratableShay Drory2022-12-071-0/+55
| * | devlink: Expose port function commands to control RoCEShay Drory2022-12-071-0/+113
| * | devlink: Validate port function requestShay Drory2022-12-071-9/+23
| * | net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit2022-12-031-0/+16
| * | net: devlink: convert port_list into xarrayJiri Pirko2022-12-021-30/+27
| * | net: devlink: make the devlink_ops::info_get() callback optionalVincent Mailhol2022-11-301-7/+6
| * | net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-8/+18
| * | devlink: support directly reading from region memoryJacob Keller2022-11-301-17/+63
| * | devlink: refactor region_read_snapshot_fill to use a callback functionJacob Keller2022-11-301-9/+35
| * | devlink: remove unnecessary parameter from chunk_fill functionJacob Keller2022-11-301-8/+2
| * | devlink: find snapshot in devlink_nl_cmd_region_read_dumpitJacob Keller2022-11-301-11/+14
| * | devlink: report extended error message in region_read_dumpit()Jacob Keller2022-11-301-4/+12
| * | devlink: use min_t to calculate data_sizeJacob Keller2022-11-301-4/+2
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-293-30/+34
| |\
| * | net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...Jiri Pirko2022-11-291-2/+2
| * | of: net: export of_get_mac_address_nvmem()Miquel Raynal2022-11-291-2/+3
| * | Daniel Borkmann says:Jakub Kicinski2022-11-281-29/+28
| |\ \
| | * | bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev2022-11-211-5/+6
| | * | bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan2022-11-181-2/+6
| | * | bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen2022-11-151-2/+2
| | * | bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2022-11-141-20/+14
| * | | devlink: remove redundant health state set to errorMoshe Shemesh2022-11-221-2/+0
| * | | net: fix __sock_gen_cookie()Eric Dumazet2022-11-211-1/+4
| * | | net: fix napi_disable() logic errorEric Dumazet2022-11-181-2/+2
| * | | devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski2022-11-171-1/+8
| * | | devlink: Allow for devlink-rate nodes parent reassignmentMichal Wilczynski2022-11-171-5/+7
| * | | devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski2022-11-171-0/+45
| * | | devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski2022-11-171-0/+33
| * | | devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski2022-11-171-0/+31
| * | | net: add atomic_long_t to net_device_stats fieldsEric Dumazet2022-11-161-11/+3
| * | | net: __sock_gen_cookie() cleanupEric Dumazet2022-11-161-6/+6
| * | | net: adopt try_cmpxchg() in napi_{enable|disable}()Eric Dumazet2022-11-161-9/+5
| * | | net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()Eric Dumazet2022-11-161-6/+4
| * | | net: net_{enable|disable}_timestamp() optimizationsEric Dumazet2022-11-161-12/+6
| * | | net: mm_account_pinned_pages() optimizationEric Dumazet2022-11-161-3/+2
| * | | net: linkwatch: only report IF_OPER_LOWERLAYERDOWN if iflink is actually downVladimir Oltean2022-11-161-3/+17
| * | | udp: Access &udp_table via net.Kuniyuki Iwashima2022-11-161-2/+2
| * | | net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau2022-11-151-1/+3
| |/ /