summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-04Merge tag 'nf-next-23-09-28' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-10-04sctp: Spelling s/preceeding/preceding/gGeert Uytterhoeven
2023-10-03net: add sysctl to disable rfc4862 5.5.3e lifetime handlingPatrick Rohr
2023-10-03net: dsa: tag_ksz: Extend ksz9477_xmit() for HSR frame duplicationLukasz Majewski
2023-10-03net: dsa: notify drivers of MAC address changes on user portsVladimir Oltean
2023-10-03net: dsa: propagate extack to ds->ops->port_hsr_join()Vladimir Oltean
2023-10-03ipv6: mark address parameters of udp_tunnel6_xmit_skb() as constBeniamino Galvani
2023-10-03udp_tunnel: Use flex array to simplify codeChristophe JAILLET
2023-10-03tcp_metrics: optimize tcp_metrics_flush_all()Eric Dumazet
2023-10-03tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet
2023-10-03tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet
2023-10-03tcp_metrics: add missing barriers on deleteEric Dumazet
2023-10-02handshake: Fix sign of key_serial_t fieldsChuck Lever
2023-10-02handshake: Fix sign of socket file descriptor fieldsChuck Lever
2023-10-02net: openvswitch: Annotate struct dp_meter with __counted_byKees Cook
2023-10-02net: openvswitch: Annotate struct dp_meter_instance with __counted_byKees Cook
2023-10-01inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet
2023-10-01inet: lockless IP_PKTOPTIONS implementationEric Dumazet
2023-10-01inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet
2023-10-01inet: lockless getsockopt(IP_MTU)Eric Dumazet
2023-10-01inet: lockless getsockopt(IP_OPTIONS)Eric Dumazet
2023-10-01inet: implement lockless IP_TOSEric Dumazet
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet
2023-10-01inet: implement lockless IP_MULTICAST_TTLEric Dumazet
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-10-01net: lockless implementation of SO_TXREHASHEric Dumazet
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet
2023-10-01net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO...Eric Dumazet
2023-10-01net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()Eric Dumazet
2023-10-01net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSECEric Dumazet
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-10-01openvswitch: reduce stack usage in do_execute_actionsIlya Maximets
2023-10-01net: l2tp_eth: use generic dev->stats fieldsEric Dumazet
2023-10-01net_sched: sch_fq: always garbage collectEric Dumazet
2023-10-01net_sched: sch_fq: add fast path for mostly idle qdiscEric Dumazet
2023-10-01net_sched: sch_fq: change how @inactive is trackedEric Dumazet
2023-10-01net_sched: sch_fq: struct sched_data reorgEric Dumazet
2023-10-01tcp: derive delack_max from rto_minEric Dumazet
2023-09-28netfilter: nf_tables: Utilize NLA_POLICY_NESTED_ARRAYPhil Sutter
2023-09-28netfilter: nf_tables: missing extended netlink error in lookup functionsPablo Neira Ayuso
2023-09-28netfilter: nf_nat: undo erroneous tcp edemux lookup after port clashFlorian Westphal
2023-09-28pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen
2023-09-28pktgen: Automate flag enumeration for unknown flag handlingLiang Chen
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-21vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov
2023-09-21vsock/virtio: non-linear skb handling for tapArseniy Krasnov
2023-09-21vsock/virtio: support to send non-linear skbArseniy Krasnov
2023-09-21vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov
2023-09-21Merge tag 'nf-23-09-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni