summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'readdir' (readdir speedup and sanity checking)Linus Torvalds2019-10-051-35/+133
|\ \ \ \ \ \
| * | | | | | Make filldir[64]() verify the directory entry filename is validLinus Torvalds2019-10-051-0/+40
| * | | | | | Convert filldir[64]() from __put_user() to unsafe_put_user()Linus Torvalds2019-10-051-35/+93
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-0599-281/+539
|\ \ \ \ \ \
| * | | | | | selftests/net: add nettest to .gitignoreJakub Kicinski2019-10-041-0/+1
| * | | | | | net: qlogic: Fix memory leak in ql_alloc_large_buffersNavid Emamdoost2019-10-041-0/+1
| * | | | | | nfc: fix memory leak in llcp_sock_bind()Eric Dumazet2019-10-041-1/+6
| * | | | | | sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-041-0/+2
| * | | | | | Merge branch 'Fix-regression-with-AR8035-speed-downgrade'David S. Miller2019-10-046-32/+138
| |\ \ \ \ \ \
| | * | | | | | net: phy: at803x: use operating parameters from PHY-specific statusRussell King2019-10-041-0/+69
| | * | | | | | net: phy: extract pause modeRussell King2019-10-042-7/+14
| | * | | | | | net: phy: extract link partner advertisement readingRussell King2019-10-042-25/+41
| | * | | | | | net: phy: fix write to mii-ctrl1000 registerRussell King2019-10-042-0/+14
| |/ / / / / /
| * | | | | | ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern2019-10-041-5/+12
| * | | | | | net: phy: allow for reset line to be tied to a sleepy GPIO controllerAndrea Merello2019-10-041-1/+1
| * | | | | | net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-041-3/+2
| * | | | | | r8152: Set macpassthru in reset_resume callbackKai-Heng Feng2019-10-041-2/+1
| * | | | | | cxgb4:Fix out-of-bounds MSI-X info array accessVishal Kulkarni2019-10-041-3/+6
| * | | | | | Revert "ipv6: Handle race in addrconf_dad_work"David Ahern2019-10-041-6/+5
| * | | | | | net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan2019-10-041-1/+1
| * | | | | | rxrpc: Fix rxrpc_recvmsg tracepointDavid Howells2019-10-041-1/+1
| * | | | | | qmi_wwan: add support for Cinterion CLS8 devicesReinhard Speyerer2019-10-041-0/+1
| * | | | | | tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()Eric Dumazet2019-10-031-4/+2
| * | | | | | lib: textsearch: fix escapes in example codeRandy Dunlap2019-10-031-2/+2
| * | | | | | udp: only do GSO if # of segs > 1Josh Hunt2019-10-033-20/+18
| * | | | | | udp: fix gso_segs calculationsJosh Hunt2019-10-032-1/+3
| * | | | | | ipv6: drop incoming packets having a v4mapped source addressEric Dumazet2019-10-031-0/+10
| * | | | | | net: stmmac: Avoid deadlock on suspend/resumeThierry Reding2019-10-021-4/+6
| * | | | | | net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_r...Yizhuo2019-10-021-1/+5
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-0232-46/+46
| |\ \ \ \ \ \
| | * | | | | | netfilter: nft_connlimit: disable bh on garbage collectionPablo Neira Ayuso2019-10-011-1/+6
| | * | | | | | netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-0131-45/+40
| * | | | | | | ptp_qoriq: Initialize the registers' spinlock before calling ptp_qoriq_settimeVladimir Oltean2019-10-021-1/+2
| * | | | | | | Merge branch 'SJA1105-DSA-locking-fixes-for-PTP'David S. Miller2019-10-023-10/+26
| |\ \ \ \ \ \ \
| | * | | | | | | net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean2019-10-023-10/+25
| | * | | | | | | net: dsa: sja1105: Initialize the meta_lockVladimir Oltean2019-10-021-0/+1
| |/ / / / / / /
| * | | | | | | net/rds: Fix error handling in rds_ib_add_one()Dotan Barak2019-10-021-3/+3
| * | | | | | | net: dsa: rtl8366: Check VLAN ID and not portsLinus Walleij2019-10-021-4/+7
| * | | | | | | mlx5: avoid 64-bit division in dr_icm_pool_mr_create()Michal Kubecek2019-10-021-1/+2
| * | | | | | | tipc: fix unlimited bundling of small messagesTuong Lien2019-10-022-15/+19
| * | | | | | | xen-netfront: do not use ~0U as error return value for xennet_fill_frags()Dongli Zhang2019-10-011-8/+9
| * | | | | | | ipv6: Handle race in addrconf_dad_workDavid Ahern2019-10-011-5/+6
| * | | | | | | tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet2019-10-011-2/+7
| * | | | | | | vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-013-6/+14
| * | | | | | | hso: fix NULL-deref on tty openJohan Hovold2019-10-011-4/+8
| * | | | | | | net: ag71xx: fix mdio subnode supportOleksij Rempel2019-10-011-2/+4
| * | | | | | | Merge branch 'stmmac-fixes'David S. Miller2019-10-016-21/+28
| |\ \ \ \ \ \ \
| | * | | | | | | net: stmmac: xgmac: Fix RSS writing wrong keysJose Abreu2019-10-011-2/+3
| | * | | | | | | net: stmmac: xgmac: Fix RSS not writing all Keys to HWJose Abreu2019-10-011-1/+1
| | * | | | | | | net: stmmac: xgmac: Disable the Timestamp interrupt by defaultJose Abreu2019-10-011-1/+1