summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: core: add generic lockdep keysTaehee Yoo2019-10-2425-356/+63
* net: core: limit nested device depthTaehee Yoo2019-10-242-45/+231
* keys: Fix memory leak in copy_net_nsTakeshi Misawa2019-10-241-0/+1
* net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flagMartin Fuzzey2019-10-241-0/+1
* net/flow_dissector: switch to siphashEric Dumazet2019-10-248-43/+42
* ipv6: include <net/addrconf.h> for missing declarationsBen Dooks (Codethink)2019-10-231-0/+1
* net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton2019-10-221-7/+4
* selftests: Make l2tp.sh executableDavid Ahern2019-10-221-0/+0
* net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang2019-10-221-1/+1
* Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski2019-10-223-52/+73
|\
| * bnxt_en: Avoid disabling pci device in bnxt_remove_one() for already disabled...Vasundhara Volam2019-10-221-1/+2
| * bnxt_en: Minor formatting changes in FW devlink_health_reporterVasundhara Volam2019-10-221-11/+6
| * bnxt_en: Adjust the time to wait before polling firmware readiness.Vasundhara Volam2019-10-221-5/+2
| * bnxt_en: Fix devlink NVRAM related byte order related issues.Michael Chan2019-10-221-27/+54
| * bnxt_en: Fix the size of devlink MSIX parameters.Vasundhara Volam2019-10-222-15/+16
|/
* net: stmmac: Fix the problem of tso_xmityuqi jin2019-10-221-0/+1
* dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann2019-10-223-0/+10
* r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2Kazutoshi Noguchi2019-10-212-0/+8
* ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet2019-10-213-8/+9
* Merge tag 'mlx5-fixes-2019-10-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-10-2111-118/+199
|\
| * net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dumpNavid Emamdoost2019-10-181-1/+1
| * net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cqNavid Emamdoost2019-10-181-1/+3
| * net/mlx5e: TX, Fix consumer index of error cqe dumpTariq Toukan2019-10-181-1/+4
| * net/mlx5e: kTLS, Enhance TX resync flowTariq Toukan2019-10-183-33/+51
| * net/mlx5e: kTLS, Save a copy of the crypto infoTariq Toukan2019-10-183-8/+4
| * net/mlx5e: kTLS, Remove unneeded cipher type checksTariq Toukan2019-10-181-6/+0
| * net/mlx5e: kTLS, Limit DUMP wqe sizeTariq Toukan2019-10-185-12/+52
| * net/mlx5e: kTLS, Fix missing SQ edge fillTariq Toukan2019-10-181-8/+20
| * net/mlx5e: kTLS, Fix page refcnt leak in TX resync error flowTariq Toukan2019-10-181-2/+5
| * net/mlx5e: kTLS, Save by-value copy of the record fragsTariq Toukan2019-10-181-4/+4
| * net/mlx5e: kTLS, Save only the frag page to release at completionTariq Toukan2019-10-182-15/+14
| * net/mlx5e: kTLS, Size of a Dump WQE is fixedTariq Toukan2019-10-183-16/+12
| * net/mlx5e: kTLS, Release reference on DUMPed fragments in shutdown flowTariq Toukan2019-10-183-16/+30
| * net/mlx5e: Tx, Zero-memset WQE info struct upon updateTariq Toukan2019-10-181-1/+1
| * net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup flowTariq Toukan2019-10-182-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-19179-892/+1486
|\ \
| * | net: reorder 'struct net' fields to avoid false sharingEric Dumazet2019-10-191-8/+17
| * | net: dsa: fix switch tree listVivien Didelot2019-10-191-1/+1
| * | net: ethernet: dwmac-sun8i: show message only when switching to promiscMans Rullgard2019-10-191-1/+2
| * | net: aquantia: add an error handling in aq_nic_set_multicast_listChenwandun2019-10-191-0/+2
| * | Merge branch 'netem-fix-further-issues-with-packet-corruption'David S. Miller2019-10-191-3/+8
| |\ \
| | * | net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski2019-10-191-0/+2
| | * | net: netem: fix error path for corrupted GSO framesJakub Kicinski2019-10-191-3/+6
| |/ /
| * | macb: propagate errors when getting optional clocksMichael Tretter2019-10-191-6/+6
| * | xen/netback: fix error path of xenvif_connect_data()Juergen Gross2019-10-191-1/+0
| * | net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu2019-10-196-6/+58
| |/
| * net: usb: lan78xx: Connect PHY before registering MACAndrew Lunn2019-10-181-6/+6
| * Merge branch 'vsock-virtio-make-the-credit-mechanism-more-robust'David S. Miller2019-10-181-3/+14
| |\
| | * vsock/virtio: discard packets if credit is not respectedStefano Garzarella2019-10-181-3/+11
| | * vsock/virtio: send a credit update when buffer size is changedStefano Garzarella2019-10-181-0/+3
| |/