Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-04net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet
2022-09-30net: skb: introduce and use a single page frag cachePaolo Abeni
2022-09-29net: shrink struct ubuf_infoPavel Begunkov
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-07net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-24net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima
2022-08-24net/core/skbuff: Check the return value of skb_copy_bits()lily
2022-08-24net: skb: prevent the split of kfree_skb_reason() by gccMenglong Dong
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-20net: introduce managed frags infrastructurePavel Begunkov
2022-07-20net: Allow custom iter handler in msghdrDavid Ahern
2022-07-19skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov
2022-07-19skbuff: don't mix ubuf_info from different sourcesPavel Begunkov
2022-07-08net: minor optimization in __alloc_skb()Eric Dumazet
2022-06-25net: helper function skb_len_addRichard Gobert
2022-06-15net: don't check skb_count twiceSieng Piaw Liew
2022-06-10net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet
2022-06-10net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet
2022-06-07net: skb: use auto-generation to convert skb drop reason to stringMenglong Dong
2022-05-21net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski
2022-05-16net: add skb_defer_max sysctlEric Dumazet
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet
2022-05-16net: skb: check the boundrary of drop reason in kfree_skb_reason()Menglong Dong
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-09net: fix wrong network header lengthLina Wang
2022-05-06net: Make msg_zerocopy_alloc staticDavid Ahern
2022-05-03tcp: optimise skb_zerocopy_iter_stream()Pavel Begunkov
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov
2022-04-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-27net: generalize skb freeing deferral to per-cpu listsEric Dumazet
2022-04-21net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian
2022-04-01skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker
2022-03-04net: skb: introduce the function kfree_skb_list_reason()Menglong Dong
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03net: Clear mono_delivery_time bit in __skb_tstamp_tx()Martin KaFai Lau
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau
2022-03-03net: fix up skbs delta_truesize in UDP GRO frag_listlena wang
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-23net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet
2022-02-23net: add skb_set_end_offset() helperEric Dumazet
2022-02-23net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-02-10skbuff: cleanup double word in commentTom Rix
2022-01-10net: skb: introduce kfree_skb_reason()Menglong Dong
2021-12-30Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16net: Fix double 0x prefix print in SKB dumpGal Pressman
2021-12-07skbuff: introduce skb_pull_dataLuiz Augusto von Dentz