index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
caif
/
cfdbgl.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing
David Howells
10
-55
/
+65
2022-12-01
rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing
David Howells
13
-76
/
+129
2022-12-01
rxrpc: Extract the code from a received ABORT packet much earlier
David Howells
2
-23
/
+20
2022-12-01
rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundle
David Howells
14
-108
/
+131
2022-12-01
rxrpc: Remove the [_k]net() debugging macros
David Howells
9
-82
/
+3
2022-12-01
rxrpc: Remove the [k_]proto() debugging macros
David Howells
8
-46
/
+63
2022-12-01
rxrpc: Remove handling of duplicate packets in recvmsg_queue
David Howells
1
-18
/
+0
2022-12-01
rxrpc: Remove decl for rxrpc_kernel_call_is_complete()
David Howells
1
-1
/
+0
2022-12-01
rxrpc: Fix call leak
David Howells
1
-1
/
+0
2022-12-01
rxrpc: Implement an in-kernel rxperf server for testing purposes
David Howells
5
-0
/
+655
2022-12-01
rxrpc: Fix checker warning
David Howells
1
-5
/
+9
2022-11-30
selftests/net: add csum offload test
Willem de Bruijn
3
-0
/
+988
2022-11-30
net: pcs: altera-tse: remove unnecessary register definitions
Maxime Chevallier
1
-9
/
+0
2022-11-30
net: pcs: altera-tse: don't set the speed for 1000BaseX
Maxime Chevallier
1
-1
/
+0
2022-11-30
net: pcs: altera-tse: use read_poll_timeout to wait for reset
Maxime Chevallier
1
-8
/
+3
2022-11-30
selftests: mptcp: mptfo Initiator/Listener
Dmytro Shytyi
2
-42
/
+150
2022-11-30
mptcp: add support for TCP_FASTOPEN_KEY sockopt
Matthieu Baerts
1
-3
/
+3
2022-11-30
mptcp: add TCP_FASTOPEN sock option
Dmytro Shytyi
1
-1
/
+4
2022-11-30
mptcp: add subflow_v(4,6)_send_synack()
Dmytro Shytyi
4
-1
/
+92
2022-11-30
mptcp: implement delayed seq generation for passive fastopen
Dmytro Shytyi
6
-15
/
+54
2022-11-30
mptcp: consolidate initial ack seq generation
Paolo Abeni
4
-45
/
+45
2022-11-30
mptcp: track accurately the incoming MPC suboption type
Paolo Abeni
1
-3
/
+8
2022-11-30
mptcp: add MSG_FASTOPEN sendmsg flag support
Dmytro Shytyi
1
-6
/
+3
2022-11-29
udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()
Yuan Can
1
-0
/
+2
2022-11-29
net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed
Yoshihiro Shimoda
1
-0
/
+1
2022-11-29
MAINTAINERS: Update maintainer list for chelsio drivers
Ayush Sawal
1
-4
/
+0
2022-11-29
ionic: update MAINTAINERS entry
Shannon Nelson
2
-1
/
+3
2022-11-29
sctp: fix memory leak in sctp_stream_outq_migrate()
Zhengchao Shao
5
-7
/
+49
2022-11-29
packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE
Willem de Bruijn
1
-4
/
+2
2022-11-29
net/mlx5: Lag, Fix for loop when checking lag
Chris Mi
1
-2
/
+4
2022-11-29
Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"
Saeed Mahameed
2
-0
/
+23
2022-11-29
nfp: ethtool: support reporting link modes
Yu Xiao
5
-0
/
+173
2022-11-29
net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...
Jiri Pirko
1
-2
/
+2
2022-11-29
net: microchip: vcap: Implement w32be
Horatiu Vultur
1
-4
/
+112
2022-11-29
net: lan966x: Add port keyset config and callback interface
Horatiu Vultur
1
-0
/
+366
2022-11-29
net: lan966x: add tc matchall goto action
Horatiu Vultur
4
-1
/
+70
2022-11-29
net: lan966x: add tc flower support for VCAP API
Horatiu Vultur
5
-1
/
+421
2022-11-29
net: lan966x: add vcap registers
Horatiu Vultur
2
-0
/
+199
2022-11-29
net: lan966x: Add is2 vcap model to vcap API.
Horatiu Vultur
4
-1
/
+1624
2022-11-29
net: lan966x: Add initial VCAP
Horatiu Vultur
5
-1
/
+47
2022-11-29
net: microchip: vcap: Extend vcap with lan966x
Horatiu Vultur
1
-56
/
+146
2022-11-29
net: microchip: vcap: Merge the vcap_ag_api_kunit.h into vcap_ag_api.h
Horatiu Vultur
3
-720
/
+393
2022-11-29
net: marvell: prestera: Fix a NULL vs IS_ERR() check in some functions
Shang XiaoJing
2
-3
/
+3
2022-11-29
net: tun: Fix use-after-free in tun_detach()
Shigeru Yoshida
1
-1
/
+3
2022-11-29
net: ethernet: mtk_wed: add reset to tx_ring_setup callback
Lorenzo Bianconi
3
-13
/
+16
2022-11-29
net: ethernet: mtk_wed: add mtk_wed_rx_reset routine
Lorenzo Bianconi
2
-37
/
+162
2022-11-29
net: ethernet: mtk_wed: update mtk_wed_stop
Lorenzo Bianconi
2
-9
/
+27
2022-11-29
net: ethernet: mtk_wed: move MTK_WDMA_RESET_IDX_TX configuration in mtk_wdma_...
Lorenzo Bianconi
1
-11
/
+4
2022-11-29
net: ethernet: mtk_wed: return status value in mtk_wdma_rx_reset
Lorenzo Bianconi
1
-13
/
+12
2022-11-29
net: mvpp2: Consider NVMEM cells as possible MAC address source
Miquel Raynal
1
-0
/
+7
[next]