aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-07i40e: Add additional return code to i40e_asq_send_commandPiotr Azarewicz2-0/+4
2018-08-07i40e: fix warning about shadowed ring parameterJacob Keller1-4/+2
2018-08-07i40e: remove unnecessary i variable causing -Wshadow warningJacob Keller1-1/+0
2018-08-07i40e: convert priority flow control stats to use helpersJacob Keller1-36/+51
2018-08-07i40e: convert VEB TC stats to use an i40e_stats arrayJacob Keller1-40/+43
2018-08-07i40e: Set fec_config when forcing link stateMariusz Stachura1-0/+2
2018-08-07i40e: add helper to copy statistic values into ethtool bufferJacob Keller1-23/+93
2018-08-07i40e: add helper function for copying strings from stat arraysJacob Keller1-20/+39
2018-08-07i40e/i40evf: remove redundant functions i40evf_aq_{set/get}_phy_registerYueHaibing1-69/+0
2018-08-07i40e: Remove duplicated prepare call in i40e_shutdownSergey Nemov1-6/+0
2018-08-06ipv4: frags: precedence bug in ip_expire()Dan Carpenter1-1/+1
2018-08-06ptp_qoriq: use div_u64/div_u64_rem for 64-bit divisionYangbo Lu1-2/+4
2018-08-06net: avoid unnecessary sock_flag() check when enable timestampYafang Shao2-8/+6
2018-08-06vhost: switch to use new message formatJason Wang4-19/+111
2018-08-06net/bridge/br_multicast: remove redundant variable "err"zhong jiang1-7/+5
2018-08-06mellanox: fix the dport endianness in call of __inet6_lookup_established()Al Viro1-1/+1
2018-08-06ieee802154: fakelb: add deprecated msg while probeAlexander Aring1-0/+3
2018-08-06ieee802154: hwsim: add replacement for fakelbAlexander Aring4-0/+1004
2018-08-06net: ieee802154: 6lowpan: remove redundant pointers 'fq' and 'net'Colin Ian King1-5/+0
2018-08-06net: mac802154: tx: expand tailroom if necessaryAlexander Aring1-1/+14
2018-08-06net: 6lowpan: fix reserved space for single framesAlexander Aring1-3/+18
2018-08-05tc-testing: remove duplicate spaces in skbedit match patternsVlad Buslov1-13/+13
2018-08-05tc-testing: remove duplicate spaces in connmark match patternsVlad Buslov1-12/+12
2018-08-05tc-testing: flush gact actions on test teardownVlad Buslov1-1/+2
2018-08-05tc-testing: fix ip address in u32 testVlad Buslov1-2/+2
2018-08-05mlxsw: spectrum: Configure MC-aware mode on mlxsw portsPetr Machata1-0/+27
2018-08-05mlxsw: spectrum: Fix a typoPetr Machata1-1/+1
2018-08-05mlxsw: reg: Add QoS Switch Traffic Class Table is Multicast-Aware RegisterPetr Machata1-0/+37
2018-08-05virtio-net: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-08-05net: sched: cls_flower: Fix an error code in fl_tmplt_create()Dan Carpenter1-1/+3
2018-08-05net: check extack._msg before printLi RongQing1-1/+2
2018-08-05ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2-0/+8
2018-08-05ip: use rb trees for IP frag queue.Peter Oskolkov6-91/+121
2018-08-05net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov2-2/+6
2018-08-05ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov3-56/+21
2018-08-05net/tls: Mark the end in scatterlist tableVakul Garg1-0/+3
2018-08-05ipv6: icmp: Updating pmtu for link local routeGeorg Kohmann1-1/+1
2018-08-05ptp_qoriq: support automatic configuration for ptp timerYangbo Lu2-4/+113
2018-08-05powerpc/mpc85xx: add clocks property for fman ptp timer nodeYangbo Lu5-0/+5
2018-08-05arm64: dts: fsl: add clocks property for fman ptp timer nodeYangbo Lu1-0/+1
2018-08-05bnxt_en: Do not use the CNP CoS queue for networking traffic.Michael Chan2-8/+18
2018-08-05bnxt_en: Add DCBNL DSCP application protocol support.Michael Chan3-1/+89
2018-08-05bnxt_en: Add hwmon sysfs support to read temperatureVasundhara Volam3-0/+71
2018-08-05bnxt_en: Notify firmware about IF state changes.Michael Chan2-2/+52
2018-08-05bnxt_en: Move firmware related flags to a new fw_cap field in struct bnxt.Michael Chan3-15/+16
2018-08-05bnxt_en: Add BNXT_NEW_RM() macro.Michael Chan5-18/+18
2018-08-05bnxt_en: Add support for ethtool get dump.Vasundhara Volam3-0/+436
2018-08-05bnxt_en: Update RSS setup and GRO-HW logic according to the latest spec.Michael Chan2-1/+6
2018-08-05bnxt_en: Add new VF resource allocation strategy mode.Michael Chan3-10/+16
2018-08-05bnxt_en: Add PHY retry logic.Michael Chan2-1/+34