summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2021-04-08net: sched: fix action overwrite reference countingVlad Buslov
2021-04-08mac80211: Allow concurrent monitor iface and ethernet rx decapSriram R
2021-04-08cfg80211: allow specifying a reason for hw_rfkillEmmanuel Grumbach
2021-04-08Bluetooth: Allow Microsoft extension to indicate curve validationMarcel Holtmann
2021-04-08Bluetooth: Fix default values for advertising intervalMarcel Holtmann
2021-04-07mptcp: use mptcp_addr_info in mptcp_out_optionsGeliang Tang
2021-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-04-06Bluetooth: Add support for reading AOSP vendor capabilitiesMarcel Holtmann
2021-04-06net: remove obsolete members from struct netFlorian Westphal
2021-04-06netfilter: conntrack: move ecache dwork to net_generic infraFlorian Westphal
2021-04-06netfilter: conntrack: move sysctl pointer to net_generic infraFlorian Westphal
2021-04-06netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal
2021-04-06netfilter: nf_defrag_ipv6: use net_generic infraFlorian Westphal
2021-04-05Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman
2021-04-02tcp: reorder tcp_congestion_ops for better cache localityEric Dumazet
2021-04-02net: reorganize fields in netns_mibEric Dumazet
2021-04-02mptcp: add mptcp reset option supportFlorian Westphal
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-01include: net: Remove repeated struct declarationWan Jiabing
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang
2021-03-31Revert "net: correct sk_acceptq_is_full()"Eric Dumazet
2021-03-31ipv6: move ip6_dst_ops first in netns_ipv6Eric Dumazet
2021-03-31ipv6: convert elligible sysctls to u8Eric Dumazet
2021-03-31tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet
2021-03-31ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet
2021-03-31ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet
2021-03-31ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet
2021-03-31ipv4: convert fib_notify_on_flag_change sysctl to u8Eric Dumazet
2021-03-31inet: shrink netns_ipv4 by another cache lineEric Dumazet
2021-03-31inet: shrink inet_timewait_death_row by 48 bytesEric Dumazet
2021-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-03-31netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso
2021-03-31netfilter: nft_log: perform module load from nf_tablesFlorian Westphal
2021-03-31netfilter: nf_log_common: merge with nf_log_syslogFlorian Westphal
2021-03-31netfilter: nf_log_bridge: merge with nf_log_syslogFlorian Westphal
2021-03-30udp: fixup csum for GSO receive slow pathPaolo Abeni
2021-03-30net: let skb_orphan_partial wake-up waiters.Paolo Abeni
2021-03-30ipv6: add ipv6_dev_find to stubsAndreas Roeseler
2021-03-30net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler
2021-03-28nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata
2021-03-26mld: add mc_lock for protecting per-interface mld dataTaehee Yoo
2021-03-26mld: add new workqueues for process mld eventsTaehee Yoo
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo
2021-03-26mld: convert ip6_sf_list to RCUTaehee Yoo
2021-03-26mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo
2021-03-26mld: get rid of inet6_dev->mc_lockTaehee Yoo
2021-03-26mld: convert from timer to delayed workTaehee Yoo
2021-03-26bpf: struct sock is declared twice in bpf_sk_storage headerWan Jiabing