aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-29r8169: remove not needed call to dma_sync_single_for_deviceHeiner Kallweit1-1/+0
2019-06-29r8169: consider that 32 Bit DMA is the defaultHeiner Kallweit1-8/+1
2019-06-29r8169: improve handling VLAN tagHeiner Kallweit1-2/+3
2019-06-29hinic: add vlan offload supportXue Chaojing7-2/+97
2019-06-28net/mlx5e: Disallow tc redirect offload cases we don't supportPaul Blakey3-5/+24
2019-06-28net/mlx5e: Expose same physical switch_id for all representorsPaul Blakey1-20/+9
2019-06-28net/mlx5e: Don't refresh TIRs when updating representor SQsGavi Teitz5-4/+21
2019-06-28net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_createArnd Bergmann2-11/+11
2019-06-28net/mlx5e: Set drvinfo in generic mannerParav Pandit1-1/+1
2019-06-28net/mlx5e: Correct phys_port_name for PF portParav Pandit1-0/+2
2019-06-28net/mlx5e: Report netdevice MPLS featuresAriel Levkovich1-0/+5
2019-06-28net/mlx5e: Move to HW checksumming advertisingAriel Levkovich1-4/+2
2019-06-28net/mlx5: MPFS, Allow adding the same MAC more than onceGavi Teitz1-1/+6
2019-06-28net/mlx5: MPFS, Cleanup add MAC flowGavi Teitz1-11/+15
2019-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed25-577/+1254
2019-06-28e1000e: PCIm function state supportVitaly Lifshits2-1/+20
2019-06-28e1000e: Make watchdog use delayed workDetlev Casanova2-27/+32
2019-06-28i40e: Add macvlan support on i40eHarshitha Ramamurthy2-2/+522
2019-06-28ixgbevf: Use cached link state instead of re-reading the value for ethtoolAlexander Duyck1-8/+2
2019-06-28iavf: fix dereference of null rx_buffer pointerColin Ian King1-2/+4
2019-06-28igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy2-1/+6
2019-06-28igb: minor ethool regdump amendmentArtem Bityutskiy1-35/+35
2019-06-28iavf: Fix up debug print macroJeff Kirsher1-3/+7
2019-06-28e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven7-28/+28
2019-06-28iavf: use struct_size() helperGustavo A. R. Silva1-21/+16