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
path: root/net/core
AgeCommit message (Expand)Author
2022-07-25Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe
2022-07-23net: fix uninitialised msghdr->sg_from_iterPavel Begunkov
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
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-18tcp: Fix data-races around sysctl_tcp_migrate_req.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima
2022-07-14seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer
2022-07-06xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet
2022-06-15bpf: Fix request_sock leak in sk lookup helpersJon Maxwell
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso
2022-05-26net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-05-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski
2022-05-21net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski
2022-05-21bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau
2022-05-16net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet
2022-05-16net: add skb_defer_max sysctlEric Dumazet
2022-05-16net: use napi_consume_skb() in skb_defer_free_flush()Eric 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-16net: dm: check the boundary of skb drop reasonsMenglong Dong
2022-05-16net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_ifEric Dumazet
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-16net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet
2022-05-13net: page_pool: add page allocation stats for two fast page allocate pathJie Wang
2022-05-13net: update the register_netdevice() kdocJakub Kicinski
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12rtnetlink: verify rate parameters for calls to ndo_set_vf_rateBin Chen
2022-05-11net: add more debug info in skb_checksum_help()Eric Dumazet
2022-05-11net: remove two BUG() from skb_checksum_help()Eric Dumazet
2022-05-11net: fix kdoc on __dev_queue_xmit()Jakub Kicinski
2022-05-10bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan
2022-05-10bpf: Print some info if disable bpf_jit_enable failedTiezhu Yang
2022-05-10net: sysctl: Use SYSCTL_TWO instead of &twoTiezhu Yang
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed
2022-05-09net: fix wrong network header lengthLina Wang
2022-05-06net: move netif_set_gso_max helpersJakub Kicinski
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski