index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
argv_split.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-29
mptcp: Safely store sequence number when sending data
Mat Martineau
1
-1
/
+1
2020-07-29
mptcp: Safely read sequence number when lock isn't held
Mat Martineau
1
-1
/
+1
2020-07-29
mptcp: Skip unnecessary skb extension allocation for bare acks
Mat Martineau
1
-3
/
+6
2020-07-29
mptcp: Only use subflow EOF signaling on fallback connections
Mat Martineau
1
-1
/
+2
2020-07-29
mptcp: Use full MPTCP-level disconnect state machine
Mat Martineau
3
-17
/
+92
2020-07-29
mptcp: Add helper to process acks of DATA_FIN
Mat Martineau
1
-8
/
+46
2020-07-29
mptcp: Add mptcp_close_state() helper
Mat Martineau
1
-0
/
+27
2020-07-29
mptcp: Track received DATA_FIN sequence number and add related helpers
Mat Martineau
3
-10
/
+115
2020-07-29
mptcp: Use MPTCP-level flag for sending DATA_FIN
Mat Martineau
3
-24
/
+18
2020-07-29
mptcp: Remove outdated and incorrect comment
Mat Martineau
1
-1
/
+0
2020-07-29
mptcp: Return EPIPE if sending is shut down during a sendmsg
Mat Martineau
1
-0
/
+5
2020-07-29
mptcp: Allow DATA_FIN in headers without TCP FIN
Mat Martineau
1
-10
/
+3
2020-07-28
net: improve the user pointer check in init_user_sockptr
Christoph Hellwig
3
-14
/
+8
2020-07-28
net: remove sockptr_advance
Christoph Hellwig
10
-48
/
+49
2020-07-28
net: make sockptr_is_null strict aliasing safe
Christoph Hellwig
1
-1
/
+3
2020-07-28
netfilter: arp_tables: restore a SPDX identifier
Christoph Hellwig
1
-1
/
+1
2020-07-28
mlxsw: core: Add support for temperature thresholds reading for QSFP-DD trans...
Vadim Pasternak
2
-10
/
+23
2020-07-28
mlxsw: core: Add ethtool support for QSFP-DD transceivers
Vadim Pasternak
2
-2
/
+21
2020-07-28
farsync: use generic power management
Vaibhav Gupta
1
-6
/
+4
2020-07-28
net/mlx5: drop unnecessary list_empty
Julia Lawall
2
-10
/
+8
2020-07-28
net/mlx5: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
8
-13
/
+13
2020-07-28
net/mlx5: DR, Reduce print level for matcher print
Alex Vesker
1
-1
/
+1
2020-07-28
net/mlx5e: Add support for PCI relaxed ordering
Aya Levin
3
-2
/
+13
2020-07-28
net/mlx5e: Use indirect call wrappers for RX post WQEs functions
Tariq Toukan
5
-8
/
+7
2020-07-28
net/mlx5e: Move exposure of datapath function to txrx header
Tariq Toukan
4
-23
/
+29
2020-07-28
net/mlx5e: RX, Re-work initializaiton of RX function pointers
Tariq Toukan
9
-96
/
+112
2020-07-28
net/mlx5e: Link non uplink representors to PCI device
Parav Pandit
1
-1
/
+1
2020-07-28
net/mlx5: E-switch, Use eswitch total_vports
Parav Pandit
1
-7
/
+7
2020-07-28
net/mlx5: E-switch, Reuse total_vports and avoid duplicate nvports
Parav Pandit
2
-8
/
+6
2020-07-28
net/mlx5: E-switch, Consider maximum vf vports for steering init
Parav Pandit
1
-7
/
+1
2020-07-28
net/mlx5: Add function ID to reclaim pages debug log
Avihu Hagag
1
-1
/
+2
2020-07-28
net/mlx5: Hold pages RB tree per VF
Eran Ben Elisha
2
-39
/
+105
2020-07-27
net/mlx4: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
3
-5
/
+5
2020-07-27
qed: fix assignment of n_rq_elems to incorrect params field
Colin Ian King
1
-1
/
+1
2020-07-27
sfc_ef100: implement ndo_get_phys_port_{id,name}
Edward Cree
2
-0
/
+23
2020-07-27
sfc_ef100: read device MAC address at probe time
Edward Cree
2
-1
/
+40
2020-07-27
sfc_ef100: probe the PHY and configure the MAC
Edward Cree
1
-1
/
+41
2020-07-27
sfc_ef100: actually perform resets
Edward Cree
1
-0
/
+9
2020-07-27
sfc_ef100: extend ef100_check_caps to cover datapath_caps3
Edward Cree
3
-3
/
+11
2020-07-27
sfc_ef100: read datapath caps, implement check_caps
Edward Cree
2
-2
/
+58
2020-07-27
sfc_ef100: process events for MCDI completions
Edward Cree
1
-1
/
+56
2020-07-27
sfc_ef100: implement ndo_open/close and EVQ probing
Edward Cree
7
-0
/
+225
2020-07-27
sfc_ef100: implement MCDI transport
Edward Cree
2
-0
/
+107
2020-07-27
sfc_ef100: don't call efx_reset_down()/up() on EF100
Edward Cree
1
-3
/
+8
2020-07-27
sfc_ef100: PHY probe stub
Edward Cree
1
-0
/
+14
2020-07-27
sfc_ef100: reset-handling stub
Edward Cree
1
-0
/
+50
2020-07-27
sfc: skeleton EF100 PF driver
Edward Cree
26
-13
/
+1095
2020-07-27
sfc_ef100: register accesses on EF100
Edward Cree
2
-3
/
+15