summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2023-11-15net: Fix undefined behavior in netdev name allocationGal Pressman-1/+3
2023-11-13net: gso_test: support CONFIG_MAX_SKB_FRAGS up to 45Willem de Bruijn-9/+5
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-14/+11
2023-11-08Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-13/+6
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+1
2023-11-02net: page_pool: add missing free_percpu when page_pool_init failJian Shen-1/+5
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky-13/+6
2023-11-01Merge tag 'net-next-6.7-followup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds-8/+0
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-265/+868
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds-1/+114
2023-10-28net: fill in MODULE_DESCRIPTION()s under net/coreJakub Kicinski-0/+2
2023-10-27net: selftests: use ethtool_sprintf()Jakub Kicinski-6/+3
2023-10-27rtnetlink: Add MDB get supportIdo Schimmel-1/+88
2023-10-26Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski-0/+24
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-32/+35
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli-1/+1
2023-10-24net: remove else after return in dev_prep_valid_name()Jakub Kicinski-5/+4
2023-10-24net: remove dev_valid_name() check from __dev_alloc_name()Jakub Kicinski-3/+0
2023-10-24net: trust the bitmap in __dev_alloc_name()Jakub Kicinski-11/+4
2023-10-24net: reduce indentation of __dev_alloc_name()Jakub Kicinski-30/+26
2023-10-24net: make dev_alloc_name() call dev_prep_valid_name()Jakub Kicinski-9/+11
2023-10-24net: don't use input buffer of __dev_alloc_name() as a scratch spaceJakub Kicinski-25/+8
2023-10-24sock: Ignore memcg pressure heuristics when raising allocatedAbel Wu-2/+12
2023-10-24sock: Doc behaviors for pressure heurisiticsAbel Wu-1/+13
2023-10-24sock: Code cleanup on __sk_mem_raise_allocated()Abel Wu-10/+12
2023-10-23page_pool: introduce page_pool_alloc() APIYunsheng Lin-2/+2
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin-3/+2
2023-10-23page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin-1/+9
2023-10-20neighbour: fix various data-racesEric Dumazet-32/+35
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