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
/
exported-sql-viewer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-16
mptcp: setsockopt: handle receive/send buffer and device bind
Florian Westphal
1
-0
/
+52
2021-04-16
mptcp: setsockopt: handle SO_KEEPALIVE and SO_PRIORITY
Florian Westphal
1
-0
/
+106
2021-04-16
mptcp: tag sequence_seq with socket state
Florian Westphal
4
-5
/
+62
2021-04-16
mptcp: add skeleton to sync msk socket options to subflows
Florian Westphal
4
-8
/
+60
2021-04-16
mptcp: only admit explicitly supported sockopt
Paolo Abeni
1
-0
/
+216
2021-04-16
mptcp: move sockopt function into a new file
Paolo Abeni
4
-121
/
+142
2021-04-16
mptcp: revert "mptcp: forbit mcast-related sockopt on MPTCP sockets"
Matthieu Baerts
1
-45
/
+0
2021-04-16
atl1c: move tx cleanup processing out of interrupt
Gatis Peisenieks
2
-10
/
+36
2021-04-16
net: bridge: switchdev: include local flag in FDB notifications
Vladimir Oltean
9
-14
/
+15
2021-04-16
net: bridge: switchdev: refactor br_switchdev_fdb_notify
Tobias Waldekranz
1
-30
/
+11
2021-04-16
igc: Expose LPI counters
Sasha Neftin
1
-0
/
+2
2021-04-16
igc: Fix overwrites return value
Sasha Neftin
1
-2
/
+2
2021-04-16
igc: enable auxiliary PHC functions for the i225
Ederson de Souza
5
-3
/
+405
2021-04-16
igc: Enable internal i225 PPS
Ederson de Souza
3
-1
/
+37
2021-04-16
igb: Add double-check MTA_REGISTER for i210 and i211
Grzegorz Siwik
1
-0
/
+27
2021-04-16
net/mlx5: Enhance diagnostics info for TX/RX reporters
Aya Levin
2
-0
/
+12
2021-04-16
net/mlx5: Add helper to initialize 1PPS
Aya Levin
1
-8
/
+17
2021-04-16
net/mlx5e: Add ethtool extended link state
Moshe Tal
1
-0
/
+171
2021-04-16
net/mlx5: Add register layout to support extended link state
Moshe Tal
2
-0
/
+51
2021-04-16
net/mlx5: Allocate FC bulk structs with kvzalloc() instead of kzalloc()
Maor Dickman
1
-8
/
+8
2021-04-16
net/mlx5e: Cleanup safe switch channels API by passing params
Maxim Mikityanskiy
5
-116
/
+114
2021-04-16
net/mlx5e: Refactor on-the-fly configuration changes
Maxim Mikityanskiy
5
-113
/
+78
2021-04-16
net/mlx5e: Use mlx5e_safe_switch_channels when channels are closed
Maxim Mikityanskiy
5
-127
/
+40
2021-04-16
net/mlx5e: Allow mlx5e_safe_switch_channels to work with channels closed
Maxim Mikityanskiy
1
-13
/
+27
2021-04-16
net/mlx5e: kTLS, Add resiliency to RX resync failures
Tariq Toukan
10
-18
/
+166
2021-04-16
net/mlx5e: TX, Inline function mlx5e_tls_handle_tx_wqe()
Tariq Toukan
3
-9
/
+7
2021-04-16
net/mlx5e: TX, Inline TLS skb check
Tariq Toukan
3
-5
/
+9
2021-04-16
net/mlx5e: Cleanup unused function parameter
Tariq Toukan
1
-3
/
+2
2021-04-16
net/mlx5e: Remove non-essential TLS SQ state bit
Tariq Toukan
3
-8
/
+3
2021-04-16
scm: fix a typo in put_cmsg()
Eric Dumazet
1
-1
/
+1
2021-04-16
igb: Redistribute memory for transmit packet buffers when in Qav mode
Ederson de Souza
2
-6
/
+6
2021-04-15
mlx5: implement ethtool::get_fec_stats
Jakub Kicinski
3
-2
/
+38
2021-04-15
sfc: ef10: implement ethtool::get_fec_stats
Jakub Kicinski
3
-0
/
+30
2021-04-15
bnxt: implement ethtool::get_fec_stats
Jakub Kicinski
1
-0
/
+15
2021-04-15
ethtool: add FEC statistics
Jakub Kicinski
5
-1
/
+149
2021-04-15
ethtool: fec_prepare_data() - jump to error handling
Jakub Kicinski
1
-3
/
+4
2021-04-15
ethtool: move ethtool_stats_init
Jakub Kicinski
2
-6
/
+6
2021-04-15
scm: optimize put_cmsg()
Eric Dumazet
1
-8
/
+15
2021-04-15
enetc: convert to schedule_work()
Yangbo Lu
1
-1
/
+1
2021-04-15
net: hns3: VF not request link status when PF support push link status feature
Guangbin Huang
3
-3
/
+12
2021-04-15
net: hns3: PF add support for pushing link status to VFs
Guangbin Huang
4
-8
/
+43
2021-04-15
net: phy: at803x: select correct page on config init
David Bauer
1
-1
/
+49
2021-04-14
ice: reduce scope of variable
Paul M Stillwell Jr
1
-1
/
+2
2021-04-14
ice: remove return variable
Paul M Stillwell Jr
3
-8
/
+6
2021-04-14
ice: suppress false cppcheck issues
Bruce Allan
3
-0
/
+5
2021-04-14
ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI types
Brett Creeley
1
-0
/
+2
2021-04-14
ice: remove unused struct member
Jesse Brandeburg
2
-4
/
+3
2021-04-14
ice: use local for consistency
Jesse Brandeburg
1
-5
/
+7
2021-04-14
ice: print name in /proc/iomem
Jesse Brandeburg
1
-1
/
+1
2021-04-14
ice: Reimplement module reads used by ethtool
Scott W Taylor
1
-10
/
+39
[prev]
[next]