aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-14/+121
2021-11-01net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood1-0/+1
2021-11-01net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood1-0/+2
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-1/+18
2021-11-01bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong1-3/+3
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao1-0/+16
2021-11-01bpf: Factor out helpers for ctx access checkingHou Tao1-0/+23
2021-11-01bpf: Factor out a helper to prepare trampoline for struct_ops progHou Tao1-0/+4
2021-11-01skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian1-2/+16
2021-11-01Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller1-21/+20
2021-10-29net/mlx5: Allow skipping counter refresh on creationPaul Blakey1-0/+4
2021-10-29virtchnl: Use the BIT() macro for capability/offload flagsBrett Creeley1-20/+20
2021-10-29virtchnl: Remove unused VIRTCHNL_VF_OFFLOAD_RSVD defineBrett Creeley1-1/+0
2021-10-29mctp: Add flow extension to skbJeremy Kerr1-0/+3
2021-10-28bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi1-0/+1
2021-10-28bpf: Add bloom filter map implementationJoanne Koong2-0/+2
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+11
2021-10-28Merge tag 'mlx5-net-next-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller4-31/+31
2021-10-27Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed4-31/+31
2021-10-27inet: remove races in inet{6}_getname()Eric Dumazet1-0/+1
2021-10-27bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet1-5/+5
2021-10-27bpf: Avoid races in __bpf_prog_run() for 32bit archesEric Dumazet1-2/+3
2021-10-26net/mlx5e: Add handle SHAMPO cqe supportKhalid Manaa1-5/+18
2021-10-26net/mlx5e: Add support to klm_umr_wqeBen Ben-Ishay1-0/+1
2021-10-26net/mlx5e: Rename TIR lro functions to TIR packet merge functionsKhalid Manaa1-1/+1
2021-10-26net/mlx5: Add SHAMPO caps, HW bits and enumerationsBen Ben-Ishay2-3/+57
2021-10-26net/mlx5e: Rename lro_timeout to packet_merge_timeoutBen Ben-Ishay1-3/+3
2021-10-26lib: bitmap: Introduce node-aware alloc APITariq Toukan1-0/+2
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski4-6/+11
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen1-2/+5
2021-10-26bpf: Move BPF_MAP_TYPE for INODE_STORAGE and TASK_STORAGE outside of CONFIG_NETTejun Heo1-4/+4
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang1-0/+1
2021-10-26net/mlx5: remove the recent devlink paramsJakub Kicinski3-1/+6
2021-10-26net: phylink: use supported_interfaces for phylink validationRussell King (Oracle)1-2/+10
2021-10-26net: phylink: add MAC phy_interface_t bitmapRussell King1-0/+1
2021-10-26net: phy: add phy_interface_t bitmap supportRussell King (Oracle)1-0/+34
2021-10-26mctp: Implement extended addressingJeremy Kerr1-0/+1
2021-10-26Merge tag 'mlx5-updates-2021-10-25' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller4-14/+31
2021-10-25ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet1-1/+0
2021-10-25net/mlx5: Let user configure max_macs paramShay Drory1-1/+1
2021-10-25net/mlx5: Let user configure event_eq_size paramShay Drory1-1/+0
2021-10-25net/mlx5: Let user configure io_eq_size paramShay Drory1-4/+0
2021-10-25net/mlx5: Add periodic update of host time to firmwareAya Levin2-0/+14
2021-10-25net/mlx5: Extend health buffer dumpAya Levin2-8/+16
2021-10-25net: phy: add genphy_c45_fast_retrainLuo Jie1-0/+1
2021-10-24can: dev: add can_tdc_get_relative_tdco() helper functionVincent Mailhol1-0/+29
2021-10-24can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol1-0/+1
2021-10-24can: bittiming: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol1-2/+7
2021-10-24can: bittiming: change unit of TDC parameters to clock periodsVincent Mailhol1-11/+17
2021-10-24can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol2-17/+51