summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-10ipv4: Return error for RTA_VIA attributeDavid Ahern1-0/+4
2019-03-10net: avoid use IPCB in cipso_v4_errorNazarov Sergey3-7/+34
2019-03-10net: Add __icmp_send helper.Nazarov Sergey2-4/+12
2019-03-10tun: remove unnecessary memory barrierTimur Celik1-1/+1
2019-03-10xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin1-5/+5
2019-03-10xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin2-0/+9
2019-03-10tun: fix blocking readTimur Celik1-2/+2
2019-03-10tipc: fix race condition causing hung sendtoTung Nguyen1-1/+5
2019-03-10net: socket: set sock->sk to NULL after calling proto_ops::release()Eric Biggers1-0/+1
2019-03-10net: sit: fix memory leak in sit_init_net()Mao Wenan1-0/+1
2019-03-10net: phy: phylink: fix uninitialized variable in phylink_get_mac_stateHeiner Kallweit1-0/+4
2019-03-10net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani1-1/+12
2019-03-10net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2-4/+40
2019-03-10net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan1-3/+7
2019-03-10netlabel: fix out-of-bounds memory accessesPaul Moore2-2/+4
2019-03-10net: dsa: mv88e6xxx: Fix u64 statisticsAndrew Lunn1-1/+1
2019-03-10net: dsa: mv88e6xxx: Fix statistics on mv88e6161Andrew Lunn1-1/+1
2019-03-10lan743x: Fix TX Stall IssueBryan Whitehead1-4/+12
2019-03-10ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu4-7/+17
2019-03-10hv_netvsc: Fix IP header checksum for coalesced packetsHaiyang Zhang1-3/+19
2019-03-10geneve: correctly handle ipv6.disable module parameterJiri Benc1-3/+8
2019-03-10bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan1-0/+6
2019-03-10tipc: fix RDM/DGRAM connect() regressionErik Hugne1-1/+1
2019-03-10team: Free BPF filter when unregistering netdevIdo Schimmel1-0/+15
2019-03-10sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng1-1/+23
2019-03-10sctp: call iov_iter_revert() after sending ABORTXin Long1-0/+1
2019-03-10qmi_wwan: Add support for Quectel EG12/EM12Kristian Evensen1-8/+18
2019-03-10net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing1-0/+3
2019-03-10net: sched: put back q.qlen into a single locationEric Dumazet3-27/+19
2019-03-10net: mscc: Enable all ports in QSGMIIKavya Sree Kotagiri1-3/+11
2019-03-10net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 familyHeiner Kallweit1-6/+6
2019-03-10net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in mv88e6xxx_port...Heiner Kallweit1-1/+1
2019-03-10net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new ...Heiner Kallweit1-0/+1
2019-03-10ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel1-4/+4
2019-03-10staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex held.Tetsuo Handa1-18/+24
2019-03-10staging: android: ashmem: Don't call fallocate() with ashmem_mutex held.Tetsuo Handa1-5/+20
2019-03-10staging: android: ion: fix sys heap pool's gfp_flagsQing Xia1-1/+1
2019-03-10staging: wilc1000: fix to set correct value for 'vif_num'Ajay Singh1-2/+2
2019-03-10staging: comedi: ni_660x: fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-03-10staging: erofs: compressed_pages should not be accessed again after freedGao Xiang3-31/+29
2019-03-10staging: erofs: fix illegal address access under memory pressureGao Xiang1-1/+6
2019-03-10staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang2-15/+37
2019-03-10staging: erofs: fix memleak of inode's shared xattr arraySheng Yong1-1/+4
2019-03-10staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang2-9/+24
2019-03-10driver core: Postpone DMA tear-down until after devres releaseGeert Uytterhoeven1-1/+1
2019-03-10USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485Mans Rullgard2-0/+8
2019-03-10USB: serial: cp210x: add ID for Ingenico 3070Ivan Mironov1-0/+1
2019-03-10USB: serial: option: add Telit ME910 ECM compositionDaniele Palmas1-0/+2
2019-03-10binder: create node flag to request sender's security contextTodd Kjos2-23/+102
2019-03-10staging: erofs: fix mis-acted TAIL merging behaviorGao Xiang1-25/+45