summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: netdev: Fix typo in Signed-off-by tagThorsten Blum2024-05-281-1/+1
* Merge branch 'selftests-mptcp-mark-unstable-subtests-as-flaky'Jakub Kicinski2024-05-283-6/+40
|\
| * selftests: mptcp: join: mark 'fail' tests as flakyMatthieu Baerts (NGI0)2024-05-281-0/+2
| * selftests: mptcp: join: mark 'fastclose' tests as flakyMatthieu Baerts (NGI0)2024-05-281-1/+7
| * selftests: mptcp: simult flows: mark 'unbalanced' tests as flakyMatthieu Baerts (NGI0)2024-05-281-3/+3
| * selftests: mptcp: lib: support flaky subtestsMatthieu Baerts (NGI0)2024-05-281-2/+28
|/
* Merge branch 'intel-wired-lan-driver-updates-2024-05-23-ice-idpf'Jakub Kicinski2024-05-284-10/+15
|\
| * ice: fix accounting if a VLAN already existsJacob Keller2024-05-281-5/+6
| * idpf: don't enable NAPI and interrupts prior to allocating Rx buffersAlexander Lobakin2024-05-283-5/+9
|/
* page_pool: fix &page_pool_params kdoc issuesAlexander Lobakin2024-05-281-2/+3
* net: micrel: Fix lan8841_config_intr after getting out of sleep modeHoratiu Vultur2024-05-281-1/+9
* net:fec: Add fec_enet_deinit()Xiaolei Wang2024-05-281-0/+10
* dt-bindings: net: pse-pd: ti,tps23881: Fix missing "additionalProperties" con...Rob Herring (Arm)2024-05-281-0/+18
* dt-bindings: net: pse-pd: microchip,pd692x0: Fix missing "additionalPropertie...Rob Herring (Arm)2024-05-281-2/+9
* tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet2024-05-284-14/+19
* net: gro: initialize network_offset in network layerWillem de Bruijn2024-05-282-2/+2
* ipv4: Fix address dump when IPv4 is disabled on an interfaceIdo Schimmel2024-05-281-2/+3
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-2818-55/+583
|\
| * selftests/bpf: Cover verifier checks for mutating sockmap/sockhashJakub Sitnicki2024-05-272-0/+189
| * Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki2024-05-271-6/+0
| * bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki2024-05-271-3/+7
| * selftests/bpf: Add netkit test for pkt_typeDaniel Borkmann2024-05-252-1/+118
| * selftests/bpf: Add netkit tests for mac addressDaniel Borkmann2024-05-251-0/+10
| * netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann2024-05-253-4/+12
| * netkit: Fix setting mac address in l2 modeDaniel Borkmann2024-05-251-5/+21
| * ARC, bpf: Fix issues reported by the static analyzersShahab Vahedi2024-05-253-16/+18
| * Merge branch 'fix-bpf-multi-uprobe-pid-filtering-logic'Alexei Starovoitov2024-05-254-19/+206
| |\
| | * selftests/bpf: extend multi-uprobe tests with USDTsAndrii Nakryiko2024-05-252-2/+56
| | * selftests/bpf: extend multi-uprobe tests with child thread caseAndrii Nakryiko2024-05-252-9/+115
| | * libbpf: detect broken PID filtering logic for multi-uprobeAndrii Nakryiko2024-05-251-1/+30
| | * bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logicAndrii Nakryiko2024-05-251-2/+0
| | * bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko2024-05-252-5/+5
| |/
| * bpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock2024-05-241-1/+1
| * MAINTAINERS: Add myself as reviewer of ARM64 BPF JITXu Kuohai2024-05-211-0/+1
* | net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROMParthiban Veerasooran2024-05-271-4/+7
* | Octeontx2-pf: Free send queue buffers incase of leaf to innerHariprasad Kelam2024-05-271-0/+4
* | af_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima2024-05-271-3/+6
* | af_unix: Annotate data-race around unix_sk(sk)->addr.Kuniyuki Iwashima2024-05-271-4/+6
* | selftests: hsr: Fix "File exists" errors for hsr_pingGeliang Tang2024-05-271-0/+2
* | enic: Validate length of nl attributes in enic_set_vf_portRoded Zats2024-05-271-0/+12
* | Merge branch 'mlx5-fixes'David S. Miller2024-05-249-25/+43
|\ \
| * | net/mlx5e: Fix UDP GSO for encapsulated packetsGal Pressman2024-05-242-2/+12
| * | net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer ex...Carolina Jubran2024-05-241-1/+1
| * | net/mlx5e: Do not use ptp structure for tx ts stats when not initializedRahul Rameshbabu2024-05-241-0/+4
| * | net/mlx5e: Fix IPsec tunnel mode offload feature checkRahul Rameshbabu2024-05-241-12/+5
| * | net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rulesRahul Rameshbabu2024-05-241-2/+1
| * | net/mlx5: Fix MTMP register capability offset in MCAM registerGal Pressman2024-05-241-2/+2
| * | net/mlx5: Do not query MPIR on embedded CPU functionTariq Toukan2024-05-241-4/+8
| * | net/mlx5: Lag, do bond only if slaves agree on roce stateMaher Sanalla2024-05-241-2/+10
|/ /
* | net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061Mathieu Othacehe2024-05-241-0/+1