summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2023-10-19net/socket: Break down __sys_getsockoptBreno Leitao-8/+0
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-30/+68
2023-10-19net: move altnames together with the netdeviceJakub Kicinski-4/+9
2023-10-19net: avoid UAF on deleted altnameJakub Kicinski-1/+6
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski-1/+11
2023-10-19net: fix ifname in netlink ntf during netns moveJakub Kicinski-13/+31
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi-1/+1
2023-10-18net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter-1/+2
2023-10-18net: pktgen: Fix interface flags printingGavrilov Ilia-7/+7
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior-0/+24
2023-10-17net: gso_test: release each segment individuallyFlorian Westphal-5/+9
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-4/+63
2023-10-16page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin-5/+9
2023-10-16netlink: Correct offload_xstats sizeChristoph Paasch-3/+1
2023-10-16cgroup, netclassid: on modifying netclassid in cgroup, only consider the main...Liansen Zhai-0/+6
2023-10-16net, sched: Make tc-related drop reason more flexibleDaniel Borkmann-5/+10
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni-5/+7
2023-10-13net: Handle bulk delete policy in bridge driverAmit Cohen-17/+10
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+6
2023-10-12net: gso_test: fix build with gcc-12 and earlierFlorian Westphal-22/+22
2023-10-11bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer-2/+12
2023-10-11bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer-1/+34
2023-10-11net: expand skb_segment unit test with frag_list coverageWillem de Bruijn-0/+92
2023-10-11net: parametrize skb_segment unit test to expand coverageWillem de Bruijn-17/+112
2023-10-11net: add skb_segment kunit testWillem de Bruijn-0/+88
2023-10-11net/core: Introduce netdev_core_stats_inc()Yajun Deng-2/+19
2023-10-09net: refine debug info in skb_checksum_help()Eric Dumazet-2/+6
2023-10-09bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis-1/+17
2023-10-09iov_iter, net: Move hash_and_copy_to_iter() to net/David Howells-0/+19
2023-10-09iov_iter, net: Merge csum_and_copy_from_iter{,_full}() togetherDavid Howells-7/+18
2023-10-09iov_iter, net: Fold in csum_and_memcpy()David Howells-2/+4
2023-10-09iov_iter, net: Move csum_and_copy_to/from_iter() to net/David Howells-1/+82
2023-10-06net: sock_dequeue_err_skb() optimizationEric Dumazet-0/+3
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+12
2023-10-04net: skb_queue_purge_reason() optimizationsEric Dumazet-3/+12
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher-2/+1
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+4
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet-1/+1
2023-10-01net: lockless implementation of SO_TXREHASHEric Dumazet-13/+10
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet-19/+21
2023-10-01net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO...Eric Dumazet-24/+20
2023-10-01net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()Eric Dumazet-6/+5
2023-10-01net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSECEric Dumazet-11/+9
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet-11/+12
2023-10-01neighbour: fix data-races around n->outputEric Dumazet-5/+5
2023-10-01net: fix possible store tearing in neigh_periodic_work()Eric Dumazet-1/+3
2023-09-29bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki-0/+4
2023-09-28pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen-10/+54
2023-09-28pktgen: Automate flag enumeration for unknown flag handlingLiang Chen-16/+22
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-4/+4