summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2022-12-09net: devlink: Add missing error check to devlink_resource_put()Gavrilov Ilia-3/+4
2022-12-09skbuff: Introduce slab_build_skb()Kees Cook-8/+62
2022-12-08net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn-1/+8
2022-12-07devlink: Expose port function commands to control migratableShay Drory-0/+55
2022-12-07devlink: Expose port function commands to control RoCEShay Drory-0/+113
2022-12-07devlink: Validate port function requestShay Drory-9/+23
2022-12-03net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit-0/+16
2022-12-02net: devlink: convert port_list into xarrayJiri Pirko-30/+27
2022-11-30net: devlink: make the devlink_ops::info_get() callback optionalVincent Mailhol-7/+6
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol-8/+18
2022-11-30devlink: support directly reading from region memoryJacob Keller-17/+63
2022-11-30devlink: refactor region_read_snapshot_fill to use a callback functionJacob Keller-9/+35
2022-11-30devlink: remove unnecessary parameter from chunk_fill functionJacob Keller-8/+2
2022-11-30devlink: find snapshot in devlink_nl_cmd_region_read_dumpitJacob Keller-11/+14
2022-11-30devlink: report extended error message in region_read_dumpit()Jacob Keller-4/+12
2022-11-30devlink: use min_t to calculate data_sizeJacob Keller-4/+2
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-30/+34
2022-11-29net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...Jiri Pirko-2/+2
2022-11-29of: net: export of_get_mac_address_nvmem()Miquel Raynal-2/+3
2022-11-28Daniel Borkmann says:Jakub Kicinski-29/+28
2022-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-1/+3
2022-11-22devlink: remove redundant health state set to errorMoshe Shemesh-2/+0
2022-11-21net: fix __sock_gen_cookie()Eric Dumazet-1/+4
2022-11-21bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev-5/+6
2022-11-18bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan-2/+6
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu-1/+1
2022-11-18net: fix napi_disable() logic errorEric Dumazet-2/+2
2022-11-18net: neigh: decrement the family specific qlenThomas Zeitlhofer-28/+30
2022-11-17devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski-1/+8
2022-11-17devlink: Allow for devlink-rate nodes parent reassignmentMichal Wilczynski-5/+7
2022-11-17devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski-0/+45
2022-11-17devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski-0/+33
2022-11-17devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski-0/+31
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet-11/+3
2022-11-16net: __sock_gen_cookie() cleanupEric Dumazet-6/+6
2022-11-16net: adopt try_cmpxchg() in napi_{enable|disable}()Eric Dumazet-9/+5
2022-11-16net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()Eric Dumazet-6/+4
2022-11-16net: net_{enable|disable}_timestamp() optimizationsEric Dumazet-12/+6
2022-11-16net: mm_account_pinned_pages() optimizationEric Dumazet-3/+2
2022-11-16net: linkwatch: only report IF_OPER_LOWERLAYERDOWN if iflink is actually downVladimir Oltean-3/+17
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima-2/+2
2022-11-15net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau-1/+3
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen-2/+2
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi-20/+14
2022-11-14net: flow_offload: add support for ARP frame matchingSteen Hegelund-0/+7
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-10/+37
2022-11-11net: gro: no longer use skb_vlan_tag_present()Eric Dumazet-3/+1
2022-11-11net: remove skb->vlan_presentEric Dumazet-12/+10
2022-11-11bpf: Add hwtstamp field for the sockops progMartin KaFai Lau-8/+31
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-25/+25