aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-03ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel2-10/+18
2017-08-03ipv6: Regenerate host route according to node pointer upon interface upIdo Schimmel1-2/+2
2017-08-03ipv6: Regenerate host route according to node pointer upon loopback upIdo Schimmel1-1/+1
2017-08-03ipv6: fib: Unlink replaced routes from their nodesIdo Schimmel1-0/+2
2017-08-03ipv6: fib: Don't assume only nodes hold a reference on routesIdo Schimmel1-2/+0
2017-08-03ipv6: fib: Add offload indication to routesIdo Schimmel2-0/+9
2017-08-03ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel3-2/+104
2017-08-03ipv6: fib_rules: Dump rules during registration to FIB chainIdo Schimmel3-2/+23
2017-08-03ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel2-0/+22
2017-08-03ipv6: fib: Add FIB notifiers callbacksIdo Schimmel5-1/+75
2017-08-03ipv6: fib_rules: Check if rule is a default ruleIdo Schimmel2-0/+25
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel5-49/+101
2017-08-03rocker: Ignore address families other than IPv4Ido Schimmel1-0/+4
2017-08-03mlxsw: spectrum_router: Ignore address families other than IPv4Ido Schimmel1-1/+1
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel13-93/+282
2017-08-03Merge branch 'mvpp2-add-TX-interrupts-support'David S. Miller2-151/+488
2017-08-03dt-bindings: net: marvell-pp2: update interrupt-names with TX interruptsThomas Petazzoni1-3/+25
2017-08-03net: mvpp2: add support for TX interrupts and RX queue distribution modesThomas Petazzoni1-29/+246
2017-08-03net: mvpp2: introduce queue_vector conceptThomas Petazzoni1-54/+169
2017-08-03net: mvpp2: move from cpu-centric naming to "software thread" namingThomas Petazzoni1-12/+13
2017-08-03net: mvpp2: introduce per-port nrxqs/ntxqs variablesThomas Petazzoni1-42/+41
2017-08-03net: mvpp2: remove RX queue group reset codeThomas Petazzoni1-17/+0
2017-08-03net: mvpp2: fix MVPP21_ISR_RXQ_GROUP_REG definitionThomas Petazzoni1-1/+1
2017-08-03net: arc_emac: Add support for ndo_do_ioctl net_device_ops operationRomain Perier1-0/+13
2017-08-03Merge branch 'hns3-ethernet-driver'David S. Miller18-0/+11953
2017-08-03net: hns3: Add HNS3 driver to kernel build framework & MAINTAINERSSalil5-0/+54
2017-08-03net: hns3: Add Ethtool support to HNS3 driverSalil1-0/+482
2017-08-03net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoCSalil2-0/+230
2017-08-03net: hns3: Add support of TX Scheduler & Shaper to HNS3 driverSalil2-0/+1121
2017-08-03net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer SupportSalil2-0/+4786
2017-08-03net: hns3: Add HNS3 IMP(Integrated Mgmt Proc) Cmd Interface SupportSalil2-0/+1096
2017-08-03net: hns3: Add support of the HNAE3 frameworkSalil2-0/+744
2017-08-03net: hns3: Add support of HNS3 Ethernet Driver for hip08 SoCSalil2-0/+3440
2017-08-03Merge branch 'sctp-remove-typedefs-from-structures-part-4'David S. Miller8-157/+162
2017-08-03sctp: remove the typedef sctp_auth_chunk_tXin Long3-7/+8
2017-08-03sctp: remove the typedef sctp_authhdr_tXin Long2-7/+7
2017-08-03sctp: remove the typedef sctp_addip_chunk_tXin Long4-10/+15
2017-08-03sctp: remove the typedef sctp_addiphdr_tXin Long3-15/+15
2017-08-03sctp: remove the typedef sctp_addip_param_tXin Long2-23/+24
2017-08-03sctp: remove the typedef sctp_cwr_chunk_tXin Long1-5/+0
2017-08-03sctp: remove the typedef sctp_cwrhdr_tXin Long3-8/+8
2017-08-03sctp: remove the typedef sctp_ecne_chunk_tXin Long2-4/+4
2017-08-03sctp: remove the typedef sctp_ecnehdr_tXin Long3-8/+8
2017-08-03sctp: remove the typedef sctp_error_tXin Long2-3/+3
2017-08-03sctp: remove the typedef sctp_operr_chunk_tXin Long2-4/+4
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long6-45/+48
2017-08-03sctp: fix the name of struct sctp_shutdown_chunk_tXin Long2-9/+9
2017-08-03sctp: remove the typedef sctp_shutdownhdr_tXin Long3-10/+10
2017-08-03Merge branch 'ibmvnic-ethtool'David S. Miller2-7/+125
2017-08-03ibmvnic: Implement .get_channelsJohn Allen1-0/+16