summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-10-29net/mlx5: Allow skipping counter refresh on creationPaul Blakey
2021-10-29mctp: Pass flow data & flow release events to driversJeremy Kerr
2021-10-29mctp: Add flow extension to skbJeremy Kerr
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-10-28mptcp: fix corrupt receiver key in MPC + data + checksumDavide Caratti
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan
2021-10-28net: cleanup __sk_stream_memory_free()Eric Dumazet
2021-10-28Merge tag 'mlx5-net-next-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet
2021-10-27Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni
2021-10-27tcp: define macros for a couple reclaim thresholdsPaolo Abeni
2021-10-27inet: remove races in inet{6}_getname()Eric Dumazet
2021-10-27net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee
2021-10-27Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean
2021-10-26net/mlx5e: Add handle SHAMPO cqe supportKhalid Manaa
2021-10-26net/mlx5e: Add support to klm_umr_wqeBen Ben-Ishay
2021-10-26net/mlx5e: Rename TIR lro functions to TIR packet merge functionsKhalid Manaa
2021-10-26net/mlx5: Add SHAMPO caps, HW bits and enumerationsBen Ben-Ishay
2021-10-26net/mlx5e: Rename lro_timeout to packet_merge_timeoutBen Ben-Ishay
2021-10-26lib: bitmap: Introduce node-aware alloc APITariq Toukan
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen
2021-10-26bpf: Move BPF_MAP_TYPE for INODE_STORAGE and TASK_STORAGE outside of CONFIG_NETTejun Heo
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-10-26net/mlx5: remove the recent devlink paramsJakub Kicinski
2021-10-26net: phylink: use supported_interfaces for phylink validationRussell King (Oracle)
2021-10-26net: phylink: add MAC phy_interface_t bitmapRussell King
2021-10-26net: phy: add phy_interface_t bitmap supportRussell King (Oracle)
2021-10-26mctp: Implement extended addressingJeremy Kerr
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet
2021-10-26net: annotate data-race in neigh_output()Eric Dumazet
2021-10-26Merge tag 'mlx5-updates-2021-10-25' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc
2021-10-25ipv4: guard IP_MINTTL with a static keyEric Dumazet
2021-10-25ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet
2021-10-25net: annotate accesses to sk->sk_rx_queue_mappingEric Dumazet
2021-10-25net: avoid dirtying sk->sk_rx_queue_mappingEric Dumazet
2021-10-25net: avoid dirtying sk->sk_napi_idEric Dumazet
2021-10-25ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet
2021-10-25tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet
2021-10-25net/mlx5: Let user configure max_macs paramShay Drory
2021-10-25net/mlx5: Let user configure event_eq_size paramShay Drory
2021-10-25net/mlx5: Let user configure io_eq_size paramShay Drory
2021-10-25net/mlx5: Add periodic update of host time to firmwareAya Levin
2021-10-25net/mlx5: Extend health buffer dumpAya Levin
2021-10-25net/tls: tls_crypto_context add supported algorithms contextTianjia Zhang