summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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
2023-09-20net/handshake: Fix memory leak in __sock_create() and sock_alloc_file()Jinjie Ruan
2023-09-20wifi: cfg80211: make read-only array centers_80mhz static constColin Ian King
2023-09-20netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik
2023-09-20netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal
2023-09-20netfilter: nf_tables: disable toggling dormant table state more than onceFlorian Westphal
2023-09-20net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet
2023-09-19net: bridge: use DEV_STATS_INC()Eric Dumazet
2023-09-18Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-09-18ax25: Kconfig: Update link for linux-ax25.orgPeter Lafreniere
2023-09-18mptcp: fix dangling connection hang-upPaolo Abeni
2023-09-18mptcp: rename timer related helper to less confusing namesPaolo Abeni
2023-09-18mptcp: process pending subflow error on closePaolo Abeni
2023-09-18mptcp: move __mptcp_error_report in protocol.cPaolo Abeni
2023-09-18mptcp: fix bogus receive window shrinkage with multiple subflowsPaolo Abeni
2023-09-18ceph: Annotate struct ceph_monmap with __counted_byKees Cook
2023-09-18tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva
2023-09-18tls: Use size_add() in call to struct_size()Gustavo A. R. Silva