aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ixgbevf: Use cached link state instead of re-reading the value for ethtoolAlexander Duyck2019-06-281-8/+2
| * | | iavf: fix dereference of null rx_buffer pointerColin Ian King2019-06-281-2/+4
| * | | igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy2019-06-282-1/+6
| * | | igb: minor ethool regdump amendmentArtem Bityutskiy2019-06-281-35/+35
| * | | iavf: Fix up debug print macroJeff Kirsher2019-06-281-3/+7
| * | | e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven2019-06-287-28/+28
| * | | iavf: use struct_size() helperGustavo A. R. Silva2019-06-281-21/+16
| * | | e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas2019-06-281-3/+3
| * | | ixgbe: fix potential u32 overflow on shiftColin Ian King2019-06-281-10/+4
| * | | ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier2019-06-281-0/+3
| * | | e1000e: Increase pause and refresh timeMiguel Bernal Marin2019-06-281-2/+2
| * | | ice: Use struct_size() helperGustavo A. R. Silva2019-06-281-2/+2
| |/ /
* | | r8169: remove not needed call to dma_sync_single_for_deviceHeiner Kallweit2019-06-291-1/+0
* | | r8169: consider that 32 Bit DMA is the defaultHeiner Kallweit2019-06-291-8/+1
* | | r8169: improve handling VLAN tagHeiner Kallweit2019-06-291-2/+3
* | | selftests: rtnetlink: skip ipsec offload tests if netdevsim isn't presentFlorian Westphal2019-06-291-6/+10
* | | Merge branch 'em_ipt-add-support-for-addrtype'David S. Miller2019-06-291-2/+46
|\ \ \
| * | | net: sched: em_ipt: add support for addrtype matchingNikolay Aleksandrov2019-06-291-0/+14
| * | | net: sched: em_ipt: keep the user-specified nfproto and dump itNikolay Aleksandrov2019-06-291-1/+13
| * | | net: sched: em_ipt: set the family based on the packet if it's unspecifiedNikolay Aleksandrov2019-06-291-1/+6
| * | | net: sched: em_ipt: match only on ip/ipv6 trafficNikolay Aleksandrov2019-06-291-0/+13
|/ / /
* | | hinic: add vlan offload supportXue Chaojing2019-06-297-2/+97
* | | Merge branch 'net-sched-Add-txtime-assist-support-for-taprio'David S. Miller2019-06-284-36/+405
|\ \ \
| * | | taprio: Adjust timestamps for TCP packetsVedang Patel2019-06-281-1/+40
| * | | taprio: make clock reference conversions easierVedang Patel2019-06-281-8/+22
| * | | taprio: Add support for txtime-assist modeVedang Patel2019-06-282-17/+328
| * | | taprio: Remove inline directiveVedang Patel2019-06-281-1/+1
| * | | taprio: calculate cycle_time when schedule is installedVedang Patel2019-06-281-18/+11
| * | | etf: Add skip_sock_checkVedang Patel2019-06-282-0/+11
| * | | etf: Don't use BIT() in UAPI headers.Vedang Patel2019-06-281-2/+2
| * | | igb: clear out skb->tstamp after reading the txtimeVedang Patel2019-06-281-0/+1
|/ / /
* | | Merge branch 'mirred-recurse'David S. Miller2019-06-284-6/+19
|\ \ \ | |/ / |/| |
| * | net: sched: protect against stack overflow in TC act_mirredJohn Hurley2019-06-281-0/+14
| * | net: sched: refactor reinsert actionJohn Hurley2019-06-284-6/+5
|/ /
* | ipv4: enable route flushing in network namespacesChristian Brauner2019-06-281-4/+8
* | Merge tag 'batadv-next-for-davem-20190627v2' of git://git.open-mesh.org/linux...David S. Miller2019-06-2840-457/+1035
|\ \
| * | batman-adv: mcast: apply optimizations for routable packets, tooLinus Lüssing2019-06-271-18/+241
| * | batman-adv: mcast: detect, distribute and maintain multicast router presenceLinus Lüssing2019-06-274-54/+399
| * | batman-adv: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-278-144/+39
| * | batman-adv: mcast: avoid redundant multicast TT entries with bridgesLinus Lüssing2019-06-271-6/+27
| * | batman-adv: mcast: collect softif listeners from IP lists insteadLinus Lüssing2019-06-271-49/+143
| * | batman-adv: mcast: shorten multicast tt/tvlv worker spinlock sectionLinus Lüssing2019-05-253-151/+164
| * | batman-adv: Use includes instead of fwdeclsSven Eckelmann2019-05-2528-80/+60
| * | batman-adv: Add missing include for atomic functionsSven Eckelmann2019-05-252-0/+2
| * | batman-adv: Fix includes for *_MAX constantsSven Eckelmann2019-05-255-0/+5
| * | batman-adv: Start new development cycleSimon Wunderlich2019-05-211-1/+1
* | | Merge branch 'hns3-next'David S. Miller2019-06-2813-91/+184
|\ \ \
| * | | net: hns3: optimize the CSQ cmd error handlingPeng Li2019-06-282-8/+26
| * | | net: hns3: remove RXD_VLD check in hns3_handle_bdinfoYunsheng Lin2019-06-283-12/+0
| * | | net: hns3: remove unused linkmode definitionJian Shen2019-06-281-19/+0