summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet
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-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: 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
2023-09-15tcp: indent an if statementDan Carpenter
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MINHOPCOUNT implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MTU implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-14ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()Gavrilov Ilia
2023-09-14ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()Gavrilov Ilia
2023-09-14udplite: fix various data-racesEric Dumazet
2023-09-14udplite: remove UDPLITE_BITEric Dumazet
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet
2023-09-14udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet
2023-09-14udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet
2023-09-14udp: introduce udp->udp_flagsEric Dumazet
2023-09-14kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima