summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()Eric Dumazet2024-06-062-25/+25
* mptcp: refer to 'MPTCP' socket in commentsDavide Caratti2024-06-062-3/+3
* mptcp: add mptcp_space_from_win helperGeliang Tang2024-06-063-2/+7
* mptcp: use mptcp_win_from_space helperGeliang Tang2024-06-061-1/+1
* net: allow rps/rfs related configs to be switchedJason Xing2024-06-061-3/+9
* inet: remove (struct uncached_list)->quarantineEric Dumazet2024-06-062-7/+2
* net: use unrcu_pointer() helperEric Dumazet2024-06-0611-20/+18
* tcp: add sysctl_tcp_rto_min_usKevin Yang2024-06-053-1/+12
* tcp: derive delack_max with tcp_rto_min helperKevin Yang2024-06-051-9/+2
* tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet2024-06-053-16/+24
* devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()Christophe JAILLET2024-06-051-1/+1
* net: ethtool: remove unused struct 'cable_test_tdr_req_info'Dr. David Alan Gilbert2024-06-051-4/+0
* net: caif: remove unused structsDr. David Alan Gilbert2024-06-051-7/+0
* net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing2024-06-054-14/+12
* net: bridge: fix an inconsistent indentationChen Hanxiao2024-06-051-2/+2
* openvswitch: Remove generic .ndo_get_stats64Breno Leitao2024-06-041-1/+0
* openvswitch: Move stats allocation to coreBreno Leitao2024-06-041-8/+1
* net: skb: add compatibility warnings to skb_shift()Jakub Kicinski2024-06-041-0/+3
* tcp: add a helper for setting EOR on tail skbJakub Kicinski2024-06-041-9/+2
* tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski2024-06-042-10/+4
* net/sched: cls_flower: add support for matching tunnel control flagsDavide Caratti2024-06-041-1/+55
* flow_dissector: add support for tunnel control flagsDavide Caratti2024-06-041-1/+15
* net: count drops due to missing qdisc as dev->tx_dropsJakub Kicinski2024-06-041-0/+1
* net/smc: change SMCR_RMBE_SIZES from 5 to 15Guangguan Wang2024-06-031-1/+1
* net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang2024-06-031-2/+3
* af_unix: Remove dead code in unix_stream_read_generic().Kuniyuki Iwashima2024-06-011-19/+2
* net: make net.core.{r,w}mem_{default,max} namespacedMatteo Croce2024-06-011-33/+42
* net: validate SO_TXTIME clockid coming from userspaceAbhishek Chauhan2024-06-011-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-3121-113/+172
|\
| * Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-3018-111/+152
| |\
| | * Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-05-305-28/+82
| | |\
| | | * netfilter: nft_fib: allow from forward/input without iif selectorEric Garver2024-05-291-5/+3
| | | * netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal2024-05-291-0/+2
| | | * netfilter: nft_payload: skbuff vlan metadata mangle supportPablo Neira Ayuso2024-05-291-7/+65
| | | * netfilter: nft_payload: restore vlan q-in-q match supportPablo Neira Ayuso2024-05-201-16/+7
| | | * netfilter: ipset: Add list flush to cancel_gcAlexander Maltsev2024-05-201-0/+3
| | | * netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet2024-05-201-0/+2
| | * | ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn2024-05-291-1/+1
| | * | net: fix __dst_negative_advice() raceEric Dumazet2024-05-293-36/+26
| | * | net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean2024-05-281-5/+5
| | * | net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean2024-05-281-1/+3
| | * | sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo2024-05-281-6/+10
| | * | tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet2024-05-273-14/+7
| | * | net: gro: initialize network_offset in network layerWillem de Bruijn2024-05-272-2/+2
| | * | ipv4: Fix address dump when IPv4 is disabled on an interfaceIdo Schimmel2024-05-271-2/+3
| | * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-272-9/+1
| | |\ \
| | | * | Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki2024-05-271-6/+0
| | | * | netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann2024-05-251-3/+1
| | * | | af_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima2024-05-271-3/+6
| | * | | af_unix: Annotate data-race around unix_sk(sk)->addr.Kuniyuki Iwashima2024-05-271-4/+6