aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-14net: skbuff: disambiguate argument and member for skb_list_walk_safe helperJason A. Donenfeld1-3/+3
2020-01-14net: phy: add MACsec ops in phy_deviceAntoine Tenart1-0/+7
2020-01-14net: macsec: introduce the macsec_context structureAntoine Tenart1-0/+2
2020-01-14net: phy: Added IRQ print to phylink_bringup_phy()Florian Fainelli1-0/+2
2020-01-13net: stmmac: Initial support for TBSJose Abreu1-0/+1
2020-01-13ptr_ring: add include of linux/mm.hJesper Dangaard Brouer1-0/+1
2020-01-12ixp4xx_eth: move platform_data definitionArnd Bergmann1-0/+19
2020-01-12wan: ixp4xx_hss: prepare compile testingArnd Bergmann1-0/+17
2020-01-12mlx4: Bump up MAX_MSIX from 64 to 128Jonathan Lemon1-1/+1
2020-01-09skb: add helpers to allocate ext independently from sk_buffPaolo Abeni1-0/+3
2020-01-09mptcp: Add MPTCP to skb extensionsMat Martineau1-0/+3
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller9-14/+63
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-1/+43
2020-01-08net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld1-0/+5
2020-01-08macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet1-0/+8
2020-01-07net/mlx5: limit the function in local scopeZhu Yanjun1-2/+0
2020-01-06net: ethernet: sxgbe: Rename Samsung to lowercaseKrzysztof Kozlowski1-1/+1
2020-01-06Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-2/+2
2020-01-06Merge tag 'rtc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-0/+8
2020-01-05enetc: Make MDIO accessors more generic and export to include/linux/fslClaudiu Manoil1-0/+55
2020-01-05net: phylink: add support for polling MAC PCSVladimir Oltean1-0/+2
2020-01-05mii: Add helpers for parsing SGMII auto-negotiationVladimir Oltean1-0/+50
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean1-0/+3
2020-01-05net: dsa: sja1105: Always send through management routes in slot 0Vladimir Oltean1-1/+0
2020-01-05net: phy: add PHY_INTERFACE_MODE_10GBASERRussell King1-4/+8
2020-01-05net: ethernet: sxgbe: Rename Samsung to lowercaseKrzysztof Kozlowski1-1/+1
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-2/+5
2020-01-04Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+4
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing1-3/+3
2020-01-03Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-01-02Merge tag 'sizeof_field-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-9/+0
2020-01-02Revert "fs: remove ksys_dup()"Dominik Brodowski1-0/+1
2020-01-02can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CAN sk_buffsOliver Hartkopp1-0/+34
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-9/+15
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-9/+12
2019-12-30net: dsa: sja1105: Use PTP core's dedicated kernel thread for RX timestampingVladimir Oltean1-2/+0
2019-12-30ptp: introduce ptp_cancel_worker_syncVladimir Oltean1-0/+9
2019-12-30ptp: fix the race between the release of ptp_clock and cdevVladis Dronov1-8/+11
2019-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+1
2019-12-30kernel.h: Remove unused FIELD_SIZEOF()Kees Cook1-9/+0
2019-12-28block: add bio_truncate to fix guard_bio_eodMing Lei1-0/+1
2019-12-27ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek1-0/+3
2019-12-27ethtool: support for netlink notificationsMichal Kubecek2-0/+14
2019-12-27ethtool: introduce ethtool netlink interfaceMichal Kubecek1-0/+9
2019-12-27spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean1-2/+2
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-22/+103
2019-12-26of: mdio: Add missing inline to of_mdiobus_child_is_phy() dummyGeert Uytterhoeven1-1/+1
2019-12-25net: Add a layer for non-PHY MII time stamping drivers.Richard Cochran1-0/+63
2019-12-25net: Introduce a new MII time stamping interface.Richard Cochran2-31/+68
2019-12-25net: phy: Introduce helper functions for time stamping support.Richard Cochran1-0/+60