summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-231-1/+3
| |\
| | * xfrm: lwtunnel: squelch kernel warning in case XFRM encap type is not availableEyal Birger2022-10-121-1/+3
| * | netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-181-1/+1
| * | net: neigh: decrement the family specific qlenThomas Zeitlhofer2022-11-181-28/+30
* | | 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
|/ / /
* | | net: flow_offload: add support for ARP frame matchingSteen Hegelund2022-11-141-0/+7
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-112-10/+37
|\ \ \
| * | | bpf: Add hwtstamp field for the sockops progMartin KaFai Lau2022-11-111-8/+31
| * | | bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi2022-11-031-2/+2
| * | | bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev2022-11-031-0/+4
* | | | net: gro: no longer use skb_vlan_tag_present()Eric Dumazet2022-11-111-3/+1
* | | | net: remove skb->vlan_presentEric Dumazet2022-11-111-12/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-103-25/+25
|\ \ \ \ | | |/ / | |/| |