summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-07-15tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell
2017-07-15tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell
2017-07-15tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell
2017-07-15openvswitch: Fix for force/commit action failuresGreg Rose
2017-07-15ipv4: ip_do_fragment: fix headroom testsVasily Averin
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-15Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-07-14sctp: fix an array overflow when all ext chunks are setXin Long
2017-07-14net sched actions: rename act_get_notify() to tcf_get_notify()Roman Mashak
2017-07-14net/packet: Fix Tx queue selection for AF_PACKETIván Briano
2017-07-14net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov
2017-07-14netpoll: shut up a kernel warning on refcountWANG Cong
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-07-13net: set fib rule refcount after mallocDavid Ahern
2017-07-13sunrpc: use constant time memory comparison for macJason A. Donenfeld
2017-07-13xprtrdma: Fix documenting comments in frwr_ops.cChuck Lever
2017-07-13xprtrdma: Replace PAGE_MASK with offset_in_page()Chuck Lever
2017-07-13xprtrdma: FMR does not need list_del_init()Chuck Lever
2017-07-13xprtrdma: Demote "connect" log messagesChuck Lever
2017-07-13xprtrdma: Don't defer MR recovery if ro_map failsChuck Lever
2017-07-13xprtrdma: Fix FRWR invalidation error recoveryChuck Lever
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever
2017-07-13xprtrdma: Rename rpcrdma_req::rl_freeChuck Lever
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsChuck Lever
2017-07-13xprtrdma: On invalidation failure, remove MWs from rl_registeredChuck Lever
2017-07-13SUNRPC: Make slot allocation more reliableTrond Myklebust
2017-07-13sunrpc: mark all struct svc_version instances as constChristoph Hellwig
2017-07-13sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig
2017-07-13sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig
2017-07-13sunrpc: properly type pc_encode callbacksChristoph Hellwig
2017-07-13sunrpc: properly type pc_decode callbacksChristoph Hellwig
2017-07-13sunrpc: properly type pc_release callbacksChristoph Hellwig
2017-07-13sunrpc: properly type pc_func callbacksChristoph Hellwig
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig
2017-07-13sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig
2017-07-13sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig
2017-07-13sunrpc: fix decoder callback prototypesChristoph Hellwig
2017-07-13sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig
2017-07-13sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig
2017-07-13sunrpc: fix encoder callback prototypesChristoph Hellwig
2017-07-13sunrpc: properly type argument to kxdreproc_tChristoph Hellwig
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-07-13svcrdma: fix an incorrect check on -E2BIG and -EINVALColin Ian King
2017-07-13dccp: make const array error_code staticColin Ian King
2017-07-13bpf: fix return in bpf_skb_adjust_netKefeng Wang
2017-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko