summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-09bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis
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
2023-09-18net: hsr: Add __packed to struct hsr_sup_tlv.Sebastian Andrzej Siewior
2023-09-18net: hsr: Properly parse HSRv1 supervisor frames.Lukasz Majewski
2023-09-18dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet
2023-09-18ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey
2023-09-17ipv4: fix null-deref in ipv4_link_failureKyle Zeng
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2023-09-17devlink: introduce possibility to expose info about nested devlinksJiri Pirko
2023-09-17devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko
2023-09-17devlink: expose peer SF devlink instanceJiri Pirko
2023-09-17devlink: introduce object and nested devlink relationship infraJiri Pirko
2023-09-17devlink: extend devlink_nl_put_nested_handle() with attrtype argJiri Pirko
2023-09-17devlink: move devlink_nl_put_nested_handle() into netlink.cJiri Pirko
2023-09-17devlink: put netnsid to nested handleJiri Pirko
2023-09-17devlink: move linecard struct into linecard.cJiri Pirko
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V
2023-09-16tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V
2023-09-16net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2023-09-16net: add truesize debug checks in skb_{add|coalesce}_rx_frag()Eric Dumazet
2023-09-16net: use indirect call helpers for sk->sk_prot->release_cb()Eric Dumazet
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev
2023-09-15xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar