summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2023-10-24sock: Code cleanup on __sk_mem_raise_allocated()Abel Wu
2023-10-23page_pool: introduce page_pool_alloc() APIYunsheng Lin
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin
2023-10-23page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin
2023-10-20neighbour: fix various data-racesEric Dumazet
2023-10-19net/socket: Break down __sys_getsockoptBreno Leitao
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19net: move altnames together with the netdeviceJakub Kicinski
2023-10-19net: avoid UAF on deleted altnameJakub Kicinski
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski
2023-10-19net: fix ifname in netlink ntf during netns moveJakub Kicinski
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi
2023-10-18net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter
2023-10-18net: pktgen: Fix interface flags printingGavrilov Ilia
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior
2023-10-17net: gso_test: release each segment individuallyFlorian Westphal
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-16page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin
2023-10-16netlink: Correct offload_xstats sizeChristoph Paasch
2023-10-16cgroup, netclassid: on modifying netclassid in cgroup, only consider the main...Liansen Zhai
2023-10-16net, sched: Make tc-related drop reason more flexibleDaniel Borkmann
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-13net: Handle bulk delete policy in bridge driverAmit Cohen
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-12net: gso_test: fix build with gcc-12 and earlierFlorian Westphal
2023-10-11bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer
2023-10-11bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer
2023-10-11net: expand skb_segment unit test with frag_list coverageWillem de Bruijn
2023-10-11net: parametrize skb_segment unit test to expand coverageWillem de Bruijn
2023-10-11net: add skb_segment kunit testWillem de Bruijn
2023-10-11net/core: Introduce netdev_core_stats_inc()Yajun Deng
2023-10-09net: refine debug info in skb_checksum_help()Eric Dumazet
2023-10-09bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis
2023-10-09iov_iter, net: Move hash_and_copy_to_iter() to net/David Howells
2023-10-09iov_iter, net: Merge csum_and_copy_from_iter{,_full}() togetherDavid Howells
2023-10-09iov_iter, net: Fold in csum_and_memcpy()David Howells
2023-10-09iov_iter, net: Move csum_and_copy_to/from_iter() to net/David Howells
2023-10-06net: sock_dequeue_err_skb() optimizationEric Dumazet
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04net: skb_queue_purge_reason() optimizationsEric Dumazet
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-10-01net: lockless implementation of SO_TXREHASHEric Dumazet
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet
2023-10-01net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO...Eric Dumazet
2023-10-01net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()Eric Dumazet
2023-10-01net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSECEric Dumazet
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-10-01neighbour: fix data-races around n->outputEric Dumazet