index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-13
net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment check
Heng Guo
2
-6
/
+4
2023-10-13
tls: use fixed size for tls_offload_context_{tx,rx}.driver_state
Sabrina Dubroca
1
-2
/
+2
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
3
-23
/
+5
2023-10-13
tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZE
Sabrina Dubroca
4
-6
/
+6
2023-10-13
tls: store rec_seq directly within cipher_context
Sabrina Dubroca
3
-21
/
+4
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: Handle bulk delete policy in bridge driver
Amit Cohen
3
-24
/
+35
2023-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-64
/
+117
2023-10-12
net: gso_test: fix build with gcc-12 and earlier
Florian Westphal
1
-22
/
+22
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
1
-1
/
+6
2023-10-12
Merge tag 'nf-next-23-10-10' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
4
-76
/
+36
2023-10-12
net: tcp: fix crashes trying to free half-baked MTU probes
Jakub Kicinski
1
-0
/
+1
2023-10-11
net: expand skb_segment unit test with frag_list coverage
Willem de Bruijn
1
-0
/
+92
2023-10-11
net: parametrize skb_segment unit test to expand coverage
Willem de Bruijn
1
-17
/
+112
2023-10-11
net: add skb_segment kunit test
Willem de Bruijn
3
-0
/
+97
2023-10-11
net/smc: Fix pos miscalculation in statistics
Nils Hoppmann
1
-5
/
+9
2023-10-11
net/core: Introduce netdev_core_stats_inc()
Yajun Deng
1
-2
/
+19
2023-10-11
net: dsa: remove dsa_port_phylink_validate()
Russell King (Oracle)
1
-15
/
+0
2023-10-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+10
2023-10-11
ethtool: Fix mod state of verbose no_mask bitset
Kory Maincent
1
-6
/
+26
2023-10-11
Merge tag 'linux-can-fixes-for-6.6-20231009' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
1
-11
/
+8
2023-10-11
net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()
Eric Dumazet
1
-18
/
+12
2023-10-11
mctp: perform route lookups under a RCU read-side lock
Jeremy Kerr
1
-6
/
+16
2023-10-11
appletalk: remove ipddp driver
Arnd Bergmann
2
-1
/
+31
2023-10-10
netfilter: conntrack: prefer tcp_error_log to pr_debug
Florian Westphal
1
-3
/
+4
2023-10-10
netfilter: conntrack: simplify nf_conntrack_alter_reply
Florian Westphal
2
-24
/
+1
2023-10-10
netfilter: nf_tables: Don't allocate nft_rule_dump_ctx
Phil Sutter
1
-13
/
+6
2023-10-10
netfilter: nf_tables: Carry s_idx in nft_rule_dump_ctx
Phil Sutter
1
-4
/
+4
2023-10-10
netfilter: nf_tables: Carry reset flag in nft_rule_dump_ctx
Phil Sutter
1
-10
/
+9
2023-10-10
netfilter: nf_tables: Drop pointless memset when dumping rules
Phil Sutter
1
-4
/
+0
2023-10-10
netfilter: nf_tables: Always allocate nft_rule_dump_ctx
Phil Sutter
1
-27
/
+21
2023-10-10
net/smc: Fix dependency of SMC on ISM
Gerd Bayer
1
-0
/
+1
2023-10-10
tcp: change data receiver flowlabel after one dup
David Morley
1
-3
/
+11
2023-10-10
tcp: record last received ipv6 flowlabel
David Morley
4
-5
/
+20
2023-10-10
net: refine debug info in skb_checksum_help()
Eric Dumazet
1
-2
/
+6
2023-10-09
xdp: Fix zero-size allocation warning in xskq_create()
Andrew Kanner
1
-0
/
+10
2023-10-07
net: sock_dequeue_err_skb() optimization
Eric Dumazet
1
-0
/
+3
2023-10-07
Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
72
-2834
/
+2830
2023-10-07
devlink: Hold devlink lock on health reporter dump get
Moshe Shemesh
1
-14
/
+16
2023-10-07
Merge tag 'linux-can-next-for-6.7-20231005' of git://git.kernel.org/pub/scm/l...
Jakub Kicinski
1
-2
/
+1
2023-10-06
Merge wireless into wireless-next
Johannes Berg
42
-9949
/
+10144
[next]