aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-30tools: bpftool: clean up the JSON writer before exiting in usage()Quentin Monnet2-2/+11
2017-11-30tools: bpftool: fix crash on bad parameters with JSONQuentin Monnet1-10/+9
2017-11-27bpf: offload: add a license headerJakub Kicinski1-0/+15
2017-11-27tipc: eliminate access after delete in group_filter_msg()Jon Maloy1-1/+1
2017-11-27xen-netfront: remove warning when unloading moduleEduardo Otubo1-0/+18
2017-11-28Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller10-17/+61
2017-11-28Merge branch 'sctp-stream-reconfig-fixes'David S. Miller1-12/+65
2017-11-28sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long1-1/+1
2017-11-28sctp: avoid flushing unsent queue when doing asoc resetXin Long1-7/+14
2017-11-28sctp: only allow the asoc reset when the asoc outq is emptyXin Long1-0/+9
2017-11-28sctp: only allow the out stream reset when the stream outq is emptyXin Long1-0/+35
2017-11-28sctp: use sizeof(__u16) for each stream number length instead of magic numberXin Long1-4/+6
2017-11-27mac80211: tear down RX aggregations firstSara Sharon1-1/+3
2017-11-27mac80211: fix the update of path metric for RANN frameChun-Yeow Yeoh1-6/+9
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg7-10/+42
2017-11-26openvswitch: fix the incorrect flow action alloc sizezhangliping1-8/+8
2017-11-27net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva1-1/+1
2017-11-26uapi: add SPDX identifier to vm_sockets_diag.hStephen Hemminger1-0/+1
2017-11-26net: dsa: fix 'increment on 0' warningVivien Didelot1-11/+14
2017-11-26VSOCK: Don't call vsock_stream_has_data in atomic contextJorgen Hansen1-3/+7
2017-11-25net: sched: crash on blocks with goto chain actionRoman Kapl1-5/+12
2017-11-25net: thunderbolt: Stop using zero to mean no valid DMA mappingMika Westerberg1-33/+24
2017-11-25net: thunderx: Fix TCP/UDP checksum offload for IPv6 pktsSunil Goutham1-1/+0
2017-11-24cfg80211: select CRYPTO_SHA256 if neededJohannes Berg1-0/+7
2017-11-25forcedeth: replace pci_unmap_page with dma_unmap_pageZhu Yanjun1-2/+2
2017-11-25Merge tag 'rxrpc-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller17-325/+752
2017-11-24rxrpc: Fix conn expiry timersDavid Howells5-28/+68
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells6-18/+47
2017-11-24rxrpc: Add keepalive for a callDavid Howells4-0/+40
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells8-12/+98
2017-11-24rxrpc: Express protocol timeouts in terms of RTTDavid Howells2-4/+25
2017-11-24rxrpc: Don't transmit DELAY ACKs immediately on proposalDavid Howells1-2/+2
2017-11-24rxrpc: Fix call timeoutsDavid Howells11-201/+290
2017-11-24rxrpc: Split the call params from the operation paramsDavid Howells4-45/+60
2017-11-24rxrpc: Delay terminal ACK transmission on a client callDavid Howells5-13/+108
2017-11-24rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells3-6/+17
2017-11-24rxrpc: Don't set upgrade by default in sendmsg()David Howells1-1/+1
2017-11-24rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasingDavid Howells1-2/+3
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds62-409/+995
2017-11-23Merge tag 'platform-drivers-x86-v4.15-2' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds4-3/+41
2017-11-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-51/+78
2017-11-23Merge tag 'sound-fix-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds11-23/+69
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds39-1399/+281
2017-11-23Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxLinus Torvalds6-143/+137
2017-11-23Merge branch 'next-keys' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds14-65/+66
2017-11-23Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds11-71/+91
2017-11-24Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next-keysJames Morris14-65/+66
2017-11-24Merge branch 'ipvlan-Fix-insufficient-skb-linear-check'David S. Miller1-9/+27
2017-11-24ipvlan: Fix insufficient skb linear check for ipv6 icmpGao Feng1-1/+19
2017-11-24ipvlan: Fix insufficient skb linear check for arpGao Feng1-8/+8