aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2023-10-09net: refine debug info in skb_checksum_help()Gravatar Eric Dumazet 1-2/+6
2023-10-09bpf: Derive source IP addr via bpf_*_fib_lookup()Gravatar Martynas Pumputis 1-1/+17
2023-10-09iov_iter, net: Move hash_and_copy_to_iter() to net/Gravatar David Howells 1-0/+19
2023-10-09iov_iter, net: Merge csum_and_copy_from_iter{,_full}() togetherGravatar David Howells 2-7/+18
2023-10-09iov_iter, net: Fold in csum_and_memcpy()Gravatar David Howells 2-2/+4
2023-10-09iov_iter, net: Move csum_and_copy_to/from_iter() to net/Gravatar David Howells 2-1/+82
2023-10-06net: sock_dequeue_err_skb() optimizationGravatar Eric Dumazet 1-0/+3
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-6/+12
2023-10-04net: skb_queue_purge_reason() optimizationsGravatar Eric Dumazet 1-3/+12
2023-10-04kthread: add kthread_stop_putGravatar Andreas Gruenbacher 1-2/+1
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-0/+4
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmGravatar Eric Dumazet 1-1/+1
2023-10-01net: lockless implementation of SO_TXREHASHGravatar Eric Dumazet 1-13/+10
2023-10-01net: implement lockless SO_MAX_PACING_RATEGravatar Eric Dumazet 1-19/+21
2023-10-01net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO...Gravatar Eric Dumazet 1-24/+20
2023-10-01net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()Gravatar Eric Dumazet 1-6/+5
2023-10-01net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSECGravatar Eric Dumazet 1-11/+9
2023-10-01net: implement lockless SO_PRIORITYGravatar Eric Dumazet 1-11/+12
2023-10-01neighbour: fix data-races around n->outputGravatar Eric Dumazet 1-5/+5
2023-10-01net: fix possible store tearing in neigh_periodic_work()Gravatar Eric Dumazet 1-1/+3
2023-09-29bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsGravatar Jakub Sitnicki 1-0/+4
2023-09-28pktgen: Introducing 'SHARED' flag for testing with non-shared skbGravatar Liang Chen 1-10/+54
2023-09-28pktgen: Automate flag enumeration for unknown flag handlingGravatar Liang Chen 1-16/+22
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 2-4/+4
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 2-3/+13
2023-09-17netdev: expose DPLL pin handle for netdeviceGravatar Jiri Pirko 2-0/+58
2023-09-16net: core: Use the bitmap API to allocate bitmapsGravatar Andy Shevchenko 1-3/+3
2023-09-16net: add truesize debug checks in skb_{add|coalesce}_rx_frag()Gravatar Eric Dumazet 1-0/+4
2023-09-16net: use indirect call helpers for sk->sk_prot->release_cb()Gravatar Eric Dumazet 1-2/+5
2023-09-15bpf: expose information about supported xdp metadata kfuncGravatar Stanislav Fomichev 2-3/+13
2023-09-15bpf: make it easier to add new metadata kfuncGravatar Stanislav Fomichev 1-2/+2
2023-09-15net/core: Fix ETH_P_1588 flow dissectorGravatar Sasha Neftin 1-1/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationGravatar Eric Dumazet 1-2/+2
2023-09-12net: call prot->release_cb() when processing backlogGravatar Eric Dumazet 1-0/+3
2023-09-12tcp: no longer release socket ownership in tcp_release_cb()Gravatar Eric Dumazet 1-3/+0
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initGravatar Zhengchao Shao 1-5/+5
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 5-57/+75
2023-09-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-4/+8
2023-09-06net/ipv6: SKB symmetric hash should incorporate transport portsGravatar Quan Tian 1-2/+1
2023-09-04af_unix: Fix data race around sk->sk_err.Gravatar Kuniyuki Iwashima 1-1/+1
2023-09-04af_unix: Fix data-races around sk->sk_shutdown.Gravatar Kuniyuki Iwashima 1-2/+2
2023-09-04bpf, sockmap: Fix skb refcnt race after locking changesGravatar John Fastabend 1-4/+8
2023-09-04net: deal with integer overflows in kmalloc_reserve()Gravatar Eric Dumazet 1-2/+8
2023-09-01skbuff: skb_segment, Call zero copy functions before using skbuff fragsGravatar Mohamed Khalfella 1-14/+20
2023-09-01net: annotate data-races around sk->sk_bind_phcGravatar Eric Dumazet 1-2/+2
2023-09-01net: annotate data-races around sk->sk_tsflagsGravatar Eric Dumazet 2-6/+8
2023-09-01net: annotate data-races around sk->sk_forward_allocGravatar Eric Dumazet 1-4/+4
2023-09-01net: use sk_forward_alloc_get() in sk_get_meminfo()Gravatar Eric Dumazet 1-1/+1
2023-08-31Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-18/+18
2023-08-31net: read sk->sk_family once in sk_mc_loop()Gravatar Eric Dumazet 1-1/+2