summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet-11/+12
2023-09-18ceph: Annotate struct ceph_monmap with __counted_byKees Cook-1/+1
2023-09-18tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva-2/+2
2023-09-18tls: Use size_add() in call to struct_size()Gustavo A. R. Silva-1/+1
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-4/+17
2023-09-17devlink: introduce possibility to expose info about nested devlinksJiri Pirko-0/+52
2023-09-17devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko-13/+34
2023-09-17devlink: expose peer SF devlink instanceJiri Pirko-0/+51
2023-09-17devlink: introduce object and nested devlink relationship infraJiri Pirko-0/+233
2023-09-17devlink: extend devlink_nl_put_nested_handle() with attrtype argJiri Pirko-4/+5
2023-09-17devlink: move devlink_nl_put_nested_handle() into netlink.cJiri Pirko-26/+28
2023-09-17devlink: put netnsid to nested handleJiri Pirko-2/+11
2023-09-17devlink: move linecard struct into linecard.cJiri Pirko-15/+22
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko-0/+58
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V-2/+43
2023-09-16tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V-4/+5
2023-09-16net: add truesize debug checks in skb_{add|coalesce}_rx_frag()Eric Dumazet-0/+4
2023-09-16net: use indirect call helpers for sk->sk_prot->release_cb()Eric Dumazet-2/+5
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev-3/+13
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev-2/+2
2023-09-15xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar-1/+4
2023-09-15tcp: indent an if statementDan Carpenter-1/+1
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet-21/+21
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet-14/+13
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet-9/+7
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet-14/+13
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet-27/+22
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet-12/+11
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet-13/+10
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet-10/+8
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet-10/+9
2023-09-15ipv6: lockless IPV6_MINHOPCOUNT implementationEric Dumazet-16/+15
2023-09-15ipv6: lockless IPV6_MTU implementationEric Dumazet-16/+18
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet-16/+19
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet-20/+14
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet-12/+14
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-25/+30
2023-09-14ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()Gavrilov Ilia-2/+0
2023-09-14ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()Gavrilov Ilia-2/+0
2023-09-14udplite: fix various data-racesEric Dumazet-14/+16
2023-09-14udplite: remove UDPLITE_BITEric Dumazet-2/+0
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet-13/+15
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet-9/+5
2023-09-14udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet-1/+1
2023-09-14udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet-2/+4
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet-6/+6
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet-5/+5
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet-4/+4
2023-09-14udp: introduce udp->udp_flagsEric Dumazet-9/+9
2023-09-14kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima-7/+8