index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mptcp: keep track of local endpoint still available for each msk
Paolo Abeni
2022-01-07
5
-55
/
+91
*
mptcp: clean-up MPJ option writing
Paolo Abeni
2022-01-07
1
-21
/
+23
*
mptcp: fix per socket endpoint accounting
Paolo Abeni
2022-01-07
1
-6
/
+12
*
selftests: mptcp: add disconnect tests
Paolo Abeni
2022-01-07
2
-27
/
+160
*
mptcp: implement support for user-space disconnect
Paolo Abeni
2022-01-07
1
-4
/
+13
*
mptcp: cleanup accept and poll
Paolo Abeni
2022-01-07
3
-20
/
+7
*
mptcp: full disconnect implementation
Paolo Abeni
2022-01-07
4
-28
/
+98
*
mptcp: implement fastclose xmit path
Paolo Abeni
2022-01-07
2
-12
/
+46
*
mptcp: keep snd_una updated for fallback socket
Paolo Abeni
2022-01-07
1
-0
/
+1
*
Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
2022-01-07
19
-236
/
+675
|
\
|
*
Documentation: devlink: mlx5.rst: Fix htmldoc build warning
Saeed Mahameed
2022-01-07
1
-0
/
+1
|
*
net/mlx5e: Add recovery flow in case of error CQE
Gal Pressman
2022-01-07
1
-9
/
+11
|
*
net/mlx5e: TC, Remove redundant error logging
Roi Dayan
2022-01-07
1
-8
/
+0
|
*
net/mlx5e: Refactor set_pflag_cqe_based_moder
Saeed Mahameed
2022-01-07
1
-12
/
+7
|
*
net/mlx5e: Move HW-GRO and CQE compression check to fix features flow
Gal Pressman
2022-01-07
1
-5
/
+5
|
*
net/mlx5e: Fix feature check per profile
Aya Levin
2022-01-07
1
-1
/
+1
|
*
net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch manager
Maor Dickman
2022-01-07
1
-1
/
+1
|
*
net/mlx5e: Expose FEC counters via ethtool
Lama Kayal
2022-01-07
1
-3
/
+98
|
*
net/mlx5: Update log_max_qp value to FW max capability
Maher Sanalla
2022-01-07
1
-2
/
+6
|
*
net/mlx5: SF, Use all available cpu for setting cpu affinity
Shay Drory
2022-01-07
5
-34
/
+201
|
*
net/mlx5: Introduce API for bulk request and release of IRQs
Shay Drory
2022-01-07
5
-47
/
+135
|
*
net/mlx5: Split irq_pool_affinity logic to new file
Shay Drory
2022-01-07
5
-97
/
+157
|
*
net/mlx5: Move affinity assignment into irq_request
Shay Drory
2022-01-07
1
-13
/
+9
|
*
net/mlx5: Introduce control IRQ request API
Shay Drory
2022-01-07
3
-10
/
+58
|
*
net/mlx5: mlx5e_hv_vhca_stats_create return type to void
Saeed Mahameed
2022-01-07
2
-15
/
+6
*
|
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2022-01-07
13
-180
/
+263
|
\
\
|
*
|
ice: Use bitmap_free() to free bitmap
Christophe JAILLET
2022-01-06
1
-1
/
+1
|
*
|
ice: Optimize a few bitmap operations
Christophe JAILLET
2022-01-06
1
-3
/
+3
|
*
|
ice: Slightly simply ice_find_free_recp_res_idx
Christophe JAILLET
2022-01-06
1
-2
/
+0
|
*
|
ice: improve switchdev's slow-path
Wojciech Drewek
2022-01-06
10
-170
/
+220
|
*
|
ice: replay advanced rules after reset
Victor Raj
2022-01-06
2
-4
/
+39
|
|
/
*
|
Merge branch 'mlxsw-add-spectrum-4-support'
Jakub Kicinski
2022-01-07
11
-62
/
+468
|
\
\
|
*
|
mlxsw: spectrum: Extend to support Spectrum-4 ASIC
Amit Cohen
2022-01-07
4
-1
/
+98
|
*
|
mlxsw: spectrum_acl_bloom_filter: Add support for Spectrum-4 calculation
Amit Cohen
2022-01-07
2
-16
/
+252
|
*
|
mlxsw: Add operations structure for bloom filter calculation
Amit Cohen
2022-01-07
4
-2
/
+18
|
*
|
mlxsw: spectrum_acl_bloom_filter: Rename Spectrum-2 specific objects for futu...
Amit Cohen
2022-01-07
1
-25
/
+25
|
*
|
mlxsw: spectrum_acl_bloom_filter: Make mlxsw_sp_acl_bf_key_encode() more flex...
Amit Cohen
2022-01-07
1
-11
/
+25
|
*
|
mlxsw: spectrum_acl_bloom_filter: Reorder functions to make the code more aes...
Amit Cohen
2022-01-07
1
-8
/
+8
|
*
|
mlxsw: Introduce flex key elements for Spectrum-4
Amit Cohen
2022-01-07
2
-0
/
+43
|
*
|
mlxsw: Rename virtual router flex key element
Amit Cohen
2022-01-07
4
-12
/
+12
|
/
/
*
|
Merge branch 'dpaa2-eth-small-cleanup'
Jakub Kicinski
2022-01-07
2
-5
/
+24
|
\
\
|
*
|
dpaa2-switch: check if the port priv is valid
Ioana Ciornei
2022-01-07
1
-3
/
+6
|
*
|
dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not...
Ioana Ciornei
2022-01-07
1
-1
/
+14
|
*
|
dpaa2-mac: bail if the dpmacs fwnode is not found
Robert-Ionut Alexa
2022-01-07
1
-1
/
+4
|
/
/
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-01-07
36
-368
/
+1214
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'net: bpf: handle return value of post_bind{4,6} and add selftes...
Alexei Starovoitov
2022-01-07
10
-148
/
+233
|
|
\
|
|
*
bpf: selftests: Add bind retry for post_bind{4, 6}
Menglong Dong
2022-01-07
1
-20
/
+130
|
|
*
bpf: selftests: Use C99 initializers in test_sock.c
Menglong Dong
2022-01-07
1
-128
/
+92
|
|
*
net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
Menglong Dong
2022-01-07
9
-0
/
+11
|
|
/
|
*
bpf/selftests: Test bpf_d_path on rdonly_mem.
Hao Luo
2022-01-07
2
-1
/
+49
[next]