summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-05net: skb_queue_purge_reason() optimizationsEric Dumazet1-3/+12
2023-10-05Merge tag 'nf-next-23-09-28' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-18/+89
2023-10-05sctp: Spelling s/preceeding/preceding/gGeert Uytterhoeven1-1/+1
2023-10-04net: add sysctl to disable rfc4862 5.5.3e lifetime handlingPatrick Rohr1-13/+25
2023-10-03net: dsa: tag_ksz: Extend ksz9477_xmit() for HSR frame duplicationLukasz Majewski1-0/+8
2023-10-03net: dsa: notify drivers of MAC address changes on user portsVladimir Oltean1-0/+7
2023-10-03net: dsa: propagate extack to ds->ops->port_hsr_join()Vladimir Oltean3-4/+6
2023-10-03ipv6: mark address parameters of udp_tunnel6_xmit_skb() as constBeniamino Galvani1-2/+3
2023-10-03udp_tunnel: Use flex array to simplify codeChristophe JAILLET1-9/+2
2023-10-03tcp_metrics: optimize tcp_metrics_flush_all()Eric Dumazet1-2/+5
2023-10-03tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet1-1/+1
2023-10-03tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet1-5/+4
2023-10-03tcp_metrics: add missing barriers on deleteEric Dumazet1-2/+2
2023-10-02handshake: Fix sign of key_serial_t fieldsChuck Lever1-2/+2
2023-10-02handshake: Fix sign of socket file descriptor fieldsChuck Lever3-3/+3
2023-10-02net: openvswitch: Annotate struct dp_meter with __counted_byKees Cook1-1/+1
2023-10-02net: openvswitch: Annotate struct dp_meter_instance with __counted_byKees Cook1-1/+1
2023-10-01inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet5-21/+20
2023-10-01inet: lockless IP_PKTOPTIONS implementationEric Dumazet1-39/+37
2023-10-01inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet5-18/+21
2023-10-01inet: lockless getsockopt(IP_MTU)Eric Dumazet1-11/+9
2023-10-01inet: lockless getsockopt(IP_OPTIONS)Eric Dumazet1-10/+10
2023-10-01inet: implement lockless IP_TOSEric Dumazet7-31/+27
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet6-18/+14
2023-10-01inet: implement lockless IP_MULTICAST_TTLEric Dumazet3-17/+18
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2-2/+2
2023-10-01net: lockless implementation of SO_TXREHASHEric Dumazet1-13/+10
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet5-32/+36
2023-10-01net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO...Eric Dumazet1-24/+20
2023-10-01net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()Eric Dumazet1-6/+5
2023-10-01net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSECEric Dumazet1-11/+9
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet22-33/+34
2023-10-01openvswitch: reduce stack usage in do_execute_actionsIlya Maximets1-12/+11
2023-10-01net: l2tp_eth: use generic dev->stats fieldsEric Dumazet1-22/+12
2023-10-01net_sched: sch_fq: always garbage collectEric Dumazet1-3/+1
2023-10-01net_sched: sch_fq: add fast path for mostly idle qdiscEric Dumazet1-37/+91
2023-10-01net_sched: sch_fq: change how @inactive is trackedEric Dumazet1-5/+7
2023-10-01net_sched: sch_fq: struct sched_data reorgEric Dumazet1-4/+12
2023-10-01tcp: derive delack_max from rto_minEric Dumazet2-2/+17
2023-09-28netfilter: nf_tables: Utilize NLA_POLICY_NESTED_ARRAYPhil Sutter1-9/+9
2023-09-28netfilter: nf_tables: missing extended netlink error in lookup functionsPablo Neira Ayuso1-6/+19
2023-09-28netfilter: nf_nat: undo erroneous tcp edemux lookup after port clashFlorian Westphal1-3/+61
2023-09-28pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen1-10/+54
2023-09-28pktgen: Automate flag enumeration for unknown flag handlingLiang Chen1-16/+22
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni25-192/+266
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds24-187/+257
2023-09-21vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov2-58/+224
2023-09-21vsock/virtio: non-linear skb handling for tapArseniy Krasnov1-3/+28
2023-09-21vsock/virtio: support to send non-linear skbArseniy Krasnov1-7/+53
2023-09-21vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov1-13/+19