summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-09-21vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov1-13/+19
2023-09-20wifi: cfg80211: make read-only array centers_80mhz static constColin Ian King1-1/+1
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet3-11/+12
2023-09-18ceph: Annotate struct ceph_monmap with __counted_byKees Cook1-1/+1
2023-09-18tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva1-2/+2
2023-09-18tls: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-4/+17
2023-09-17devlink: introduce possibility to expose info about nested devlinksJiri Pirko3-0/+52
2023-09-17devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko1-13/+34
2023-09-17devlink: expose peer SF devlink instanceJiri Pirko1-0/+51
2023-09-17devlink: introduce object and nested devlink relationship infraJiri Pirko3-0/+233
2023-09-17devlink: extend devlink_nl_put_nested_handle() with attrtype argJiri Pirko3-4/+5
2023-09-17devlink: move devlink_nl_put_nested_handle() into netlink.cJiri Pirko3-26/+28
2023-09-17devlink: put netnsid to nested handleJiri Pirko1-2/+11
2023-09-17devlink: move linecard struct into linecard.cJiri Pirko3-15/+22
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko2-0/+58
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V4-2/+43
2023-09-16tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V1-4/+5
2023-09-16net: add truesize debug checks in skb_{add|coalesce}_rx_frag()Eric Dumazet1-0/+4
2023-09-16net: use indirect call helpers for sk->sk_prot->release_cb()Eric Dumazet1-2/+5
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev2-3/+13
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev1-2/+2
2023-09-15xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar2-1/+4
2023-09-15tcp: indent an if statementDan Carpenter1-1/+1
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet11-21/+21
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet5-14/+13
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet2-9/+7
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet4-14/+13
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet8-27/+22
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet7-12/+11
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet2-13/+10
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet3-10/+8
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet2-10/+9
2023-09-15ipv6: lockless IPV6_MINHOPCOUNT implementationEric Dumazet1-16/+15
2023-09-15ipv6: lockless IPV6_MTU implementationEric Dumazet2-16/+18
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet4-16/+19
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet5-20/+14
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet4-12/+14
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-25/+30
2023-09-14ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()Gavrilov Ilia1-2/+0
2023-09-14ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()Gavrilov Ilia1-2/+0
2023-09-14udplite: fix various data-racesEric Dumazet2-14/+16
2023-09-14udplite: remove UDPLITE_BITEric Dumazet2-2/+0
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet5-13/+15
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet3-9/+5
2023-09-14udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet1-1/+1
2023-09-14udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet1-2/+4
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet3-6/+6
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet2-5/+5
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet2-4/+4