index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-13
tls: use fixed size for tls_offload_context_{tx,rx}.driver_state
Sabrina Dubroca
1
-10
/
+4
2023-10-13
chcr_ktls: use tls_offload_context_tx and driver_state like other drivers
Sabrina Dubroca
2
-33
/
+46
2023-10-13
tls: validate crypto_info in a separate helper
Sabrina Dubroca
1
-24
/
+27
2023-10-13
tls: remove tls_context argument from tls_set_device_offload
Sabrina Dubroca
3
-10
/
+10
2023-10-13
tls: remove tls_context argument from tls_set_sw_offload
Sabrina Dubroca
4
-14
/
+12
2023-10-13
tls: add a helper to allocate/initialize offload_ctx_tx
Sabrina Dubroca
1
-14
/
+25
2023-10-13
tls: also use init_prot_info in tls_set_device_offload
Sabrina Dubroca
3
-14
/
+18
2023-10-13
tls: move tls_prot_info initialization out of tls_set_sw_offload
Sabrina Dubroca
1
-28
/
+34
2023-10-13
tls: extract context alloc/initialization out of tls_set_sw_offload
Sabrina Dubroca
1
-35
/
+51
2023-10-13
tls: store iv directly within cipher_context
Sabrina Dubroca
4
-24
/
+7
2023-10-13
tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZE
Sabrina Dubroca
5
-7
/
+7
2023-10-13
tls: store rec_seq directly within cipher_context
Sabrina Dubroca
4
-22
/
+5
2023-10-13
tls: drop unnecessary cipher_type checks in tls offload
Sabrina Dubroca
2
-21
/
+4
2023-10-13
tls: get salt using crypto_info_salt in tls_enc_skb
Sabrina Dubroca
1
-3
/
+1
2023-10-13
net: stmmac: fix typo in comment
Johannes Zink
1
-1
/
+1
2023-10-13
selftests: netdevsim: use suitable existing dummy file for flash test
Jiri Pirko
1
-7
/
+14
2023-10-13
xen-netback: add software timestamp capabilities
Luca Fancellu
1
-1
/
+4
2023-10-13
ibmvnic: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+2
2023-10-13
net: fec: replace deprecated strncpy with ethtool_sprintf
Justin Stitt
1
-4
/
+2
2023-10-13
net: mdio: xgene: Use device_get_match_data()
Rob Herring
1
-15
/
+4
2023-10-13
net: wwan: t7xx: Add __counted_by for struct t7xx_fsm_event and use struct_si...
Gustavo A. R. Silva
2
-2
/
+3
2023-10-13
net: ethernet: wiznet: Use spi_get_device_match_data()
Rob Herring
1
-10
/
+2
2023-10-13
net: ethernet: Use device_get_match_data()
Rob Herring
13
-132
/
+40
2023-10-13
net: stmmac: dwmac-stm32: refactor clock config
Ben Wolsieffer
1
-68
/
+45
2023-10-13
selftests: fdb_flush: Add test cases for FDB flush with bridge device
Amit Cohen
1
-0
/
+96
2023-10-13
selftests: Add test cases for FDB flush with VXLAN device
Amit Cohen
2
-0
/
+717
2023-10-13
vxlan: vxlan_core: Support FDB flushing by destination IP
Amit Cohen
1
-1
/
+20
2023-10-13
vxlan: vxlan_core: Support FDB flushing by destination port
Amit Cohen
1
-1
/
+9
2023-10-13
vxlan: vxlan_core: Support FDB flushing by destination VNI
Amit Cohen
1
-0
/
+51
2023-10-13
vxlan: vxlan_core: Support FDB flushing by nexthop ID
Amit Cohen
1
-0
/
+15
2023-10-13
vxlan: vxlan_core: Support FDB flushing by source VNI
Amit Cohen
1
-0
/
+8
2023-10-13
vxlan: vxlan_core: Add support for FDB flush
Amit Cohen
1
-0
/
+56
2023-10-13
vxlan: vxlan_core: Do not skip default entry in vxlan_flush() by default
Amit Cohen
1
-6
/
+18
2023-10-13
vxlan: vxlan_core: Make vxlan_flush() more generic for future use
Amit Cohen
1
-4
/
+26
2023-10-13
net: Handle bulk delete policy in bridge driver
Amit Cohen
4
-30
/
+37
2023-10-12
net: gso_test: fix build with gcc-12 and earlier
Florian Westphal
1
-22
/
+22
2023-10-12
nfp: add support CHACHA20-POLY1305 offload for ipsec
Shihong Wang
1
-3
/
+42
2023-10-12
IXP4xx MAINTAINERS entries
Krzysztof HaĆasa
1
-17
/
+8
2023-10-12
rswitch: Fix imbalance phy_power_off() calling
Yoshihiro Shimoda
1
-1
/
+1
2023-10-12
rswitch: Fix renesas_eth_sw_remove() implementation
Yoshihiro Shimoda
1
-4
/
+6
2023-10-12
octeontx2-pf: Fix page pool frag allocation warning
Ratheesh Kannoth
1
-0
/
+1
2023-10-12
nfc: nci: assert requested protocol is valid
Jeremy Cline
1
-0
/
+5
2023-10-12
af_packet: Fix fortified memcpy() without flex array.
Kuniyuki Iwashima
2
-6
/
+7
2023-10-12
pinctrl: renesas: rzn1: Enable missing PINMUX
Ralph Siemsen
1
-0
/
+1
2023-10-12
netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_schedule
Christian Marangi
2
-6
/
+2
2023-10-12
net: tc35815: rework network interface interrupt logic
Christian Marangi
1
-7
/
+3
2023-10-12
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
19
-31
/
+21
2023-10-12
netdev: make napi_schedule return bool on NAPI successful schedule
Christian Marangi
1
-2
/
+9
2023-10-12
netdev: replace simple napi_schedule_prep/__napi_schedule to napi_schedule
Christian Marangi
2
-4
/
+3
2023-10-12
bna: replace deprecated strncpy with strscpy_pad
Justin Stitt
1
-1
/
+1
[next]