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-02-14ipv6: Add reasons for skb drops to __udp6_lib_rcvDavid Ahern
2022-01-28ipv6: optimise dst refcounting on cork initPavel Begunkov
2022-01-28udp6: don't make extra copies of iflowPavel Begunkov
2022-01-28udp6: pass flow in ip6_make_skb together with corkPavel Begunkov
2022-01-28ipv6: don't zero inet_cork_full::fl after usePavel Begunkov
2022-01-28udp6: shuffle up->pending AF_INET bitsPavel Begunkov
2022-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-07net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-04udp6: Use Segment Routing Header for dest address if presentAndrew Lunn
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-24udp: using datalen to cap ipv6 udp max gso segmentsCoco Li
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-21inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2021-12-17add missing bpf-cgroup.h includesJakub Kicinski
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-11bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush
2021-11-03net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS()Menglong Dong
2021-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-01udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski
2021-10-26ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet
2021-10-07net: prefer socket bound to interface when not in VRFMike Manning
2021-09-28net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet
2021-08-24bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky
2021-07-21udp: check encap socket in __udp_lib_errVadim Fedorenko
2021-07-01udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-10udp: fix race between close() and udp_abort()Paolo Abeni
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang
2021-03-31udp: fixup csum for GSO receive slow pathPaolo Abeni
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-05udp: call udp_encap_enable for v6 sockets when enabling encapXin Long
2021-01-21bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-24lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-11-15inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet
2020-11-11inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet
2020-11-10net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong
2020-10-31udp: check udp sock encap_type in __udp_lib_errXin Long
2020-07-31udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki
2020-07-26udp: Don't discard reuseport selection when group has connectionsJakub Sitnicki
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-25net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-22net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin
2020-07-22udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig