summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov2023-09-212-58/+224
* vsock/virtio: non-linear skb handling for tapArseniy Krasnov2023-09-211-3/+28
* vsock/virtio: support to send non-linear skbArseniy Krasnov2023-09-211-7/+53
* vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov2023-09-211-13/+19
* wifi: cfg80211: make read-only array centers_80mhz static constColin Ian King2023-09-201-1/+1
* ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet2023-09-193-11/+12
* ceph: Annotate struct ceph_monmap with __counted_byKees Cook2023-09-181-1/+1
* tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva2023-09-181-2/+2
* tls: Use size_add() in call to struct_size()Gustavo A. R. Silva2023-09-181-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2023-09-174-4/+17
|\
| * bpf: expose information about supported xdp metadata kfuncStanislav Fomichev2023-09-152-3/+13
| * bpf: make it easier to add new metadata kfuncStanislav Fomichev2023-09-151-2/+2
| * xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar2023-09-152-1/+4
* | devlink: introduce possibility to expose info about nested devlinksJiri Pirko2023-09-173-0/+52
* | devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko2023-09-171-13/+34
* | devlink: expose peer SF devlink instanceJiri Pirko2023-09-171-0/+51
* | devlink: introduce object and nested devlink relationship infraJiri Pirko2023-09-173-0/+233
* | devlink: extend devlink_nl_put_nested_handle() with attrtype argJiri Pirko2023-09-173-4/+5
* | devlink: move devlink_nl_put_nested_handle() into netlink.cJiri Pirko2023-09-173-26/+28
* | devlink: put netnsid to nested handleJiri Pirko2023-09-171-2/+11
* | devlink: move linecard struct into linecard.cJiri Pirko2023-09-173-15/+22
* | netdev: expose DPLL pin handle for netdeviceJiri Pirko2023-09-172-0/+58
* | tcp: new TCP_INFO stats for RTO eventsAananth V2023-09-164-2/+43
* | tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V2023-09-161-4/+5
* | net: add truesize debug checks in skb_{add|coalesce}_rx_frag()Eric Dumazet2023-09-161-0/+4
* | net: use indirect call helpers for sk->sk_prot->release_cb()Eric Dumazet2023-09-161-2/+5
* | tcp: indent an if statementDan Carpenter2023-09-151-1/+1
* | ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-1511-21/+21
* | ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2023-09-155-14/+13
* | ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet2023-09-152-9/+7
* | ipv6: move np->repflow to atomic flagsEric Dumazet2023-09-154-14/+13
* | ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-158-27/+22
* | ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-157-12/+11
* | ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet2023-09-152-13/+10
* | ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet2023-09-153-10/+8
* | ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet2023-09-152-10/+9
* | ipv6: lockless IPV6_MINHOPCOUNT implementationEric Dumazet2023-09-151-16/+15
* | ipv6: lockless IPV6_MTU implementationEric Dumazet2023-09-152-16/+18
* | ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2023-09-154-16/+19
* | ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2023-09-155-20/+14
* | ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet2023-09-154-12/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-143-25/+30
|\ \
| * | kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima2023-09-141-7/+8
| * | tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima2023-09-131-1/+6
| * | tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima2023-09-131-1/+2
| * | tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Kuniyuki Iwashima2023-09-131-15/+13
| * | net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian2023-09-121-2/+2
* | | ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()Gavrilov Ilia2023-09-141-2/+0
* | | ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()Gavrilov Ilia2023-09-141-2/+0
* | | udplite: fix various data-racesEric Dumazet2023-09-142-14/+16