summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-13net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo
2023-10-13tls: use fixed size for tls_offload_context_{tx,rx}.driver_stateSabrina Dubroca
2023-10-13tls: validate crypto_info in a separate helperSabrina Dubroca
2023-10-13tls: remove tls_context argument from tls_set_device_offloadSabrina Dubroca
2023-10-13tls: remove tls_context argument from tls_set_sw_offloadSabrina Dubroca
2023-10-13tls: add a helper to allocate/initialize offload_ctx_txSabrina Dubroca
2023-10-13tls: also use init_prot_info in tls_set_device_offloadSabrina Dubroca
2023-10-13tls: move tls_prot_info initialization out of tls_set_sw_offloadSabrina Dubroca
2023-10-13tls: extract context alloc/initialization out of tls_set_sw_offloadSabrina Dubroca
2023-10-13tls: store iv directly within cipher_contextSabrina Dubroca
2023-10-13tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca
2023-10-13tls: store rec_seq directly within cipher_contextSabrina Dubroca
2023-10-13tls: drop unnecessary cipher_type checks in tls offloadSabrina Dubroca
2023-10-13tls: get salt using crypto_info_salt in tls_enc_skbSabrina Dubroca
2023-10-13net: Handle bulk delete policy in bridge driverAmit Cohen
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-12net: gso_test: fix build with gcc-12 and earlierFlorian Westphal
2023-10-12nfc: nci: assert requested protocol is validJeremy Cline
2023-10-12af_packet: Fix fortified memcpy() without flex array.Kuniyuki Iwashima
2023-10-11Merge tag 'nf-next-23-10-10' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-10-11net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski
2023-10-11net: expand skb_segment unit test with frag_list coverageWillem de Bruijn
2023-10-11net: parametrize skb_segment unit test to expand coverageWillem de Bruijn
2023-10-11net: add skb_segment kunit testWillem de Bruijn
2023-10-11net/smc: Fix pos miscalculation in statisticsNils Hoppmann
2023-10-11net/core: Introduce netdev_core_stats_inc()Yajun Deng
2023-10-11net: dsa: remove dsa_port_phylink_validate()Russell King (Oracle)
2023-10-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-10ethtool: Fix mod state of verbose no_mask bitsetKory Maincent
2023-10-10Merge tag 'linux-can-fixes-for-6.6-20231009' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2023-10-10net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet
2023-10-10mctp: perform route lookups under a RCU read-side lockJeremy Kerr
2023-10-10appletalk: remove ipddp driverArnd Bergmann
2023-10-10netfilter: conntrack: prefer tcp_error_log to pr_debugFlorian Westphal
2023-10-10netfilter: conntrack: simplify nf_conntrack_alter_replyFlorian Westphal
2023-10-10netfilter: nf_tables: Don't allocate nft_rule_dump_ctxPhil Sutter
2023-10-10netfilter: nf_tables: Carry s_idx in nft_rule_dump_ctxPhil Sutter
2023-10-10netfilter: nf_tables: Carry reset flag in nft_rule_dump_ctxPhil Sutter
2023-10-10netfilter: nf_tables: Drop pointless memset when dumping rulesPhil Sutter
2023-10-10netfilter: nf_tables: Always allocate nft_rule_dump_ctxPhil Sutter
2023-10-10net/smc: Fix dependency of SMC on ISMGerd Bayer
2023-10-10tcp: change data receiver flowlabel after one dupDavid Morley
2023-10-10tcp: record last received ipv6 flowlabelDavid Morley
2023-10-09net: refine debug info in skb_checksum_help()Eric Dumazet
2023-10-09xdp: Fix zero-size allocation warning in xskq_create()Andrew Kanner
2023-10-06net: sock_dequeue_err_skb() optimizationEric Dumazet
2023-10-06Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-10-06devlink: Hold devlink lock on health reporter dump getMoshe Shemesh
2023-10-06Merge tag 'linux-can-next-for-6.7-20231005' of git://git.kernel.org/pub/scm/l...Jakub Kicinski
2023-10-06Merge wireless into wireless-nextJohannes Berg