index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-07
net: ena: Change return value of ena_calc_io_queue_size() to void
Arthur Kiyanovski
1
-5
/
+3
2022-01-07
af_packet: fix tracking issues in packet_do_bind()
Eric Dumazet
1
-19
/
+8
2022-01-07
mptcp: reuse __mptcp_make_csum in validate_data_csum
Geliang Tang
1
-9
/
+6
2022-01-07
mptcp: change the parameter of __mptcp_make_csum
Geliang Tang
2
-4
/
+5
2022-01-07
selftests: mptcp: more stable join tests-cases
Paolo Abeni
1
-52
/
+68
2022-01-07
net: dsa: felix: add port fast age support
Vladimir Oltean
3
-0
/
+50
2022-01-07
net: mscc: ocelot: fix incorrect balancing with down LAG ports
Vladimir Oltean
1
-15
/
+11
2022-01-07
net/tls: Fix skb memory leak when running kTLS traffic
Gal Pressman
1
-0
/
+1
2022-01-07
iavf: remove an unneeded variable
Jason Wang
1
-3
/
+1
2022-01-07
i40e: remove variables set but not used
Yang Li
1
-5
/
+0
2022-01-07
i40e: Remove non-inclusive language
Mateusz Palczewski
2
-3
/
+3
2022-01-07
i40e: Update FW API version
Mateusz Palczewski
1
-2
/
+2
2022-01-07
i40e: Minimize amount of busy-waiting during AQ send
Jedrzej Jagielski
3
-14
/
+35
2022-01-07
i40e: Add ensurance of MacVlan resources for every trusted VF
Karen Sornek
1
-5
/
+29
2022-01-07
sch_cake: revise Diffserv docs
Kevin Bracey
1
-20
/
+20
2022-01-07
mptcp: avoid atomic bit manipulation when possible
Paolo Abeni
3
-31
/
+38
2022-01-07
mptcp: cleanup MPJ subflow list handling
Paolo Abeni
5
-104
/
+60
2022-01-07
selftests: mptcp: add tests for subflow creation failure
Paolo Abeni
2
-1
/
+78
2022-01-07
mptcp: do not block subflows creation on errors
Paolo Abeni
4
-31
/
+71
2022-01-07
mptcp: keep track of local endpoint still available for each msk
Paolo Abeni
5
-55
/
+91
2022-01-07
mptcp: clean-up MPJ option writing
Paolo Abeni
1
-21
/
+23
2022-01-07
mptcp: fix per socket endpoint accounting
Paolo Abeni
1
-6
/
+12
2022-01-07
selftests: mptcp: add disconnect tests
Paolo Abeni
2
-27
/
+160
2022-01-07
mptcp: implement support for user-space disconnect
Paolo Abeni
1
-4
/
+13
2022-01-07
mptcp: cleanup accept and poll
Paolo Abeni
3
-20
/
+7
2022-01-07
mptcp: full disconnect implementation
Paolo Abeni
4
-28
/
+98
2022-01-07
mptcp: implement fastclose xmit path
Paolo Abeni
2
-12
/
+46
2022-01-07
mptcp: keep snd_una updated for fallback socket
Paolo Abeni
1
-0
/
+1
2022-01-06
mlxsw: spectrum: Extend to support Spectrum-4 ASIC
Amit Cohen
4
-1
/
+98
2022-01-06
mlxsw: spectrum_acl_bloom_filter: Add support for Spectrum-4 calculation
Amit Cohen
2
-16
/
+252
2022-01-06
mlxsw: Add operations structure for bloom filter calculation
Amit Cohen
4
-2
/
+18
2022-01-06
mlxsw: spectrum_acl_bloom_filter: Rename Spectrum-2 specific objects for future use
Amit Cohen
1
-25
/
+25
2022-01-06
mlxsw: spectrum_acl_bloom_filter: Make mlxsw_sp_acl_bf_key_encode() more flexible
Amit Cohen
1
-11
/
+25
2022-01-06
mlxsw: spectrum_acl_bloom_filter: Reorder functions to make the code more aesthetic
Amit Cohen
1
-8
/
+8
2022-01-06
mlxsw: Introduce flex key elements for Spectrum-4
Amit Cohen
2
-0
/
+43
2022-01-06
mlxsw: Rename virtual router flex key element
Amit Cohen
4
-12
/
+12
2022-01-06
dpaa2-switch: check if the port priv is valid
Ioana Ciornei
1
-3
/
+6
2022-01-06
dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not set
Ioana Ciornei
1
-1
/
+14
2022-01-06
dpaa2-mac: bail if the dpmacs fwnode is not found
Robert-Ionut Alexa
1
-1
/
+4
2022-01-06
bpf: selftests: Add bind retry for post_bind{4, 6}
Menglong Dong
1
-20
/
+130
2022-01-06
bpf: selftests: Use C99 initializers in test_sock.c
Menglong Dong
1
-128
/
+92
2022-01-06
net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
Menglong Dong
9
-0
/
+11
2022-01-06
Documentation: devlink: mlx5.rst: Fix htmldoc build warning
Saeed Mahameed
1
-0
/
+1
2022-01-06
net/mlx5e: Add recovery flow in case of error CQE
Gal Pressman
1
-9
/
+11
2022-01-06
net/mlx5e: TC, Remove redundant error logging
Roi Dayan
1
-8
/
+0
2022-01-06
net/mlx5e: Refactor set_pflag_cqe_based_moder
Saeed Mahameed
1
-12
/
+7
2022-01-06
net/mlx5e: Move HW-GRO and CQE compression check to fix features flow
Gal Pressman
1
-5
/
+5
2022-01-06
net/mlx5e: Fix feature check per profile
Aya Levin
1
-1
/
+1
2022-01-06
net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch manager
Maor Dickman
1
-1
/
+1
2022-01-06
net/mlx5e: Expose FEC counters via ethtool
Lama Kayal
1
-3
/
+98
[next]