summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | net/mlx5: Fix ptp max frequency adjustment rangeRahul Rameshbabu2023-01-091-1/+1
| | * | | net/mlx5e: Fix memory leak on updating vport countersAya Levin2023-01-091-1/+2
| | * | | net/mlx5e: TC, Restore pkt rate policing supportOz Shlomo2023-01-091-6/+0
| | * | | net/mlx5e: TC, ignore match level for post meter rulesOz Shlomo2023-01-091-0/+1
| | * | | net/mlx5e: IPoIB, Fix child PKEY interface stats on rx pathDragos Tatulea2023-01-091-1/+1
| | * | | net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parentDragos Tatulea2023-01-091-0/+9
| | * | | net/mlx5e: IPoIB, Block queue count configuration when sub interfaces are pre...Dragos Tatulea2023-01-094-7/+62
| | * | | net/mlx5e: Verify dev is present for fix features ndoRoy Novich2023-01-091-0/+3
| | * | | net/mlx5: Fix command stats access after freeMoshe Shemesh2023-01-092-12/+3
| | * | | net/mlx5e: TC, Keep mod hdr actions after mod hdr allocAriel Levkovich2023-01-091-2/+3
| | * | | net/mlx5: check attr pointer validity before dereferencing itAriel Levkovich2023-01-091-1/+1
| | * | | net/mlx5: DR, Fix 'stack frame size exceeds limit' error in dr_ruleYevgeny Kliteynik2023-01-091-4/+7
| * | | | ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu2023-01-111-0/+4
| * | | | net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()Clément Léger2023-01-111-0/+3
| * | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-01-101-9/+15
| |\ \ \ \
| | * | | | ice: Add check for kzallocJiasheng Jiang2023-01-091-9/+14
| | * | | | ice: Fix potential memory leak in ice_gnss_tty_write()Yuan Can2023-01-091-0/+1
| | | |_|/ | | |/| |
| * | | | net: sched: disallow noqueue for qdisc classesFrederick Lawler2023-01-101-0/+5
| | |_|/ | |/| |
| * | | octeontx2-pf: Fix resource leakage in VF driver unbindHariprasad Kelam2023-01-101-0/+2
| * | | Merge branch 'selftests-net-isolate-l2_tos_ttl_inherit-sh-in-its-own-netns'Paolo Abeni2023-01-101-73/+129
| |\ \ \ | | |_|/ | |/| |
| | * | selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure.Guillaume Nault2023-01-101-4/+36
| | * | selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns.Guillaume Nault2023-01-101-69/+93
| | * | selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad".Guillaume Nault2023-01-101-4/+4
| |/ /
| * | Revert "r8169: disable detection of chip version 36"Heiner Kallweit2023-01-091-4/+1
| * | net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel2023-01-091-1/+7
| |/
| * af_unix: selftest: Fix the size of the parameter to connect()Mirsad Goran Todorovac2023-01-091-1/+1
| * net: lan966x: Allow to add rules in TCAM even if not enabledHoratiu Vultur2023-01-091-3/+0
| * gro: take care of DODGY packetsEric Dumazet2023-01-091-2/+3
| * nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()Minsuk Kang2023-01-091-3/+41
| * mlxsw: spectrum_router: Replace 0-length array with flexible arrayKees Cook2023-01-091-1/+1
| * net: ipa: correct IPA v4.7 IMEM offsetAlex Elder2023-01-091-1/+1
| * brcmfmac: Prefer DT board type over DMI board typeIvan T. Ivanov2023-01-091-2/+3
| * Merge tag 'rxrpc-fixes-20230107' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2023-01-0729-1760/+1592
| |\
| | * rxrpc: Fix incoming call setup raceDavid Howells2023-01-074-15/+15
| | * rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-0614-530/+297
| | * rxrpc: Move the client conn cache management to the I/O threadDavid Howells2023-01-066-86/+62
| | * rxrpc: Remove call->state_lockDavid Howells2023-01-0612-184/+142
| | * rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells2023-01-065-111/+109
| | * rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells2023-01-063-60/+63
| | * rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells2023-01-065-24/+38
| | * rxrpc: Split out the call state changing functions into their own fileDavid Howells2023-01-064-89/+108
| | * rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-067-75/+76
| | * rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells2023-01-064-14/+40
| | * rxrpc: Make the set of connection IDs per local endpointDavid Howells2023-01-065-38/+35
| | * rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-0617-444/+484
| | * rxrpc: Clean up connection abortDavid Howells2023-01-068-213/+188
| | * rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-066-9/+55
| | * rxrpc: Only disconnect calls in the I/O threadDavid Howells2023-01-065-15/+9
| | * rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-067-18/+50
| | * rxrpc: Separate call retransmission from other conn eventsDavid Howells2023-01-063-30/+8