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-05-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-05-24Merge tag 'for-net-next-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski
2022-05-21net: Add a second bind table hashed by port and addressJoanne Koong
2022-05-21bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-19Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz
2022-05-19tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny
2022-05-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-05-17cfg80211: fix kernel-doc for cfg80211_beacon_dataJohannes Berg
2022-05-16netfilter: nf_conncount: reduce unnecessary GCWilliam Tu
2022-05-16inet: rename INET_MATCH()Eric Dumazet
2022-05-16ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet
2022-05-16tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet
2022-05-16net: annotate races around sk->sk_bound_dev_ifEric Dumazet
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck
2022-05-16ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet
2022-05-16ipv6: add struct hop_jumbo_hdr definitionEric Dumazet
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek
2022-05-16nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger
2022-05-16mac80211: remove stray multi_sta_back_32bit docsJohannes Berg
2022-05-16mac80211: fix typo in documentationJohannes Berg
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-05-13netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell
2022-05-13netfilter: prefer extension check to pointer checkFlorian Westphal
2022-05-13netfilter: conntrack: un-inline nf_ct_ecache_ext_addFlorian Westphal
2022-05-13netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal
2022-05-13netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal
2022-05-13netfilter: extensions: introduce extension genid countFlorian Westphal
2022-05-13netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal
2022-05-13netfilter: conntrack: remove the percpu dying listFlorian Westphal
2022-05-13netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal
2022-05-13netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet
2022-05-13inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz
2022-05-13net: inet: Retire port only listening_hashMartin KaFai Lau
2022-05-13net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau
2022-05-13net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean
2022-05-13net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean
2022-05-13net: dsa: introduce the dsa_cpu_ports() helperVladimir Oltean
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12Bluetooth: Fix the creation of hdev->nameItay Iellin
2022-05-12net/sched: act_pedit: really ensure the skb is writablePaolo Abeni