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-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-13ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang
2022-06-19raw: convert raw sockets to RCUEric Dumazet
2022-06-10net: use WARN_ON_ONCE() in inet_sock_destruct()Eric Dumazet
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-02-21gso: do not skip outer ip header in case of ipip and net_failoverTao Liu
2022-01-07net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-30net: fix use-after-free in tw_timer_handlerMuchun Song
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-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet
2021-11-24dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima
2021-11-18ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet
2021-10-28net: introduce sk_forward_alloc_get()Paolo Abeni
2021-10-28inet: remove races in inet{6}_getname()Eric Dumazet
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet
2021-08-24bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-09inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Eric Dumazet
2021-06-02net: Return the correct errno codeZheng Yongjun
2021-05-18net: Remove the member netns_okYejune Deng
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang
2021-02-24net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-03inet: do not export inet_gro_{receive|complete}Eric Dumazet
2021-02-03net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen
2021-01-28bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev
2021-01-21bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev
2020-12-03bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev
2020-08-25io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig
2020-07-08bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev
2020-06-24udp: move gro declarations to net/udp.hEric Dumazet
2020-06-24net: move tcp gro declarations to net/tcp.hEric Dumazet
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-19bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann
2020-05-19ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev
2020-05-09net: Refactor arguments of inet{,6}_bindStanislav Fomichev
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu
2020-04-21net: ipv4: remove redundant assignment to variable rcColin Ian King
2020-03-30mptcp: add and use MIB counter infrastructureFlorian Westphal