summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Fix null-ptr-deref in rtnl_newlinkPrashant Bhole2018-06-011-1/+1
* virtio_net: fix error return code in virtnet_probe()Wei Yongjun2018-05-311-1/+3
* rtnetlink: Remove VLA usageKees Cook2018-05-312-4/+18
* net: dsa: mv88e6xxx: Be explicit about DT or pdataAndrew Lunn2018-05-311-0/+3
* net: ti: cpsw: include gpio/consumer.hArnd Bergmann2018-05-311-1/+1
* Merge branch 'mlx5-new-device-events'David S. Miller2018-05-314-2/+53
|\
| * net/mlx5: Add FPGA QP error eventIlan Tayari2018-05-314-2/+23
| * net/mlx5: Add temperature warning event to logIlan Tayari2018-05-313-1/+31
|/
* rtnetlink: Add more well known protocol valuesDonald Sharp2018-05-311-0/+5
* cxgb4: Add FORCE_PAUSE bit to 32 bit port capsGanesh Goudar2018-05-312-3/+12
* Merge branch 'bridge-vlan-notify'David S. Miller2018-05-317-46/+121
|\
| * mlxsw: spectrum_switchdev: Schedule respin during trans preparePetr Machata2018-05-311-1/+1
| * net: bridge: Notify about bridge VLANsPetr Machata2018-05-311-3/+25
| * staging: fsl-dpaa2: ethsw: Ignore bridge VLAN eventsPetr Machata2018-05-311-0/+6
| * dsa: port: Ignore bridge VLAN eventsPetr Machata2018-05-311-0/+6
| * rocker: rocker_main: Ignore bridge VLAN eventsPetr Machata2018-05-311-0/+6
| * mlxsw: spectrum_switchdev: Ignore bridge VLAN eventsPetr Machata2018-05-311-0/+6
| * net: bridge: Extract br_vlan_add_existing()Petr Machata2018-05-311-22/+33
| * net: bridge: Extract boilerplate around switchdev_port_obj_*()Petr Machata2018-05-313-23/+41
|/
* qed*: Add link change count value to ethtool statistics display.Sudarsana Reddy Kalluru2018-05-315-2/+15
* Merge tag 'mlx5e-updates-2018-05-29' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-05-316-10/+54
|\
| * net/mlx5e: Get the number of offloaded TC rules from the correct tableOr Gerlitz2018-05-292-4/+8
| * net/mlx5: FPGA, Call DMA unmap with the right sizeIlya Lesokhin2018-05-291-2/+1
| * net/mlx5: FPGA, Properly initialize dma direction on fpga conn sendIlya Lesokhin2018-05-291-0/+1
| * net/mlx5: FPGA, Abort FPGA init if the device reports no QP capabilityYevgeny Kliteynik2018-05-291-0/+6
| * net/mlx5: FPGA, print SBU identification on initIlan Tayari2018-05-291-2/+5
| * net/mlx5: FPGA, Add device nameIlan Tayari2018-05-292-3/+28
| * net/mlx5: FPGA, Add doxygen for access type enumIlan Tayari2018-05-291-0/+6
* | net: remove bypassed check in sch_direct_xmit()Song Liu2018-05-311-3/+0
* | tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao2018-05-315-9/+9
* | MAINTAINERS: add myself as maintainer for QorIQ PTP clock driverYangbo Lu2018-05-301-2/+8
* | drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-3011-21/+18
* | net: davinci: fix building davinci mdio code without CONFIG_OFArnd Bergmann2018-05-301-3/+1
* | net: ethernet: freescale: fix false-positive string overflow warningArnd Bergmann2018-05-301-1/+1
|/
* bpfilter: fix a build errYueHaibing2018-05-291-1/+1
* tcp: use data length instead of skb->len in tcp_probeYafang Shao2018-05-291-4/+4
* crypto: chtls: free beyond end rspq_skb_cacheAtul Gupta2018-05-291-1/+1
* crypto: chtls: kbuild warningsAtul Gupta2018-05-291-5/+6
* crypto: chtls: dereference null variableAtul Gupta2018-05-291-2/+1
* crypto: chtls: wait for memory sendmsg, sendpageAtul Gupta2018-05-293-3/+89
* crypto:chtls: key len correctionAtul Gupta2018-05-291-5/+1
* Merge branch 'net-Add-address-attribute-to-control-metric-of-prefix-route'David S. Miller2018-05-299-153/+472
|\
| * selftests: fib_tests: Add prefix route tests with metricDavid Ahern2018-05-291-1/+180
| * net/ipv6: Add support for specifying metric of connected routesDavid Ahern2018-05-293-18/+77
| * net/ipv4: Add support for specifying metric of connected routesDavid Ahern2018-05-294-11/+59
| * net: Add IFA_RT_PRIORITY address attributeDavid Ahern2018-05-291-0/+1
| * net/ipv6: Pass ifa6_config struct to inet6_addr_modifyDavid Ahern2018-05-291-21/+23
| * net/ipv6: Pass ifa6_config struct to inet6_addr_addDavid Ahern2018-05-291-55/+57
| * net/ipv6: Convert ipv6_add_addr to struct ifa6_configDavid Ahern2018-05-292-59/+87
|/
* Merge branch 'mlxsw-use-MRSR-register-for-FW-reset'David S. Miller2018-05-295-86/+117
|\