summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2021-04-09net: phy: make PHY PM ops a no-op if MAC driver manages PHY PMHeiner Kallweit
2021-04-08net: qed: remove unused including <linux/version.h>Tian Tao
2021-04-08net: phy: marvell10g: add separate structure for 88X3340Marek BehĂșn
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin
2021-04-07Merge tag 'mlx5-updates-2021-04-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-04-07ethtool: document PHY tunable callbacksJakub Kicinski
2021-04-06net/mlx5: Map register values to restore objectsChris Mi
2021-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-04-06usbnet: add method for reporting speed without MIIOliver Neukum
2021-04-06usbnet: add _mii suffix to usbnet_set/get_link_ksettingsOliver Neukum
2021-04-06netfilter: nfnetlink: add and use nfnetlink_broadcastFlorian Westphal
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin
2021-04-04Merge tag 'mlx5-updates-2021-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-04-02net/mlx5: Allocate rate limit table when rate is configuredParav Pandit
2021-04-02net/mlx5: Pack mlx5_rl_entry structureParav Pandit
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang
2021-04-01skmsg: Use rcu work for destroying psockCong Wang
2021-04-01skmsg: Avoid lock_sock() in sk_psock_backlog()Cong Wang
2021-04-01net: Introduce skb_send_sock() for sock_mapCong Wang
2021-04-01skmsg: Introduce a spinlock to protect ingress_msgCong Wang
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2021-03-31netfilter: ipset: Remove duplicate declarationWan Jiabing
2021-03-30vxlan: allow L4 GRO passthroughPaolo Abeni
2021-03-30udp: never accept GSO_FRAGLIST packetsPaolo Abeni
2021-03-30bpf: Remove unused bpf_load_pointerHe Fengqing
2021-03-30can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macrosVincent Mailhol
2021-03-30can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)Vincent Mailhol
2021-03-30can: dev: reorder struct can_priv members for better packingVincent Mailhol
2021-03-30can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)Vincent Mailhol
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-03-26bpf: selftests: Add kfunc_call testMartin KaFai Lau
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau
2021-03-26bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau
2021-03-26bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau
2021-03-25bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song
2021-03-25sysctl: add proc_dou8vec_minmax()Eric Dumazet
2021-03-25net: stmmac: use interrupt mode INTM=1 for multi-MSIWong, Vee Khee
2021-03-25net: stmmac: introduce MSI Interrupt routines for mac, safety, RX & TXOng Boon Leong
2021-03-26bpf: Fix typo 'accesible' into 'accessible'Ricardo Ribalda
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-25mm: memblock: fix section mismatch warning againMike Rapoport
2021-03-25mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson
2021-03-25kasan: fix per-page tags for non-page_alloc pagesAndrey Konovalov
2021-03-25hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin
2021-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds