summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * devlink: restart dump based on devlink instance ids (nested)Jakub Kicinski2023-01-052-46/+49
| * devlink: restart dump based on devlink instance ids (simple)Jakub Kicinski2023-01-053-29/+25
| * devlink: health: combine loops in dumpJakub Kicinski2023-01-051-3/+0
| * devlink: drop the filter argument from devlinks_xa_find_getJakub Kicinski2023-01-052-17/+10
| * devlink: remove start variables from dumpsJakub Kicinski2023-01-051-36/+19
| * devlink: use an explicit structure for dump contextJakub Kicinski2023-01-052-40/+81
| * netlink: add macro for checking dump ctx sizeJakub Kicinski2023-01-052-1/+5
| * devlink: split out netlink codeJakub Kicinski2023-01-054-205/+235
| * devlink: split out core codeJakub Kicinski2023-01-054-434/+476
| * devlink: rename devlink_netdevice_event -> devlink_port_netdevice_eventJakub Kicinski2023-01-051-5/+5
| * devlink: move code to a dedicated directoryJakub Kicinski2023-01-055-2/+5
|/
* Merge branch 'net-ipa-simplify-ipa-interrupt-handling'Jakub Kicinski2023-01-056-114/+101
|\
| * net: ipa: don't maintain IPA interrupt handler arrayAlex Elder2023-01-051-28/+22
| * net: ipa: kill ipa_interrupt_add()Alex Elder2023-01-054-59/+3
| * net: ipa: register IPA interrupt handlers directlyAlex Elder2023-01-055-21/+31
| * net: ipa: enable IPA interrupt handlers separate from registrationAlex Elder2023-01-054-7/+26
| * net: ipa: introduce ipa_interrupt_enable()Alex Elder2023-01-051-16/+25
| * net: ipa: introduce a common microcontroller interrupt handlerAlex Elder2023-01-051-4/+15
|/
* Merge branch 'enetc-unlock-xdp_redirect-for-xdp-non-linear-buffers'Jakub Kicinski2023-01-053-23/+18
|\
| * net: ethernet: enetc: do not always access skb_shared_info in the XDP pathLorenzo Bianconi2023-01-051-6/+8
| * net: ethernet: enetc: get rid of xdp_redirect_sg counterLorenzo Bianconi2023-01-052-3/+0
| * net: ethernet: enetc: unlock XDP_REDIRECT for XDP non-linear buffersLorenzo Bianconi2023-01-051-14/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-051151-126804/+99919
|\
| * Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-05128-840/+1984
| |\
| | * caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao2023-01-051-1/+5
| | * inet: control sockets should not use current thread task_fragEric Dumazet2023-01-041-0/+1
| | * net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-042-0/+18
| | * qed: allow sleep in qed_mcp_trace_dump()Caleb Sander2023-01-041-8/+20
| | * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-045-18/+112
| | |\
| | | * bpf: Always use maximal size for copy_array()Kees Cook2022-12-281-5/+7
| | | * Merge branch 'bpf: fix the crash caused by task iterators over vma'Alexei Starovoitov2022-12-282-12/+100
| | | |\
| | | | * selftests/bpf: add a test for iter/task_vma for short-lived processesKui-Feng Lee2022-12-281-0/+73
| | | | * bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee2022-12-281-12/+27
| | | |/
| | | * selftests/bpf: Temporarily disable part of btf_dump:var_data test.Alexei Starovoitov2022-12-281-1/+1
| | | * bpf: Fix panic due to wrong pageattr of im->imageChuang Wang2022-12-281-0/+4
| | * | MAINTAINERS: Update maintainers for ptp_vmw driverSrivatsa S. Bhat (VMware)2023-01-041-1/+3
| | * | usb: rndis_host: Secure rndis_query check against int overflowSzymon Heidrich2023-01-031-1/+2
| | * | net: dpaa: Fix dtsec check for PCS availabilitySean Anderson2023-01-031-1/+1
| | * | octeontx2-pf: Fix lmtst ID used in aura freeGeetha sowjanya2023-01-031-9/+21
| | * | drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin2023-01-031-0/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2023-01-0315-189/+293
| | |\ \
| | | * | netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2023-01-0211-81/+68
| | | * | netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik2023-01-021-19/+21
| | | * | netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso2022-12-222-19/+57
| | | * | netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso2022-12-211-1/+35
| | | * | netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso2022-12-211-38/+68
| | | * | netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso2022-12-212-30/+40
| | | * | netfilter: conntrack: fix ipv6 exthdr error checkFlorian Westphal2022-12-211-2/+5
| | * | | net: sparx5: Fix reading of the MAC addressHoratiu Vultur2023-01-021-1/+1
| | * | | vxlan: Fix memory leaks in error pathIdo Schimmel2023-01-021-6/+13