aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov22-26/+44
2019-10-30net: sched: modify stats helper functions to support regular statsVlad Buslov2-14/+35
2019-10-30net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov2-12/+4
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov6-5/+21
2019-10-30net: sched: extract bstats update code into functionVlad Buslov7-6/+13
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov7-26/+21
2019-10-30net: qrtr: Simplify 'qrtr_tun_release()'Christophe JAILLET1-5/+1
2019-10-30Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller10-55/+122
2019-10-30wimax: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fopszhong jiang1-3/+3
2019-10-30net: dsa: add ethtool pause configuration supportHeiner Kallweit1-0/+18
2019-10-30vxlan: drop "vxlan" parameter in vxlan_fdb_alloc()Guillaume Nault1-3/+2
2019-10-30net: phy: marvell: add downshift support for 88E1145Heiner Kallweit1-0/+3
2019-10-30Merge branch 'ICMP-flow-improvements'David S. Miller3-45/+160
2019-10-30bonding: balance ICMP echoes in layer3+4 modeMatteo Croce1-7/+70
2019-10-30flow_dissector: extract more ICMP informationMatteo Croce2-32/+61
2019-10-30flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce1-9/+25
2019-10-30flow_dissector: add meaningful commentsMatteo Croce2-0/+7
2019-10-30tc-testing: fixed two failing pedit testsRoman Mashak1-2/+2
2019-10-30tipc: add smart nagle featureJon Maloy5-20/+170
2019-10-30Merge branch 'mlxsw-Update-firmware-version'David S. Miller3-3/+21
2019-10-30mlxsw: Enforce firmware version for Spectrum-2Ido Schimmel1-0/+18
2019-10-30mlxsw: Bump firmware version to 13.2000.2308Ido Schimmel1-1/+1
2019-10-30mlxsw: pci: Increase PCI reset timeout for SN3800 systemsIdo Schimmel1-1/+1
2019-10-30mlxsw: reg: Increase size of MPAR registerIdo Schimmel1-1/+1
2019-10-29e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not setSasha Neftin1-0/+2
2019-10-29e1000e: Add support for Tiger LakeSasha Neftin5-1/+26
2019-10-29i40e: Add UDP segmentation offload supportJosh Hunt2-3/+10
2019-10-29ixgbe: Add UDP segmentation offload supportJosh Hunt1-6/+18
2019-10-29igb: Add UDP segmentation offload supportJosh Hunt2-6/+18
2019-10-29Merge branch 'nfc-pn533-add-uart-phy-driver'David S. Miller9-88/+692
2019-10-29nfc: pn532_uart: Make use of pn532 autopollLars Poeschel1-1/+1
2019-10-29nfc: pn533: Add autopoll capabilityLars Poeschel2-6/+197
2019-10-29nfc: pn533: add UART phy driverLars Poeschel4-0/+344
2019-10-29nfc: pn533: Split pn533 init & nfc_registerLars Poeschel4-52/+80
2019-10-29nfc: pn533: Add dev_up/dev_down hooks to phy_opsLars Poeschel2-1/+20
2019-10-29nfc: pn532: Add uart phy docs and rename itLars Poeschel2-29/+46
2019-10-29nfc: pn533: i2c: "pn532" as dt compatible stringLars Poeschel1-0/+5
2019-10-29e1000e: Drop unnecessary __E1000_DOWN bit twiddlingAlexander Duyck1-6/+1
2019-10-29e1000e: Use rtnl_lock to prevent race conditions between net and pci/pmAlexander Duyck1-33/+35
2019-10-29e1000e: Add support for Comet LakeSasha Neftin2-0/+12
2019-10-29Merge branch 'bridge-fdbs-bitops'David S. Miller4-79/+85
2019-10-29net: bridge: fdb: set flags directly in fdb_createNikolay Aleksandrov1-11/+7
2019-10-29net: bridge: fdb: convert offloaded to use bitopsNikolay Aleksandrov3-8/+9
2019-10-29net: bridge: fdb: convert added_by_external_learn to use bitopsNikolay Aleksandrov2-12/+11
2019-10-29net: bridge: fdb: convert added_by_user to bitopsNikolay Aleksandrov3-17/+18
2019-10-29net: bridge: fdb: convert is_sticky to bitopsNikolay Aleksandrov2-8/+8
2019-10-29net: bridge: fdb: convert is_static to bitopsNikolay Aleksandrov2-23/+21
2019-10-29net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov3-16/+27
2019-10-29net/smc: remove unneeded include for smc.hUrsula Braun1-1/+0
2019-10-29tipc: improve throughput between nodes in netnsHoang Le8-11/+197