summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-09-28pktgen: Introducing 'SHARED' flag for testing with non-shared skbLiang Chen
2023-09-28pktgen: Automate flag enumeration for unknown flag handlingLiang Chen
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko
2023-09-16net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko
2023-09-16net: add truesize debug checks in skb_{add|coalesce}_rx_frag()Eric Dumazet
2023-09-16net: use indirect call helpers for sk->sk_prot->release_cb()Eric Dumazet
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev
2023-09-15net/core: Fix ETH_P_1588 flow dissectorSasha Neftin
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet
2023-09-12net: call prot->release_cb() when processing backlogEric Dumazet
2023-09-12tcp: no longer release socket ownership in tcp_release_cb()Eric Dumazet
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-09-06net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian
2023-09-04af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima
2023-09-04af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima
2023-09-04bpf, sockmap: Fix skb refcnt race after locking changesJohn Fastabend
2023-09-04net: deal with integer overflows in kmalloc_reserve()Eric Dumazet
2023-09-01skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella
2023-09-01net: annotate data-races around sk->sk_bind_phcEric Dumazet
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-09-01net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet
2023-08-31Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-31net: read sk->sk_family once in sk_mc_loop()Eric Dumazet
2023-08-30bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_tJohn Fastabend
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-28net: Make consumed action consistent in sch_handle_egressDaniel Borkmann
2023-08-28net: Fix skb consume leak in sch_handle_egressDaniel Borkmann
2023-08-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-24net: generalize calculation of skb extensions lengthThomas Weißschuh
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-24rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel
2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski
2023-08-19net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet
2023-08-18net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cacheJesper Dangaard Brouer
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-18lwt: Fix return values of BPF xmit opsYan Zhai
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-08-15net: warn about attempts to register negative ifindexJakub Kicinski
2023-08-15networking: Update to register_net_sysctl_szJoel Granados