aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-04-10net: use SKB_CONSUMED in skb_attempt_defer_free()Pavel Begunkov
2024-04-10net: cache for same cpu skb_attempt_defer_freePavel Begunkov
2024-04-10tcp: tweak tcp_sock_write_txrx size assertionEric Dumazet
2024-04-10net: sched: cls_api: fix slab-use-after-free in fl_dump_keyJianbo Liu
2024-04-09net: remove napi_frag_unrefMina Almasry
2024-04-09net: make napi_frag_unref reuse skb_page_unrefMina Almasry
2024-04-09net: sched: cake: Optimize the number of function calls and branches in heap ...Kuan-Wei Chiu
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet
2024-04-08devlink: Support setting max_io_eqsParav Pandit
2024-04-08net: display more skb fields in skb_dump()Eric Dumazet
2024-04-08mptcp: add reset reason options in some placesJason Xing
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault
2024-04-08af_packet: avoid a false positive warning in packet_setsockopt()Eric Dumazet
2024-04-08net: handle HAS_IOPORT dependenciesNiklas Schnelle
2024-04-08tcp: more struct tcp_sock adjustmentsEric Dumazet
2024-04-08Merge tag 'batadv-next-pullrequest-20240405' of git://git.open-mesh.org/linux...David S. Miller
2024-04-08net: dqs: use sysfs_emit() in favor of sprintf()Eric Dumazet
2024-04-08ip_tunnel: harden copying IP tunnel params to userspaceAlexander Lobakin
2024-04-08ipv6: remove RTNL protection from ip6addrlbl_dump()Eric Dumazet
2024-04-08inet: frags: delay fqdir_free_fn()Eric Dumazet
2024-04-08ip6_vti: Remove generic .ndo_get_stats64Breno Leitao
2024-04-08ip6_vti: Do not use custom stat allocatorBreno Leitao
2024-04-06net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier
2024-04-06netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski
2024-04-05tcp: annotate data-races around tp->window_clampEric Dumazet
2024-04-05ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-04netfilter: validate user input for expected lengthEric Dumazet
2024-04-04Merge tag 'nf-24-04-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-04-04net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet
2024-04-04netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso
2024-04-04netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan
2024-04-04netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso
2024-04-04netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso
2024-04-04netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso
2024-04-04netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso
2024-04-03Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-04-03net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet
2024-04-03af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima
2024-04-03af_unix: Remove scm_fp_dup() in unix_attach_fds().Kuniyuki Iwashima
2024-04-03trace: tcp: fully support trace_tcp_send_resetJason Xing
2024-04-03net: enable timestamp static key if CPUMarcelo Tosatti
2024-04-03net/smc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-04-02ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima
2024-04-02caif: Use UTILITY_NAME_LENGTH instead of hard-coding 16Christophe JAILLET