summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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 Berg2-3/+28
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-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-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds42-184/+163
2017-11-25net: sched: crash on blocks with goto chain actionRoman Kapl1-5/+12
2017-11-24cfg80211: select CRYPTO_SHA256 if neededJohannes Berg1-0/+7
2017-11-24rxrpc: Fix conn expiry timersDavid Howells5-28/+68
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells5-18/+45
2017-11-24rxrpc: Add keepalive for a callDavid Howells3-0/+34
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells7-10/+89
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 Howells9-179/+242
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 Torvalds13-29/+221
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-12/+14
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn8-11/+195
2017-11-24net: ipv6: Fixup device for anycast routes during copyDavid Ahern1-1/+1
2017-11-24net/smc: Fix preinitialization of buf_desc in __smc_buf_create()Geert Uytterhoeven1-1/+1
2017-11-24net/smc: use sk_rcvbuf as start for rmb creationUrsula Braun1-1/+1
2017-11-24ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel1-0/+5
2017-11-24net: sched: fix crash when deleting secondary chainsRoman Kapl1-3/+4
2017-11-22Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds4-15/+13
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-2/+2
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook10-20/+20
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2-8/+9
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook28-148/+127
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook3-6/+6
2017-11-21net/atm/mpc: Avoid open-coded assignment of timer callback functionKees Cook1-2/+1
2017-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-142/+159
2017-11-21Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds4-4/+18
2017-11-21Merge tag 'mac80211-for-davem-2017-11-20' of git://git.kernel.org/pub/scm/lin...David S. Miller16-136/+151
2017-11-21tipc: fix access of released memoryJon Maloy1-1/+1
2017-11-21net: xdp: don't allow device-bound programs in driver modeJakub Kicinski1-0/+7
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski2-10/+5
2017-11-20mac80211: properly free requested-but-not-started TX agg sessionsJohannes Berg1-0/+5
2017-11-20cfg80211: initialize regulatory keys/database laterJohannes Berg1-15/+27
2017-11-20mac80211: aggregation: Convert timers to use timer_setup()Kees Cook4-60/+45
2017-11-20nl80211: don't expose wdev->ssid for most interfacesJohannes Berg1-2/+24
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook11-59/+50
2017-11-20netfilter: conntrack: lower timeout to RETRANS seconds if window is 0Florian Westphal1-0/+3
2017-11-20netfilter: nf_ct_h323: Extend nf_h323_error_boundary to work on bits as wellEric Sesterhenn1-30/+62
2017-11-20netfilter: nf_ct_h323: Convert CHECK_BOUND macro to functionEric Sesterhenn1-29/+65