aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-05net: socionext: remove set but not used variable 'pkts'YueHaibing1-2/+1
2019-07-05net: ethernet: allwinner: Remove unneeded memsetHariprasad Kelam1-1/+0
2019-07-05net/ethernet: using dev_get_drvdata directlyFuqian Huang1-2/+2
2019-07-05net/can: using dev_get_drvdata directlyFuqian Huang1-2/+2
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller28-469/+2255
2019-07-04net: ethernet: mediatek: Fix overlapping capability bits.René van Dorst2-85/+125
2019-07-04net: stmmac: Enable dwmac4 jumbo frame more than 8KiBWeifeng Voon1-1/+12
2019-07-04bonding: add an option to specify a delay between peer notificationsVincent Bernat5-37/+94
2019-07-04net: ethernet: sun: remove redundant assignment to variable errColin Ian King1-2/+0
2019-07-03gve: fix -ENOMEM null check on a page allocationColin Ian King1-1/+1
2019-07-03qlcnic: remove redundant assignment to variable errColin Ian King1-1/+1
2019-07-03atl1c: remove redundant assignment to variable tpd_reqColin Ian King1-1/+1
2019-07-03qed: Add support for Timestamping the unicast PTP packets.Sudarsana Reddy Kalluru1-2/+6
2019-07-03gve: Fix u64_stats_sync to initialize startCatherine Sullivan2-4/+8
2019-07-03loopback: fix lockdep splatMahesh Bandewar1-0/+2
2019-07-02mlxsw: spectrum_ptp: Fix validation in mlxsw_sp1_ptp_packet_finish()Petr Machata1-1/+1
2019-07-02r8169: add random MAC address fallbackHeiner Kallweit1-13/+27
2019-07-02Revert "r8169: improve handling VLAN tag"Heiner Kallweit1-3/+2
2019-07-02net: stmmac: make "snps,reset-delays-us" optional againMartin Blumenstingl1-10/+3
2019-07-02bonding/main: fix NULL dereference in bond_select_active_slave()Eric Dumazet1-1/+1
2019-07-02net: ethernet: mediatek: Allow non TRGMII mode with MT7621 DDR2 devicesRené van Dorst1-2/+5
2019-07-02nfc: st-nci: remove redundant assignment to variable rColin Ian King1-1/+1
2019-07-02hinic: remove standard netdev statsXue Chaojing1-46/+1
2019-07-02net: stmmac: Re-word Kconfig entryJose Abreu1-1/+1
2019-07-01gve: Add ethtool supportCatherine Sullivan4-2/+288
2019-07-01gve: Add workqueue and reset supportCatherine Sullivan3-8/+249
2019-07-01gve: Add transmit and receive supportCatherine Sullivan8-5/+2191
2019-07-01gve: Add basic driver framework for Compute Engine Virtual NICCatherine Sullivan10-0/+1029
2019-07-01loopback: create blackhole net device similar to loopack.Mahesh Bandewar1-9/+67
2019-07-01net: ethernet: broadcom: bcm63xx_enet: Remove unneeded memsetHariprasad Kelam1-1/+0
2019-07-01net: netsec: add XDP supportIlias Apalodimas1-27/+334
2019-07-01net: netsec: Use page_pool APIIlias Apalodimas2-47/+80
2019-07-01mlxsw: spectrum: PTP: Support ethtool get_ts_infoPetr Machata3-0/+55
2019-07-01mlxsw: spectrum: PTP: Support SIOCGHWTSTAMP, SIOCSHWTSTAMP ioctlsPetr Machata3-0/+227
2019-07-01mlxsw: spectrum: PTP: Configure PTP traps and FIFO eventsPetr Machata2-0/+65
2019-07-01mlxsw: spectrum: PTP: Garbage-collect unmatched entriesPetr Machata1-0/+86
2019-07-01mlxsw: spectrum: PTP: Support timestamping on Spectrum-1Petr Machata6-2/+388
2019-07-01mlxsw: spectrum: PTP: Disable BH when working with PHCPetr Machata1-12/+12
2019-07-01mlxsw: spectrum: PTP: Add PTP initialization / finalizationPetr Machata4-3/+122
2019-07-01mlxsw: pci: PTP: Hook into packet transmit pathPetr Machata6-1/+75
2019-07-01mlxsw: core: Add support for using SKB control bufferPetr Machata3-0/+13
2019-07-01mlxsw: spectrum: PTP: Hook into packet receive pathPetr Machata6-9/+67
2019-07-01mlxsw: spectrum: Add support for traps specific to Spectrum-1Petr Machata2-2/+25
2019-07-01mlxsw: spectrum: Extract a helper for trap registrationPetr Machata1-15/+33
2019-07-01mlxsw: reg: Add Monitoring Global Configuration RegisterPetr Machata1-0/+27
2019-07-01mlxsw: reg: Add Time Precision Packet Timestamping ReadingPetr Machata1-0/+110
2019-07-01mlxsw: reg: Add Monitoring Precision Time Protocol Trap RegisterPetr Machata1-0/+39
2019-07-01mlxsw: reg: Add Monitoring Time Precision Packet Port Configuration RegisterPetr Machata1-0/+38
2019-06-30Merge tag 'mlx5e-updates-2019-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller35-632/+1348
2019-06-30Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller21-145/+686