aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 42-184/+163
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 13-29/+221
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 3-12/+14
2017-11-24net: accept UFO datagrams from tuntap and packetGravatar Willem de Bruijn 8-11/+195
2017-11-24net: ipv6: Fixup device for anycast routes during copyGravatar David Ahern 1-1/+1
2017-11-24net/smc: Fix preinitialization of buf_desc in __smc_buf_create()Gravatar Geert Uytterhoeven 1-1/+1
2017-11-24net/smc: use sk_rcvbuf as start for rmb creationGravatar Ursula Braun 1-1/+1
2017-11-24ipv6: Do not consider linkdown nexthops during multipathGravatar Ido Schimmel 1-0/+5
2017-11-24net: sched: fix crash when deleting secondary chainsGravatar Roman Kapl 1-3/+4
2017-11-22Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 4-15/+13
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGravatar Gianluca Borello 1-2/+2
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 10-20/+20
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Gravatar Kees Cook 2-8/+9
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 28-148/+127
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 3-6/+6
2017-11-21net/atm/mpc: Avoid open-coded assignment of timer callback functionGravatar Kees Cook 1-2/+1
2017-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 20-142/+159
2017-11-21Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 4-4/+18
2017-11-21Merge tag 'mac80211-for-davem-2017-11-20' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 16-136/+151
2017-11-21tipc: fix access of released memoryGravatar Jon Maloy 1-1/+1
2017-11-21net: xdp: don't allow device-bound programs in driver modeGravatar Jakub Kicinski 1-0/+7
2017-11-21bpf: offload: move offload device validation out to the driversGravatar Jakub Kicinski 2-10/+5
2017-11-20mac80211: properly free requested-but-not-started TX agg sessionsGravatar Johannes Berg 1-0/+5
2017-11-20cfg80211: initialize regulatory keys/database laterGravatar Johannes Berg 1-15/+27
2017-11-20mac80211: aggregation: Convert timers to use timer_setup()Gravatar Kees Cook 4-60/+45
2017-11-20nl80211: don't expose wdev->ssid for most interfacesGravatar Johannes Berg 1-2/+24
2017-11-20mac80211: Convert timers to use timer_setup()Gravatar Kees Cook 11-59/+50
2017-11-199p: Fix missing commas in mount optionsGravatar Tuomas Tynkkynen 2-4/+4
2017-11-19tcp: when scheduling TLP, time of RTO should account for current ACKGravatar Neal Cardwell 2-4/+6
2017-11-19gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Gravatar Alexey Kodanev 1-1/+1
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-82/+55
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 13-66/+133
2017-11-18route: also update fnhe_genid when updating a route cacheGravatar Xin Long 1-2/+7
2017-11-18route: update fnhe_expires for redirect when the fnhe existsGravatar Xin Long 1-3/+2
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyGravatar Xin Long 1-10/+19
2017-11-18net/netlabel: Add list_next_rcu() in rcu_dereference().Gravatar Tim Hansen 1-2/+2
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 14-297/+531
2017-11-17sunrpc: remove net pointer from messagesGravatar Vasily Averin 2-7/+7
2017-11-17sunrpc: exit_net cleanup check addedGravatar Vasily Averin 1-0/+3
2017-11-17sunrpc: Add rpc_request static trace pointGravatar Chuck Lever 1-2/+1
2017-11-17sunrpc: Fix rpc_task_begin trace pointGravatar Chuck Lever 1-2/+1
2017-11-17net: sunrpc: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 3-0/+16
2017-11-17xprtrdma: Update copyright noticesGravatar Chuck Lever 4-0/+4
2017-11-17xprtrdma: Remove include for linux/prefetch.hGravatar Chuck Lever 1-1/+0
2017-11-17rpcrdma: Remove C structure definitions of XDR data itemsGravatar Chuck Lever 2-9/+3
2017-11-17xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE modeGravatar Chuck Lever 1-1/+1
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+2
2017-11-17xprtrdma: Remove atomic send completion countingGravatar Chuck Lever 3-33/+0
2017-11-17xprtrdma: RPC completion should wait for Send completionGravatar Chuck Lever 4-4/+34
2017-11-17xprtrdma: Refactor rpcrdma_deferred_completionGravatar Chuck Lever 3-13/+22