summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2023-10-13net: Handle bulk delete policy in bridge driverAmit Cohen1-17/+10
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2023-10-12net: gso_test: fix build with gcc-12 and earlierFlorian Westphal1-22/+22
2023-10-12bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer1-2/+12
2023-10-12bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer1-1/+34
2023-10-11net: expand skb_segment unit test with frag_list coverageWillem de Bruijn1-0/+92
2023-10-11net: parametrize skb_segment unit test to expand coverageWillem de Bruijn1-17/+112
2023-10-11net: add skb_segment kunit testWillem de Bruijn2-0/+88
2023-10-11net/core: Introduce netdev_core_stats_inc()Yajun Deng1-2/+19
2023-10-10net: refine debug info in skb_checksum_help()Eric Dumazet1-2/+6
2023-10-10bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis1-1/+17
2023-10-09iov_iter, net: Move hash_and_copy_to_iter() to net/David Howells1-0/+19
2023-10-09iov_iter, net: Merge csum_and_copy_from_iter{,_full}() togetherDavid Howells2-7/+18
2023-10-09iov_iter, net: Fold in csum_and_memcpy()David Howells2-2/+4
2023-10-09iov_iter, net: Move csum_and_copy_to/from_iter() to net/David Howells2-1/+82
2023-10-07net: sock_dequeue_err_skb() optimizationEric Dumazet1-0/+3
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+12
2023-10-05net: skb_queue_purge_reason() optimizationsEric Dumazet1-3/+12
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher1-2/+1
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+4
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-1/+1
2023-10-01net: lockless implementation of SO_TXREHASHEric Dumazet1-13/+10
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet1-19/+21
2023-10-01net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO...Eric Dumazet1-24/+20
2023-10-01net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()Eric Dumazet1-6/+5
2023-10-01net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSECEric Dumazet1-11/+9
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-11/+12
2023-10-01neighbour: fix data-races around n->outputEric Dumazet1-5/+5
2023-10-01net: fix possible store tearing in neigh_periodic_work()Eric Dumazet1-1/+3
2023-09-29bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki1-0/+4
2023-09-28pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen1-10/+54
2023-09-28pktgen: Automate flag enumeration for unknown flag handlingLiang Chen1-16/+22
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-4/+4
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-3/+13
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko2-0/+58
2023-09-16net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko1-3/+3
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-15net/core: Fix ETH_P_1588 flow dissectorSasha Neftin1-1/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet1-2/+2
2023-09-12net: call prot->release_cb() when processing backlogEric Dumazet1-0/+3
2023-09-12tcp: no longer release socket ownership in tcp_release_cb()Eric Dumazet1-3/+0
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao1-5/+5
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-57/+75
2023-09-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+8
2023-09-06net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian1-2/+1
2023-09-04af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima1-1/+1
2023-09-04af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima1-2/+2