summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
2017-11-27mac80211: fix the update of path metric for RANN frameChun-Yeow Yeoh
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg
2017-11-26openvswitch: fix the incorrect flow action alloc sizezhangliping
2017-11-27net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva
2017-11-26net: dsa: fix 'increment on 0' warningVivien Didelot
2017-11-26VSOCK: Don't call vsock_stream_has_data in atomic contextJorgen Hansen
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-25net: sched: crash on blocks with goto chain actionRoman Kapl
2017-11-24cfg80211: select CRYPTO_SHA256 if neededJohannes Berg
2017-11-24rxrpc: Fix conn expiry timersDavid Howells
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells
2017-11-24rxrpc: Add keepalive for a callDavid Howells
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells
2017-11-24rxrpc: Express protocol timeouts in terms of RTTDavid Howells
2017-11-24rxrpc: Don't transmit DELAY ACKs immediately on proposalDavid Howells
2017-11-24rxrpc: Fix call timeoutsDavid Howells
2017-11-24rxrpc: Split the call params from the operation paramsDavid Howells
2017-11-24rxrpc: Delay terminal ACK transmission on a client callDavid Howells
2017-11-24rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells
2017-11-24rxrpc: Don't set upgrade by default in sendmsg()David Howells
2017-11-24rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasingDavid Howells
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-24net: ipv6: Fixup device for anycast routes during copyDavid Ahern
2017-11-24net/smc: Fix preinitialization of buf_desc in __smc_buf_create()Geert Uytterhoeven
2017-11-24net/smc: use sk_rcvbuf as start for rmb creationUrsula Braun
2017-11-24ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel
2017-11-24net: sched: fix crash when deleting secondary chainsRoman Kapl
2017-11-22Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-21net/atm/mpc: Avoid open-coded assignment of timer callback functionKees Cook
2017-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-21Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-11-21Merge tag 'mac80211-for-davem-2017-11-20' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-11-21tipc: fix access of released memoryJon Maloy
2017-11-21net: xdp: don't allow device-bound programs in driver modeJakub Kicinski
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski
2017-11-20mac80211: properly free requested-but-not-started TX agg sessionsJohannes Berg
2017-11-20cfg80211: initialize regulatory keys/database laterJohannes Berg
2017-11-20mac80211: aggregation: Convert timers to use timer_setup()Kees Cook
2017-11-20nl80211: don't expose wdev->ssid for most interfacesJohannes Berg
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook
2017-11-199p: Fix missing commas in mount optionsTuomas Tynkkynen
2017-11-19tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell
2017-11-19gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev