aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-04-10net: use SKB_CONSUMED in skb_attempt_defer_free()Pavel Begunkov1-1/+1
2024-04-10net: cache for same cpu skb_attempt_defer_freePavel Begunkov1-1/+14
2024-04-10tcp: tweak tcp_sock_write_txrx size assertionEric Dumazet1-1/+5
2024-04-10net: sched: cls_api: fix slab-use-after-free in fl_dump_keyJianbo Liu1-1/+1
2024-04-09net: remove napi_frag_unrefMina Almasry1-1/+1
2024-04-09net: make napi_frag_unref reuse skb_page_unrefMina Almasry2-2/+2
2024-04-09net: sched: cake: Optimize the number of function calls and branches in heap ...Kuan-Wei Chiu1-1/+1
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet5-16/+27
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet4-10/+15
2024-04-08devlink: Support setting max_io_eqsParav Pandit1-0/+53
2024-04-08net: display more skb fields in skb_dump()Eric Dumazet1-6/+12
2024-04-08mptcp: add reset reason options in some placesJason Xing1-5/+15
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault5-7/+12
2024-04-08af_packet: avoid a false positive warning in packet_setsockopt()Eric Dumazet1-12/+14
2024-04-08net: handle HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2024-04-08tcp: more struct tcp_sock adjustmentsEric Dumazet1-4/+4
2024-04-08Merge tag 'batadv-next-pullrequest-20240405' of git://git.open-mesh.org/linux...David S. Miller3-45/+6
2024-04-08net: dqs: use sysfs_emit() in favor of sprintf()Eric Dumazet1-3/+3
2024-04-08ip_tunnel: harden copying IP tunnel params to userspaceAlexander Lobakin1-0/+2
2024-04-08ipv6: remove RTNL protection from ip6addrlbl_dump()Eric Dumazet1-7/+11
2024-04-08inet: frags: delay fqdir_free_fn()Eric Dumazet1-2/+2
2024-04-08ip6_vti: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-04-08ip6_vti: Do not use custom stat allocatorBreno Leitao1-10/+1
2024-04-06net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2-2/+51
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+9
2024-04-06netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski1-1/+1
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski6-18/+11
2024-04-05tcp: annotate data-races around tp->window_clampEric Dumazet7-23/+29
2024-04-05ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu1-1/+51
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-98/+216
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds29-92/+208
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+6
2024-04-04netfilter: validate user input for expected lengthEric Dumazet4-0/+18
2024-04-04Merge tag 'nf-24-04-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-16/+34
2024-04-04net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet1-5/+5
2024-04-04netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso1-4/+5
2024-04-04netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan1-2/+7
2024-04-04netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso1-0/+3
2024-04-04netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso1-0/+1
2024-04-04netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso1-5/+8
2024-04-04netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso1-5/+10
2024-04-03Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski15-70/+207
2024-04-03net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet1-1/+1
2024-04-03af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima2-43/+1
2024-04-03af_unix: Remove scm_fp_dup() in unix_attach_fds().Kuniyuki Iwashima1-7/+2
2024-04-03trace: tcp: fully support trace_tcp_send_resetJason Xing2-5/+5
2024-04-03net: enable timestamp static key if CPUMarcelo Tosatti1-0/+5
2024-04-03net/smc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-12/+20
2024-04-02ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima1-7/+7
2024-04-02caif: Use UTILITY_NAME_LENGTH instead of hard-coding 16Christophe JAILLET1-4/+4