summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'r8169-clk-fixes'David S. Miller2018-09-172-7/+44
|\
| * clk: x86: Stop marking clocks as CLK_IS_CRITICALHans de Goede2018-09-171-7/+0
| * r8169: Get and enable optional ether_clk clockHans de Goede2018-09-171-0/+33
| * clk: x86: add "ether_clk" alias for Bay Trail / Cherry TrailHans de Goede2018-09-171-0/+11
|/
* r8169: enable ASPM on RTL8106EKai-Heng Feng2018-09-171-0/+3
* r8169: Align ASPM/CLKREQ setting function with vendor driverKai-Heng Feng2018-09-171-1/+3
* Revert "kcm: remove any offset before parsing messages"David S. Miller2018-09-171-25/+1
* kcm: remove any offset before parsing messagesDominique Martinet2018-09-171-1/+25
* net: ethernet: Fix a unused function warning.zhong jiang2018-09-171-3/+3
* net: dsa: mv88e6xxx: Fix ATU Miss ViolationAndrew Lunn2018-09-172-2/+2
* tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann2018-09-172-0/+57
* Merge branch 'hv_netvsc-associate-VF-and-PV-device-by-serial-number'David S. Miller2018-09-173-25/+73
|\
| * hv_netvsc: pair VF based on serial numberStephen Hemminger2018-09-172-25/+36
| * PCI: hv: support reporting serial number as slot informationStephen Hemminger2018-09-171-0/+37
|/
* bnxt_en: Fix VF mac address regression.Michael Chan2018-09-173-7/+13
* ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2018-09-171-4/+2
* net: hp100: fix always-true check for link up stateColin Ian King2018-09-171-1/+1
* ARM: dts: at91: add new compatibility string for macb on sama5d3Nicolas Ferre2018-09-172-1/+2
* net: macb: disable scatter-gather for macb on sama5d3Nicolas Ferre2018-09-171-0/+8
* net: mvpp2: let phylink manage the carrier stateAntoine Tenart2018-09-171-15/+6
* pppoe: fix reception of frames with no mac headerGuillaume Nault2018-09-171-0/+3
* net: ethernet: ti: add missing GENERIC_ALLOCATOR dependencyCorentin Labbe2018-09-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-09-163-3/+4
|\
| * bpf: use __GFP_COMP while allocating pageTushar Dave2018-09-121-1/+2
| * bpf/verifier: disallow pointer subtractionAlexei Starovoitov2018-09-121-1/+1
| * bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau2018-09-121-1/+1
* | veth: Orphan skb before GROToshiaki Makita2018-09-161-2/+2
* | Merge branch 'udp-add-missing-check-on-edumx-rx-path'David S. Miller2018-09-162-51/+63
|\ \
| * | udp6: add missing checks on edumux packet processingPaolo Abeni2018-09-161-28/+37
| * | udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni2018-09-161-23/+26
|/ /
* | stmmac: fix valid numbers of unicast filter entriesJongsung Kim2018-09-161-3/+2
* | net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti2018-09-141-1/+1
* | socket: fix struct ifreq size in compat ioctlJohannes Berg2018-09-131-8/+14
* | gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-132-0/+2
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-09-132-3/+15
|\ \
| * | Bluetooth: hci_ldisc: Free rw_semaphore on closeHermes Zhang2018-09-111-0/+2
| * | Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa2018-09-111-1/+7
| * | Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg2018-09-111-2/+6
* | | Merge branch 'tls-don-t-leave-keys-in-kernel-memory'David S. Miller2018-09-135-28/+34
|\ \ \
| * | | tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca2018-09-131-1/+1
| * | | tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-135-23/+32
| * | | tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca2018-09-131-4/+1
|/ / /
* | | neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick2018-09-131-5/+8
* | | net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu2018-09-131-1/+1
* | | net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRTWilly Tarreau2018-09-131-2/+6
* | | hv_netvsc: fix schedule in RCU contextStephen Hemminger2018-09-131-6/+3
* | | net_sched: notify filter deletion when deleting a chainCong Wang2018-09-131-0/+2
* | | xen/netfront: don't bug in case of too many fragsJuergen Gross2018-09-131-1/+7
* | | ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long2018-09-131-12/+30
* | | Merge tag 'drm-fixes-2018-09-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-09-1216-114/+297
|\ \ \