summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko2023-09-161-3/+3
* net/core: Fix ETH_P_1588 flow dissectorSasha Neftin2023-09-151-1/+1
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-075-57/+75
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-09-061-4/+8
| |\
| | * bpf, sockmap: Fix skb refcnt race after locking changesJohn Fastabend2023-09-041-4/+8
| * | net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian2023-09-061-2/+1
| * | af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima2023-09-041-1/+1
| * | af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima2023-09-041-2/+2
| * | net: deal with integer overflows in kmalloc_reserve()Eric Dumazet2023-09-041-2/+8
| |/
| * skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella2023-09-011-14/+20
| * net: annotate data-races around sk->sk_bind_phcEric Dumazet2023-09-011-2/+2
| * net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-012-6/+8
| * net: annotate data-races around sk->sk_forward_allocEric Dumazet2023-09-011-4/+4
| * net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet2023-09-011-1/+1
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-311-18/+18
| |\
| | * bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_tJohn Fastabend2023-08-301-18/+18
| * | net: read sk->sk_family once in sk_mc_loop()Eric Dumazet2023-08-311-1/+2
| |/
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-292-3/+8
|\ \ | |/ |/|
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-152-3/+8
* | net: Make consumed action consistent in sch_handle_egressDaniel Borkmann2023-08-281-0/+2
* | net: Fix skb consume leak in sch_handle_egressDaniel Borkmann2023-08-281-0/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-251-4/+3
|\ \
| * | lwt: Fix return values of BPF xmit opsYan Zhai2023-08-181-4/+3
* | | net: generalize calculation of skb extensions lengthThomas Weißschuh2023-08-241-17/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-4/+21
|\ \ \
| * | | rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel2023-08-241-0/+3
| * | | net: validate veth and vxcan peer ifindexesJakub Kicinski2023-08-201-4/+18
* | | | net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao2023-08-221-1/+1
* | | | net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-08-211-9/+9
* | | | net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet2023-08-201-0/+21
* | | | net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet2023-08-191-4/+7
* | | | net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cacheJesper Dangaard Brouer2023-08-181-1/+12
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-1/+1
|\| | | | |/ / |/| |
| * | sock: Fix misuse of sk_under_memory_pressure()Abel Wu2023-08-171-1/+1
* | | inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* | | net: warn about attempts to register negative ifindexJakub Kicinski2023-08-151-0/+5
* | | netdev-genl: use struct genl_info for reply constructionJakub Kicinski2023-08-151-9/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-104-14/+14
|\| |
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-102-7/+13
| |\ \
| | * | bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai2023-08-091-2/+8
| | * | bpf, sockmap: Fix map type error in sock_map_del_linkXu Kuohai2023-08-091-5/+5
| * | | net/unix: use consistent error code in SO_PEERPIDFDDavid Rheinsberg2023-08-081-1/+1
| * | | net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()Andrew Kanner2023-08-071-6/+0
| |/ /
* | | net: annotate data-races around sock->opsEric Dumazet2023-08-093-10/+25
* | | net: skbuff: always try to recycle PP pages directly when in softirqAlexander Lobakin2023-08-071-1/+3
* | | page_pool: add a lockdep check for recycling in hardirqJakub Kicinski2023-08-071-0/+2
* | | net: skbuff: avoid accessing page_pool if !napi_safe when returning pageAlexander Lobakin2023-08-071-5/+7
* | | net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Alexander Lobakin2023-08-072-41/+43
* | | page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-073-3/+3
* | | net: omit ndo_hwtstamp_get() call when possible in dev_set_hwtstamp_phylib()Vladimir Oltean2023-08-061-2/+5