summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-04-02mptcp: add mptcp reset option supportFlorian Westphal2-2/+27
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-48/+179
2021-04-01include: net: Remove repeated struct declarationWan Jiabing1-1/+0
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang2-2/+4
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang1-0/+2
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang4-15/+8
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2-0/+3
2021-04-01skmsg: Use rcu work for destroying psockCong Wang1-4/+1
2021-04-01skmsg: Avoid lock_sock() in sk_psock_backlog()Cong Wang1-0/+2
2021-04-01net: Introduce skb_send_sock() for sock_mapCong Wang1-0/+1
2021-04-01skmsg: Introduce a spinlock to protect ingress_msgCong Wang1-0/+46
2021-03-31ipv6: move ip6_dst_ops first in netns_ipv6Eric Dumazet1-1/+3
2021-03-31ipv6: convert elligible sysctls to u8Eric Dumazet1-12/+12
2021-03-31tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet1-1/+1
2021-03-31ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet1-1/+1
2021-03-31ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet1-2/+2
2021-03-31ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet1-1/+1
2021-03-31ipv4: convert fib_notify_on_flag_change sysctl to u8Eric Dumazet1-1/+1
2021-03-31inet: shrink netns_ipv4 by another cache lineEric Dumazet1-3/+3
2021-03-31inet: shrink inet_timewait_death_row by 48 bytesEric Dumazet1-2/+5
2021-03-31ethtool: support FEC settings over netlinkJakub Kicinski1-0/+17
2021-03-30vxlan: allow L4 GRO passthroughPaolo Abeni1-0/+6
2021-03-30udp: never accept GSO_FRAGLIST packetsPaolo Abeni1-3/+13
2021-03-30udp: fixup csum for GSO receive slow pathPaolo Abeni1-0/+23
2021-03-30bpf: Remove unused bpf_load_pointerHe Fengqing1-9/+0
2021-03-30ipv6: add ipv6_dev_find to stubsAndreas Roeseler1-0/+2
2021-03-30net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler1-0/+1
2021-03-30ICMPV6: add support for RFC 8335 PROBEAndreas Roeseler1-0/+3
2021-03-30icmp: add support for RFC 8335 PROBEAndreas Roeseler1-0/+42
2021-03-30can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macrosVincent Mailhol1-0/+8
2021-03-30can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)Vincent Mailhol1-0/+6
2021-03-30can: dev: reorder struct can_priv members for better packingVincent Mailhol1-6/+7
2021-03-30can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)Vincent Mailhol2-0/+68
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+2
2021-03-28nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata1-2/+2
2021-03-26bpf: selftests: Add kfunc_call testMartin KaFai Lau1-0/+6
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau4-0/+30
2021-03-26bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau2-2/+7
2021-03-26bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau1-2/+1
2021-03-26mld: add mc_lock for protecting per-interface mld dataTaehee Yoo1-0/+1
2021-03-26mld: add new workqueues for process mld eventsTaehee Yoo2-1/+11
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo1-3/+4
2021-03-26mld: convert ip6_sf_list to RCUTaehee Yoo1-3/+4
2021-03-26mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo1-2/+2
2021-03-26mld: get rid of inet6_dev->mc_lockTaehee Yoo1-1/+0
2021-03-26mld: convert from timer to delayed workTaehee Yoo1-4/+4
2021-03-26ethtool: document the enum values not definesJakub Kicinski1-10/+10
2021-03-26ethtool: fec: add note about reuse of reservedJakub Kicinski1-0/+4
2021-03-26bpf: struct sock is declared twice in bpf_sk_storage headerWan Jiabing1-1/+0
2021-03-25bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song2-12/+67