aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-29selftests: rtnetlink: skip ipsec offload tests if netdevsim isn't presentFlorian Westphal1-6/+10
2019-06-29net: sched: em_ipt: add support for addrtype matchingNikolay Aleksandrov1-0/+14
2019-06-29net: sched: em_ipt: keep the user-specified nfproto and dump itNikolay Aleksandrov1-1/+13
2019-06-29net: sched: em_ipt: set the family based on the packet if it's unspecifiedNikolay Aleksandrov1-1/+6
2019-06-29net: sched: em_ipt: match only on ip/ipv6 trafficNikolay Aleksandrov1-0/+13
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 Bergmann3-12/+12
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-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
2019-06-28e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas1-3/+3
2019-06-28ixgbe: fix potential u32 overflow on shiftColin Ian King1-10/+4
2019-06-28ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier1-0/+3
2019-06-28e1000e: Increase pause and refresh timeMiguel Bernal Marin1-2/+2
2019-06-28ice: Use struct_size() helperGustavo A. R. Silva1-2/+2
2019-06-28taprio: Adjust timestamps for TCP packetsVedang Patel1-1/+40
2019-06-28taprio: make clock reference conversions easierVedang Patel1-8/+22
2019-06-28taprio: Add support for txtime-assist modeVedang Patel2-17/+328
2019-06-28taprio: Remove inline directiveVedang Patel1-1/+1
2019-06-28taprio: calculate cycle_time when schedule is installedVedang Patel1-18/+11
2019-06-28etf: Add skip_sock_checkVedang Patel2-0/+11
2019-06-28etf: Don't use BIT() in UAPI headers.Vedang Patel1-2/+2
2019-06-28igb: clear out skb->tstamp after reading the txtimeVedang Patel1-0/+1
2019-06-28net: sched: protect against stack overflow in TC act_mirredJohn Hurley1-0/+14
2019-06-28net: sched: refactor reinsert actionJohn Hurley4-6/+5
2019-06-28ipv4: enable route flushing in network namespacesChristian Brauner1-4/+8
2019-06-28net: hns3: optimize the CSQ cmd error handlingPeng Li2-8/+26
2019-06-28net: hns3: remove RXD_VLD check in hns3_handle_bdinfoYunsheng Lin3-12/+0
2019-06-28net: hns3: remove unused linkmode definitionJian Shen1-19/+0
2019-06-28net: hns3: fix a statistics issue about l3l4 checksum errorYufeng Mo1-1/+1
2019-06-28net: hns3: handle empty unknown interruptHuazhong Tan1-5/+10